Shades of Dodger Blue #1596ED
Tints of Dodger Blue #1596ED
RGB
CMYK
RGB Variations
Color information
#1596ED (or 0x1596ED) is known color: Dodger Blue. HEX triplet: 15, 96 and ED. RGB value is (21,150,237). Sum of RGB (Red+Green+Blue) = 21+150+237=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #1596ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1596ED is #EA6912. Grayscale: #787878. Windows color (decimal): -15362323 or 15570453. OLE color: 15570453.
HSL color Cylindrical-coordinate representation of color #1596ED: hue angle of 204.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1596ED is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 150 | 237 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.07 |
| HSL | 204.17º | 0.86% | 0.51% | - |
| HSV(B) | 204.17º | 0.91% | 0.93% | - |
| XYZ | 26.5 | 28.09 | 84.15 | - |
| YUV | 121.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 237 | 0.91 | 0.37 | 0 | 0.07 | 204.17 | 0.86 | 0.51 |
| Hex | 15 | 96 | ED | 5B | 25 | 0 | 7 | CC | 56 | 33 |
| Octal | 25 | 226 | 355 | 133 | 45 | 0 | 7 | 314 | 126 | 63 |
| Binary | 10101 | 10010110 | 11101101 | 1011011 | 100101 | 0 | 111 | 11001100 | 1010110 | 110011 |
Color Harmonies of #1596ED
Complementary color
Monochromatic Colors of #1596ED
Black with #1596ED
Text Example
Text Example
White with #1596ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1596ED; }
p { color: rgb(21,150,237); }
H1.HeaderClassName
{
color: #1596ED;
}
.AnyTagClassName
{
color: #1596ED;
}
</style>
background-color css
<style>
a { background-color: #1596ED; }
a { background-color: rgb(21,150,237); }
div.DivClassName
{
background-color: #1596ED;
}
.BgClassName
{
background-color: #1596ED;
}
</style>
border-color css
<style>
span { border-color: #1596ED; }
span { border-color: rgb(21,150,237); }
td.TdClassName
{
border-color: #1596ED;
}
.TagClassName
{
border-color: #1596ED;
}
</style>