Skip to main content Skip to docs navigation

#1111dd 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 Burning Ultrablue and its hex is #150AEC Nearest Color Name

Color Hue/Base color: Blue

Hex #1111dd Color code in RGB color code model is created after adding 6.67% red color, 6.67% green color and 86.67% blue color. Hex #1111dd Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 92% magenta, 0% yellow and 13.33% black.

Hex #1111dd color code is a web safe color. Next web safe color code is #0000cc and previous web safe color code is #0000ee. You can see here many more shades of #1111dd color code.

RGB Chart

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

Color Table

Hex Color Code 1111dd #1111dd
RGB Decimal 17, 17, 221 17, 17, 221
RGB Percent 7%, 7%, 87% rgb(7%, 7%, 87%)
CSS RGBa 17, 17, 221,1 rgba(17,17,221,1)
CMYK Model cmyk(92%,92%,0%,13.33%)
HSL Color Space 240,86% ,47% hsl(240,86% ,47%)
HSV Color Space 240°, 92%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 00010001 11011101
Octal 21 21 335
Decimal 17 17 221
Hex 11 11 dd

Different shades of #1111dd color code.

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

Darkest of #1111dd
#06064f
Darker of #1111dd
#0a0a7e
Dark of #1111dd
#0d0dae
Base of #1111dd
#1111dd
Light of #1111dd
#3232ef
Lighter
#6161f3
Lightest
#9191f6

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

#1111dd
#dddd11

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

Split Complementary

#1111dd
#dd7711
#77dd11

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

Analogous Color

#1188dd
#1166dd
#1111dd
#5511dd
#aa11dd

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

#1111dd
#11dd11
#dd1111

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

#1111dd
#dd1111
#dddd11
#11dddd

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

#1111dd
#dd1177
#dddd11
#11dd77

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 #1111dd

#020220
#06064f
#0a0a7e
#0d0dae
#1111dd
#3232ef
#6161f3
#9191f6
#c0c0fa

Tints of #1111dd Color

#1111dd
#2b2be0
#4545e4
#6060e8
#7a7aec
#9595ef
#afaff3
#cacaf7
#e4e4fb
#ffffff

Shades of #1111dd color code

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

#1111dd
#0f0fc4
#0d0dab
#0b0b93
#09097a
#070762
#050549
#030331
#010118
#000000

Tones

#1111dd
#2929c5
#4141ad
#585896
#70707e

Tones

Similar Color like #1111dd color

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

#1212de
#1313df
#1414e0
#1515e1
#1616e2
#1717e3
#1818e4
#1919e5
#1a1ae6
#1b1be7
#1c1ce8
#1d1de9
#1e1eea
#1f1feb
#1010dc
#0f0fdb
#0e0eda
#0d0dd9
#0c0cd8
#0b0bd7
#0a0ad6
#0909d5
#0808d4
#0707d3
#0606d2
#0505d1
#0404d0
#0303cf

Download this Dark Blue

Hex #1111dd 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.

#1111dd Color Code Preview on Black Background Color

This is how #1111dd Color will look on black background color. Color contrast ratio is 2.15

#1111dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1111dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1111dd

#1111dd color code is use for CSS Background Color

Background color for the above div is #1111dd

HTML with inline CSS

<div style="background-color:#1111dd;"></div>

#1111dd color code is use for CSS Border Color

CSS Border color for the above div is #1111dd

HTML with inline CSS

<div style="border:5px solid #1111dd;"></div>

CSS Border Left color for the above div is #1111dd

HTML with inline CSS

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

CSS Border Right color for the above div is #1111dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1111dd

HTML with inline CSS

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

CSS Border Top color for the above div is #1111dd

HTML with inline CSS

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

#1111dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1111dd Color code Preview on White Background

This is how #1111dd Color code will look on white background color. Color contrast ratio is 9.78

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

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