Skip to main content Skip to docs navigation

#116cec 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 Azul and its hex is #1D5DEC Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code 116cec #116cec
RGB Decimal 17, 108, 236 17, 108, 236
RGB Percent 7%, 42%, 93% rgb(7%, 42%, 93%)
CSS RGBa 17, 108, 236,1 rgba(17,108,236,1)
CMYK Model cmyk(93%,54%,0%,7.45%)
HSL Color Space 215,87% ,50% hsl(215,87% ,50%)
HSV Color Space 215°, 93%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 01101100 11101100
Octal 21 154 354
Decimal 17 108 236
Hex 11 6c ec

Different shades of #116cec color code.

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

Darkest of #116cec
#072b5d
Darker of #116cec
#0a408d
Dark of #116cec
#0e56bc
Base of #116cec
#116cec
Light of #116cec
#3f89f1
Lighter
#6ea6f5
Lightest
#9ec3f8

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

#116cec
#ec9111

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

Split Complementary

#116cec
#ec2411
#daec11

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

Analogous Color

#11ecec
#11c7ec
#116cec
#1123ec
#5a11ec

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

#116cec
#6cec11
#ec116c

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

#116cec
#ec116c
#ec9111
#11ec91

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

#116cec
#ec11da
#ec9111
#11ec24

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 #116cec

#03152e
#072b5d
#0a408d
#0e56bc
#116cec
#3f89f1
#6ea6f5
#9ec3f8
#cee1fb

Tints of #116cec Color

#116cec
#2b7cee
#458cf0
#609df2
#7aadf4
#95bdf6
#afcef8
#cadefa
#e4eefc
#ffffff

Shades of #116cec color code

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

#116cec
#0f60d1
#0d54b7
#0b489d
#093c83
#073068
#05244e
#031834
#010c1a
#000000

Tones

#116cec
#2a70d3
#4475b9
#5d79a0
#767d87

Tones

Similar Color like #116cec color

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

#126ded
#136eee
#146fef
#1570f0
#1671f1
#1772f2
#1873f3
#1974f4
#1a75f5
#1b76f6
#1c77f7
#1d78f8
#1e79f9
#1f7afa
#106beb
#0f6aea
#0e69e9
#0d68e8
#0c67e7
#0b66e6
#0a65e5
#0964e4
#0863e3
#0762e2
#0661e1
#0560e0
#045fdf
#035ede

Download this Dark Blue

Hex #116cec 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.

#116cec Color Code Preview on Black Background Color

This is how #116cec Color will look on black background color. Color contrast ratio is 4.38

#116cec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#116cec color code is use for CSS Background Color

Background color for the above div is #116cec

HTML with inline CSS

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

#116cec color code is use for CSS Border Color

CSS Border color for the above div is #116cec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#116cec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#116cec Color code Preview on White Background

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

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 #116cec; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #116cec; }

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,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,145,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,108,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }