#1189DD

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

Shades of Dodger Blue #1189DD

Tints of Dodger Blue #1189DD

Color information

#1189DD (or 0x1189DD) is unknown color: approx Dodger Blue. HEX triplet: 11, 89 and DD. RGB value is (17,137,221). Sum of RGB (Red+Green+Blue) = 17+137+221=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1189DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189DD is #EE7622. Grayscale: #6E6E6E. Windows color (decimal): -15627811 or 14518545. OLE color: 14518545.

HSL color Cylindrical-coordinate representation of color #1189DD: hue angle of 204.71º 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 #1189DD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17137221-
CMYK0.920.3800.13
HSL204.71º85.71%46.67%-
HSV(B)204.71º92.31%86.67%-
XYZ22.2323.2371.72-
YUV110.7190.2461.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.53%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=4.53%
G=36.53%
B=58.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171372210.920.3800.13204.7185.7146.67
Hex1189DD5C260Dcd562f
Octal212113351344601531512657
Binary100011000100111011101101110010011001101110011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1189DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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