Skip to main content Skip to docs navigation

#116cfb hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Kyanite and its hex is #1560FB Nearest Color Name

Color Hue/Base color: Blue

Hex #116cfb Color code in RGB color code model is created after adding 6.67% red color, 42.35% green color and 98.43% blue color. Hex #116cfb Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 57% magenta, 0% yellow and 1.57% black.

Hex #116cfb color code is between #0066ff web safe hex color code and #0077ee web safe hex color code. #0066ff is the nearest web safe color code. You can see here many more shades of #116cfb color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 116cfb #116cfb
RGB Decimal 17, 108, 251 17, 108, 251
RGB Percent 7%, 42%, 98% rgb(7%, 42%, 98%)
CSS RGBa 17, 108, 251,1 rgba(17,108,251,1)
CMYK Model cmyk(93%,57%,0%,1.57%)
HSL Color Space 217,97% ,53% hsl(217,97% ,53%)
HSV Color Space 217°, 93%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 01101100 11111011
Octal 21 154 373
Decimal 17 108 251
Hex 11 6c fb

Different shades of #116cfb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #116cfb
#022d71
Darker of #116cfb
#0341a3
Dark of #116cfb
#0455d5
Base of #116cfb
#116cfb
Light of #116cfb
#438bfc
Lighter
#75aafd
Lightest
#a7c9fe

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#116cfb
#fba011

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#116cfb
#fb2b11
#e1fb11

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#11f4fb
#11cdfb
#116cfb
#111efb
#6611fb

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#116cfb
#6cfb11
#fb116c

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#116cfb
#fb116c
#fba011
#11fba0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#116cfb
#fb11e1
#fba011
#11fb2b

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #116cfb

#01193f
#022d71
#0341a3
#0455d5
#116cfb
#438bfc
#75aafd
#a7c9fe
#dae8fe

Tints of #116cfb Color

#116cfb
#2b7cfb
#458cfb
#609dfc
#7aadfc
#95bdfd
#afcefd
#cadefe
#e4eefe
#ffffff

Shades of #116cfb color code

Generate more color scales with scales (color stack) generator.

#116cfb
#0f60df
#0d54c3
#0b48a7
#093c8b
#07306f
#052453
#031837
#010c1b
#000000

Tones

#116cfb
#2971e3
#4177cb
#5a7cb2
#72829a

Tones

Similar Color like #116cfb color

Find visually similar hex color codes nearing to #116cfb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#126dfc
#136efd
#146ffe
#1570ff
#1671ff
#1772ff
#1873ff
#1974ff
#1a75ff
#1b76ff
#1c77ff
#1d78ff
#1e79ff
#1f7aff
#106bfa
#0f6af9
#0e69f8
#0d68f7
#0c67f6
#0b66f5
#0a65f4
#0964f3
#0863f2
#0762f1
#0661f0
#0560ef
#045fee
#035eed

Download this Dark Blue

Hex #116cfb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#116cfb Color Code Preview on Black Background Color

This is how #116cfb Color will look on black background color. Color contrast ratio is 4.56

#116cfb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#116cfb">Your Example Paragraph content text in with font color #116cfb </p>

Your Example Paragraph content text in with font color #116cfb

HTML with inline CSS

<div style="color:#116cfb">Your Paragraph text in with font color #116cfb </div>

Your Example Paragraph content text in with font color #116cfb

#116cfb color code is use for CSS Background Color

Background color for the above div is #116cfb

HTML with inline CSS

<div style="background-color:#116cfb;"></div>

#116cfb color code is use for CSS Border Color

CSS Border color for the above div is #116cfb

HTML with inline CSS

<div style="border:5px solid #116cfb;"></div>

CSS Border Left color for the above div is #116cfb

HTML with inline CSS

<div style="border-left:5px solid #116cfb;"></div>

CSS Border Right color for the above div is #116cfb

HTML with inline CSS

<div style="border-right:5px solid #116cfb;"></div>

CSS Border Bottom color for the above div is #116cfb

HTML with inline CSS

<div style="border-bottom:5px solid #116cfb;"></div>

CSS Border Top color for the above div is #116cfb

HTML with inline CSS

<div style="border-top:5px solid #116cfb;"></div>

#116cfb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#116cfb; } .examplecolorclass {color:#116cfb; } .examplebordercolor {border:3px solid #116cfb; }

#116cfb Color code Preview on White Background

This is how #116cfb Color code will look on white background color. Color contrast ratio is 4.60

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #116cfb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #116cfb; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(17,108,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,160,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,108,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }