Shades of Dodger Blue #1596E6
Tints of Dodger Blue #1596E6
RGB
CMYK
RGB Variations
Color information
#1596E6 (or 0x1596E6) is known color: Dodger Blue. HEX triplet: 15, 96 and E6. RGB value is (21,150,230). Sum of RGB (Red+Green+Blue) = 21+150+230=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #1596E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1596E6 is #EA6919. Grayscale: #787878. Windows color (decimal): -15362330 or 15111701. OLE color: 15111701.
HSL color Cylindrical-coordinate representation of color #1596E6: hue angle of 202.97º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1596E6 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 150 | 230 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.10 |
| HSL | 202.97º | 0.83% | 0.49% | - |
| HSV(B) | 202.97º | 0.91% | 0.9% | - |
| XYZ | 25.5 | 27.69 | 78.86 | - |
| YUV | 120.55 | 189.76 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 230 | 0.91 | 0.35 | 0 | 0.10 | 202.97 | 0.83 | 0.49 |
| Hex | 15 | 96 | E6 | 5B | 23 | 0 | A | CB | 53 | 31 |
| Octal | 25 | 226 | 346 | 133 | 43 | 0 | 12 | 313 | 123 | 61 |
| Binary | 10101 | 10010110 | 11100110 | 1011011 | 100011 | 0 | 1010 | 11001011 | 1010011 | 110001 |
Color Harmonies of #1596E6
Complementary color
Monochromatic Colors of #1596E6
Black with #1596E6
Text Example
Text Example
White with #1596E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1596E6; }
p { color: rgb(21,150,230); }
H1.HeaderClassName
{
color: #1596E6;
}
.AnyTagClassName
{
color: #1596E6;
}
</style>
background-color css
<style>
a { background-color: #1596E6; }
a { background-color: rgb(21,150,230); }
div.DivClassName
{
background-color: #1596E6;
}
.BgClassName
{
background-color: #1596E6;
}
</style>
border-color css
<style>
span { border-color: #1596E6; }
span { border-color: rgb(21,150,230); }
td.TdClassName
{
border-color: #1596E6;
}
.TagClassName
{
border-color: #1596E6;
}
</style>