Skip to main content Skip to docs navigation

#111cdc 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 Bluebonnet and its hex is #1C1CF0 Nearest Color Name

Color Hue/Base color: Blue

Hex #111cdc Color code in RGB color code model is created after adding 6.67% red color, 10.98% green color and 86.27% blue color. Hex #111cdc Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 87% magenta, 0% yellow and 13.73% black.

Hex #111cdc color code is between #0022dd web safe hex color code and #0011cc web safe hex color code. #0022dd is the nearest web safe color code. You can see here many more shades of #111cdc color code.

RGB Chart

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

Color Table

Hex Color Code 111cdc #111cdc
RGB Decimal 17, 28, 220 17, 28, 220
RGB Percent 7%, 11%, 86% rgb(7%, 11%, 86%)
CSS RGBa 17, 28, 220,1 rgba(17,28,220,1)
CMYK Model cmyk(92%,87%,0%,13.73%)
HSL Color Space 237,86% ,46% hsl(237,86% ,46%)
HSV Color Space 237°, 92%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 00011100 11011100
Octal 21 34 334
Decimal 17 28 220
Hex 11 1c dc

Different shades of #111cdc color code.

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

Darkest of #111cdc
#060a4e
Darker of #111cdc
#0a107d
Dark of #111cdc
#0d16ad
Base of #111cdc
#111cdc
Light of #111cdc
#313bef
Lighter
#6068f3
Lightest
#9095f6

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

#111cdc
#dcd111

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

Split Complementary

#111cdc
#dc6c11
#81dc11

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

Analogous Color

#1192dc
#1171dc
#111cdc
#4a11dc
#9e11dc

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

#111cdc
#1cdc11
#dc111c

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

#111cdc
#dc111c
#dcd111
#11dcd1

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

#111cdc
#dc1181
#dcd111
#11dc6c

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 #111cdc

#02041f
#060a4e
#0a107d
#0d16ad
#111cdc
#313bef
#6068f3
#9095f6
#bfc2fa

Tints of #111cdc Color

#111cdc
#2b35df
#454ee3
#6067e7
#7a80eb
#959aef
#afb3f3
#caccf7
#e4e5fb
#ffffff

Shades of #111cdc color code

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

#111cdc
#0f18c3
#0d15ab
#0b1292
#090f7a
#070c61
#050949
#030630
#010318
#000000

Tones

#111cdc
#2931c4
#4046ad
#585b95
#70717d

Tones

Similar Color like #111cdc color

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

#121ddd
#131ede
#141fdf
#1520e0
#1621e1
#1722e2
#1823e3
#1924e4
#1a25e5
#1b26e6
#1c27e7
#1d28e8
#1e29e9
#1f2aea
#101bdb
#0f1ada
#0e19d9
#0d18d8
#0c17d7
#0b16d6
#0a15d5
#0914d4
#0813d3
#0712d2
#0611d1
#0510d0
#040fcf
#030ece

Download this Dark Blue

Hex #111cdc 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.

#111cdc Color Code Preview on Black Background Color

This is how #111cdc Color will look on black background color. Color contrast ratio is 2.22

#111cdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #111cdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #111cdc

#111cdc color code is use for CSS Background Color

Background color for the above div is #111cdc

HTML with inline CSS

<div style="background-color:#111cdc;"></div>

#111cdc color code is use for CSS Border Color

CSS Border color for the above div is #111cdc

HTML with inline CSS

<div style="border:5px solid #111cdc;"></div>

CSS Border Left color for the above div is #111cdc

HTML with inline CSS

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

CSS Border Right color for the above div is #111cdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #111cdc

HTML with inline CSS

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

CSS Border Top color for the above div is #111cdc

HTML with inline CSS

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

#111cdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#111cdc Color code Preview on White Background

This is how #111cdc Color code will look on white background color. Color contrast ratio is 9.45

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

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