Shades of Dodger Blue #199EE8
Tints of Dodger Blue #199EE8
RGB
CMYK
RGB Variations
Color information
#199EE8 (or 0x199EE8) is known color: Dodger Blue. HEX triplet: 19, 9E and E8. RGB value is (25,158,232). Sum of RGB (Red+Green+Blue) = 25+158+232=415 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.02% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 232 (91.02% from 255 or 55.90% from 415); Max value from RGB is 232 - color contains mainly: blue. Hex color #199EE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EE8 is #E66117. Grayscale: #7E7E7E. Windows color (decimal): -15098136 or 15244825. OLE color: 15244825.
HSL color Cylindrical-coordinate representation of color #199EE8: hue angle of 201.45º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EE8 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 158 | 232 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.09 |
| HSL | 201.45º | 0.82% | 0.5% | - |
| HSV(B) | 201.45º | 0.89% | 0.91% | - |
| XYZ | 27.19 | 30.49 | 80.8 | - |
| YUV | 126.67 | 187.44 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 232 | 0.89 | 0.32 | 0 | 0.09 | 201.45 | 0.82 | 0.5 |
| Hex | 19 | 9E | E8 | 59 | 20 | 0 | 9 | C9 | 52 | 32 |
| Octal | 31 | 236 | 350 | 131 | 40 | 0 | 11 | 311 | 122 | 62 |
| Binary | 11001 | 10011110 | 11101000 | 1011001 | 100000 | 0 | 1001 | 11001001 | 1010010 | 110010 |
Color Harmonies of #199EE8
Complementary color
Monochromatic Colors of #199EE8
Black with #199EE8
Text Example
Text Example
White with #199EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EE8; }
p { color: rgb(25,158,232); }
H1.HeaderClassName
{
color: #199EE8;
}
.AnyTagClassName
{
color: #199EE8;
}
</style>
background-color css
<style>
a { background-color: #199EE8; }
a { background-color: rgb(25,158,232); }
div.DivClassName
{
background-color: #199EE8;
}
.BgClassName
{
background-color: #199EE8;
}
</style>
border-color css
<style>
span { border-color: #199EE8; }
span { border-color: rgb(25,158,232); }
td.TdClassName
{
border-color: #199EE8;
}
.TagClassName
{
border-color: #199EE8;
}
</style>