Shades of Dodger Blue #1599EA
Tints of Dodger Blue #1599EA
RGB
CMYK
RGB Variations
Color information
#1599EA (or 0x1599EA) is known color: Dodger Blue. HEX triplet: 15, 99 and EA. RGB value is (21,153,234). Sum of RGB (Red+Green+Blue) = 21+153+234=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #1599EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1599EA is #EA6615. Grayscale: #7A7A7A. Windows color (decimal): -15361558 or 15374613. OLE color: 15374613.
HSL color Cylindrical-coordinate representation of color #1599EA: hue angle of 202.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1599EA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 153 | 234 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.08 |
| HSL | 202.82º | 0.84% | 0.5% | - |
| HSV(B) | 202.82º | 0.91% | 0.92% | - |
| XYZ | 26.55 | 28.88 | 82.02 | - |
| YUV | 122.77 | 190.77 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 153 | 234 | 0.91 | 0.35 | 0 | 0.08 | 202.82 | 0.84 | 0.5 |
| Hex | 15 | 99 | EA | 5B | 23 | 0 | 8 | CB | 54 | 32 |
| Octal | 25 | 231 | 352 | 133 | 43 | 0 | 10 | 313 | 124 | 62 |
| Binary | 10101 | 10011001 | 11101010 | 1011011 | 100011 | 0 | 1000 | 11001011 | 1010100 | 110010 |
Color Harmonies of #1599EA
Complementary color
Monochromatic Colors of #1599EA
Black with #1599EA
Text Example
Text Example
White with #1599EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1599EA; }
p { color: rgb(21,153,234); }
H1.HeaderClassName
{
color: #1599EA;
}
.AnyTagClassName
{
color: #1599EA;
}
</style>
background-color css
<style>
a { background-color: #1599EA; }
a { background-color: rgb(21,153,234); }
div.DivClassName
{
background-color: #1599EA;
}
.BgClassName
{
background-color: #1599EA;
}
</style>
border-color css
<style>
span { border-color: #1599EA; }
span { border-color: rgb(21,153,234); }
td.TdClassName
{
border-color: #1599EA;
}
.TagClassName
{
border-color: #1599EA;
}
</style>