Shades of Dodger Blue #1596FF
Tints of Dodger Blue #1596FF
RGB
CMYK
RGB Variations
Color information
#1596FF (or 0x1596FF) is known color: Dodger Blue. HEX triplet: 15, 96 and FF. RGB value is (21,150,255). Sum of RGB (Red+Green+Blue) = 21+150+255=426 (56% of max value = 765). Red value is 21 (8.59% from 255 or 4.93% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #1596FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1596FF is #EA6900. Grayscale: #7A7A7A. Windows color (decimal): -15362305 or 16750101. OLE color: 16750101.
HSL color Cylindrical-coordinate representation of color #1596FF: hue angle of 206.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1596FF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 150 | 255 | - |
| CMYK | 0.92 | 0.41 | 0 | 0 |
| HSL | 206.92º | 1% | 0.54% | - |
| HSV(B) | 206.92º | 0.92% | 1% | - |
| XYZ | 29.27 | 29.19 | 98.7 | - |
| YUV | 123.4 | 202.26 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 255 | 0.92 | 0.41 | 0 | 0 | 206.92 | 1 | 0.54 |
| Hex | 15 | 96 | FF | 5C | 29 | 0 | 0 | CF | 64 | 36 |
| Octal | 25 | 226 | 377 | 134 | 51 | 0 | 0 | 317 | 144 | 66 |
| Binary | 10101 | 10010110 | 11111111 | 1011100 | 101001 | 0 | 0 | 11001111 | 1100100 | 110110 |
Color Harmonies of #1596FF
Complementary color
Monochromatic Colors of #1596FF
Black with #1596FF
Text Example
Text Example
White with #1596FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1596FF; }
p { color: rgb(21,150,255); }
H1.HeaderClassName
{
color: #1596FF;
}
.AnyTagClassName
{
color: #1596FF;
}
</style>
background-color css
<style>
a { background-color: #1596FF; }
a { background-color: rgb(21,150,255); }
div.DivClassName
{
background-color: #1596FF;
}
.BgClassName
{
background-color: #1596FF;
}
</style>
border-color css
<style>
span { border-color: #1596FF; }
span { border-color: rgb(21,150,255); }
td.TdClassName
{
border-color: #1596FF;
}
.TagClassName
{
border-color: #1596FF;
}
</style>