Shades of Dodger Blue #1288DC
Tints of Dodger Blue #1288DC
RGB
CMYK
RGB Variations
Color information
#1288DC (or 0x1288DC) is known color: Dodger Blue. HEX triplet: 12, 88 and DC. RGB value is (18,136,220). Sum of RGB (Red+Green+Blue) = 18+136+220=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #1288DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288DC is #ED7723. Grayscale: #6D6D6D. Windows color (decimal): -15562532 or 14452754. OLE color: 14452754.
HSL color Cylindrical-coordinate representation of color #1288DC: hue angle of 204.95º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1288DC is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 136 | 220 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.14 |
| HSL | 204.95º | 0.85% | 0.47% | - |
| HSV(B) | 204.95º | 0.92% | 0.86% | - |
| XYZ | 21.97 | 22.9 | 70.97 | - |
| YUV | 110.29 | 189.91 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 220 | 0.92 | 0.38 | 0 | 0.14 | 204.95 | 0.85 | 0.47 |
| Hex | 12 | 88 | DC | 5C | 26 | 0 | E | CD | 55 | 2F |
| Octal | 22 | 210 | 334 | 134 | 46 | 0 | 16 | 315 | 125 | 57 |
| Binary | 10010 | 10001000 | 11011100 | 1011100 | 100110 | 0 | 1110 | 11001101 | 1010101 | 101111 |
Color Harmonies of #1288DC
Complementary color
Monochromatic Colors of #1288DC
Black with #1288DC
Text Example
Text Example
White with #1288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288DC; }
p { color: rgb(18,136,220); }
H1.HeaderClassName
{
color: #1288DC;
}
.AnyTagClassName
{
color: #1288DC;
}
</style>
background-color css
<style>
a { background-color: #1288DC; }
a { background-color: rgb(18,136,220); }
div.DivClassName
{
background-color: #1288DC;
}
.BgClassName
{
background-color: #1288DC;
}
</style>
border-color css
<style>
span { border-color: #1288DC; }
span { border-color: rgb(18,136,220); }
td.TdClassName
{
border-color: #1288DC;
}
.TagClassName
{
border-color: #1288DC;
}
</style>