Shades of Dodger Blue #1288DE
Tints of Dodger Blue #1288DE
RGB
CMYK
RGB Variations
Color information
#1288DE (or 0x1288DE) is known color: Dodger Blue. HEX triplet: 12, 88 and DE. RGB value is (18,136,222). Sum of RGB (Red+Green+Blue) = 18+136+222=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #1288DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288DE is #ED7721. Grayscale: #6E6E6E. Windows color (decimal): -15562530 or 14583826. OLE color: 14583826.
HSL color Cylindrical-coordinate representation of color #1288DE: hue angle of 205.29º 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 #1288DE is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 136 | 222 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.13 |
| HSL | 205.29º | 0.85% | 0.47% | - |
| HSV(B) | 205.29º | 0.92% | 0.87% | - |
| XYZ | 22.24 | 23.01 | 72.38 | - |
| YUV | 110.52 | 190.91 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 222 | 0.92 | 0.39 | 0 | 0.13 | 205.29 | 0.85 | 0.47 |
| Hex | 12 | 88 | DE | 5C | 27 | 0 | D | CD | 55 | 2F |
| Octal | 22 | 210 | 336 | 134 | 47 | 0 | 15 | 315 | 125 | 57 |
| Binary | 10010 | 10001000 | 11011110 | 1011100 | 100111 | 0 | 1101 | 11001101 | 1010101 | 101111 |
Color Harmonies of #1288DE
Complementary color
Monochromatic Colors of #1288DE
Black with #1288DE
Text Example
Text Example
White with #1288DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288DE; }
p { color: rgb(18,136,222); }
H1.HeaderClassName
{
color: #1288DE;
}
.AnyTagClassName
{
color: #1288DE;
}
</style>
background-color css
<style>
a { background-color: #1288DE; }
a { background-color: rgb(18,136,222); }
div.DivClassName
{
background-color: #1288DE;
}
.BgClassName
{
background-color: #1288DE;
}
</style>
border-color css
<style>
span { border-color: #1288DE; }
span { border-color: rgb(18,136,222); }
td.TdClassName
{
border-color: #1288DE;
}
.TagClassName
{
border-color: #1288DE;
}
</style>