Shades of Dodger Blue #199EEC
Tints of Dodger Blue #199EEC
RGB
CMYK
RGB Variations
Color information
#199EEC (or 0x199EEC) is known color: Dodger Blue. HEX triplet: 19, 9E and EC. RGB value is (25,158,236). Sum of RGB (Red+Green+Blue) = 25+158+236=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #199EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EEC is #E66113. Grayscale: #7E7E7E. Windows color (decimal): -15098132 or 15506969. OLE color: 15506969.
HSL color Cylindrical-coordinate representation of color #199EEC: hue angle of 202.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EEC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 158 | 236 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.07 |
| HSL | 202.18º | 0.85% | 0.51% | - |
| HSV(B) | 202.18º | 0.89% | 0.93% | - |
| XYZ | 27.77 | 30.72 | 83.82 | - |
| YUV | 127.13 | 189.44 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 236 | 0.89 | 0.33 | 0 | 0.07 | 202.18 | 0.85 | 0.51 |
| Hex | 19 | 9E | EC | 59 | 21 | 0 | 7 | CA | 55 | 33 |
| Octal | 31 | 236 | 354 | 131 | 41 | 0 | 7 | 312 | 125 | 63 |
| Binary | 11001 | 10011110 | 11101100 | 1011001 | 100001 | 0 | 111 | 11001010 | 1010101 | 110011 |
Color Harmonies of #199EEC
Complementary color
Monochromatic Colors of #199EEC
Black with #199EEC
Text Example
Text Example
White with #199EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EEC; }
p { color: rgb(25,158,236); }
H1.HeaderClassName
{
color: #199EEC;
}
.AnyTagClassName
{
color: #199EEC;
}
</style>
background-color css
<style>
a { background-color: #199EEC; }
a { background-color: rgb(25,158,236); }
div.DivClassName
{
background-color: #199EEC;
}
.BgClassName
{
background-color: #199EEC;
}
</style>
border-color css
<style>
span { border-color: #199EEC; }
span { border-color: rgb(25,158,236); }
td.TdClassName
{
border-color: #199EEC;
}
.TagClassName
{
border-color: #199EEC;
}
</style>