#1288DD

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

Shades of Dodger Blue #1288DD

Tints of Dodger Blue #1288DD

Color information

#1288DD (or 0x1288DD) is unknown color: approx Dodger Blue. HEX triplet: 12, 88 and DD. RGB value is (18,136,221). Sum of RGB (Red+Green+Blue) = 18+136+221=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 136 (53.52% from 255 or 36.27% 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 #1288DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288DD is #ED7722. Grayscale: #6D6D6D. Windows color (decimal): -15562531 or 14518290. OLE color: 14518290.

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

Color convert

RGB18136221-
CMYK0.920.3800.13
HSL205.12º84.94%46.86%-
HSV(B)205.12º91.86%86.67%-
XYZ22.122.9671.67-
YUV110.41190.4162.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 221 (86.72% from 255) = 58.93%
R=4.8%
G=36.27%
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
Decimal181362210.920.3800.13205.1284.9446.86
Hex1288DD5C260Dcd552f
Octal222103351344601531512557
Binary100101000100011011101101110010011001101110011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,136,221); }

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

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

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

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

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

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

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