Shades of Dodger Blue #1596EC
Tints of Dodger Blue #1596EC
RGB
CMYK
RGB Variations
Color information
#1596EC (or 0x1596EC) is known color: Dodger Blue. HEX triplet: 15, 96 and EC. RGB value is (21,150,236). Sum of RGB (Red+Green+Blue) = 21+150+236=407 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.16% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #1596EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1596EC is #EA6913. Grayscale: #787878. Windows color (decimal): -15362324 or 15504917. OLE color: 15504917.
HSL color Cylindrical-coordinate representation of color #1596EC: hue angle of 204º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1596EC is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 150 | 236 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.07 |
| HSL | 204º | 0.85% | 0.5% | - |
| HSV(B) | 204º | 0.91% | 0.93% | - |
| XYZ | 26.36 | 28.03 | 83.38 | - |
| YUV | 121.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 236 | 0.91 | 0.36 | 0 | 0.07 | 204 | 0.85 | 0.5 |
| Hex | 15 | 96 | EC | 5B | 24 | 0 | 7 | CC | 55 | 32 |
| Octal | 25 | 226 | 354 | 133 | 44 | 0 | 7 | 314 | 125 | 62 |
| Binary | 10101 | 10010110 | 11101100 | 1011011 | 100100 | 0 | 111 | 11001100 | 1010101 | 110010 |
Color Harmonies of #1596EC
Complementary color
Monochromatic Colors of #1596EC
Black with #1596EC
Text Example
Text Example
White with #1596EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1596EC; }
p { color: rgb(21,150,236); }
H1.HeaderClassName
{
color: #1596EC;
}
.AnyTagClassName
{
color: #1596EC;
}
</style>
background-color css
<style>
a { background-color: #1596EC; }
a { background-color: rgb(21,150,236); }
div.DivClassName
{
background-color: #1596EC;
}
.BgClassName
{
background-color: #1596EC;
}
</style>
border-color css
<style>
span { border-color: #1596EC; }
span { border-color: rgb(21,150,236); }
td.TdClassName
{
border-color: #1596EC;
}
.TagClassName
{
border-color: #1596EC;
}
</style>