Shades of Dodger Blue #1599E1
Tints of Dodger Blue #1599E1
RGB
CMYK
RGB Variations
Color information
#1599E1 (or 0x1599E1) is known color: Dodger Blue. HEX triplet: 15, 99 and E1. RGB value is (21,153,225). Sum of RGB (Red+Green+Blue) = 21+153+225=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #1599E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1599E1 is #EA661E. Grayscale: #797979. Windows color (decimal): -15361567 or 14784789. OLE color: 14784789.
HSL color Cylindrical-coordinate representation of color #1599E1: hue angle of 201.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1599E1 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 153 | 225 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.12 |
| HSL | 201.18º | 0.83% | 0.48% | - |
| HSV(B) | 201.18º | 0.91% | 0.88% | - |
| XYZ | 25.29 | 28.38 | 75.38 | - |
| YUV | 121.74 | 186.27 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 225 | 0.91 | 0.32 | 0 | 0.12 | 201.18 | 0.83 | 0.48 |
| Hex | 15 | 99 | E1 | 5B | 20 | 0 | C | C9 | 53 | 30 |
| Octal | 25 | 231 | 341 | 133 | 40 | 0 | 14 | 311 | 123 | 60 |
| Binary | 10101 | 10011001 | 11100001 | 1011011 | 100000 | 0 | 1100 | 11001001 | 1010011 | 110000 |
Color Harmonies of #1599E1
Complementary color
Monochromatic Colors of #1599E1
Black with #1599E1
Text Example
Text Example
White with #1599E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1599E1; }
p { color: rgb(21,153,225); }
H1.HeaderClassName
{
color: #1599E1;
}
.AnyTagClassName
{
color: #1599E1;
}
</style>
background-color css
<style>
a { background-color: #1599E1; }
a { background-color: rgb(21,153,225); }
div.DivClassName
{
background-color: #1599E1;
}
.BgClassName
{
background-color: #1599E1;
}
</style>
border-color css
<style>
span { border-color: #1599E1; }
span { border-color: rgb(21,153,225); }
td.TdClassName
{
border-color: #1599E1;
}
.TagClassName
{
border-color: #1599E1;
}
</style>