Shades of Dodger Blue #1288FF
Tints of Dodger Blue #1288FF
RGB
CMYK
RGB Variations
Color information
#1288FF (or 0x1288FF) is known color: Dodger Blue. HEX triplet: 12, 88 and FF. RGB value is (18,136,255). Sum of RGB (Red+Green+Blue) = 18+136+255=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1288FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1288FF is #ED7700. Grayscale: #717171. Windows color (decimal): -15562497 or 16746514. OLE color: 16746514.
HSL color Cylindrical-coordinate representation of color #1288FF: hue angle of 210.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1288FF is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 136 | 255 | - |
| CMYK | 0.93 | 0.47 | 0 | 0 |
| HSL | 210.13º | 1% | 0.54% | - |
| HSV(B) | 210.13º | 0.93% | 1% | - |
| XYZ | 27.1 | 24.96 | 98 | - |
| YUV | 114.28 | 207.41 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 255 | 0.93 | 0.47 | 0 | 0 | 210.13 | 1 | 0.54 |
| Hex | 12 | 88 | FF | 5D | 2F | 0 | 0 | D2 | 64 | 36 |
| Octal | 22 | 210 | 377 | 135 | 57 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10010 | 10001000 | 11111111 | 1011101 | 101111 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #1288FF
Complementary color
Monochromatic Colors of #1288FF
Black with #1288FF
Text Example
Text Example
White with #1288FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288FF; }
p { color: rgb(18,136,255); }
H1.HeaderClassName
{
color: #1288FF;
}
.AnyTagClassName
{
color: #1288FF;
}
</style>
background-color css
<style>
a { background-color: #1288FF; }
a { background-color: rgb(18,136,255); }
div.DivClassName
{
background-color: #1288FF;
}
.BgClassName
{
background-color: #1288FF;
}
</style>
border-color css
<style>
span { border-color: #1288FF; }
span { border-color: rgb(18,136,255); }
td.TdClassName
{
border-color: #1288FF;
}
.TagClassName
{
border-color: #1288FF;
}
</style>