#1111DD

Color #1111DD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1111DD

Tints of Medium Blue #1111DD

Color information

#1111DD (or 0x1111DD) is unknown color: approx Medium Blue. HEX triplet: 11, 11 and DD. RGB value is (17,17,221). Sum of RGB (Red+Green+Blue) = 17+17+221=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #1111DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1111DD is #EEEE22. Grayscale: #272727. Windows color (decimal): -15658531 or 14487825. OLE color: 14487825.

HSL color Cylindrical-coordinate representation of color #1111DD: hue angle of 240º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1111DD is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1717221-
CMYK0.920.9200.13
HSL240º85.71%46.67%-
HSV(B)240º92.31%86.67%-
XYZ13.485.7468.8-
YUV40.26230111.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.67%
GREEN value IS 17 (7.03% from 255) = 6.67%
BLUE value IS 221 (86.72% from 255) = 86.67%
R=6.67%
G=6.67%
B=86.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17172210.920.9200.1324085.7146.67
Hex1111DD5C5C0Df0562f
Octal212133513413401536012657
Binary1000110001110111011011100101110001101111100001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1111DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1111DD; }

 p { color: rgb(17,17,221); }

 H1.HeaderClassName
 {
   color: #1111DD;
 }
 .AnyTagClassName
 {
   color: #1111DD;
 }
</style>
background-color css

<style>
 a { background-color: #1111DD; }

 a { background-color: rgb(17,17,221); }

 div.DivClassName
 {
   background-color: #1111DD;
 }
 .BgClassName
 {
   background-color: #1111DD;
 }
</style>
border-color css

<style>
 span { border-color: #1111DD; }

 span { border-color: rgb(17,17,221); }

 td.TdClassName
 {
   border-color: #1111DD;
 }
 .TagClassName
 {
   border-color: #1111DD;
 }
</style>