Shades of Dodger Blue #199DE8
Tints of Dodger Blue #199DE8
RGB
CMYK
RGB Variations
Color information
#199DE8 (or 0x199DE8) is known color: Dodger Blue. HEX triplet: 19, 9D and E8. RGB value is (25,157,232). Sum of RGB (Red+Green+Blue) = 25+157+232=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #199DE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DE8 is #E66217. Grayscale: #7D7D7D. Windows color (decimal): -15098392 or 15244569. OLE color: 15244569.
HSL color Cylindrical-coordinate representation of color #199DE8: hue angle of 201.74º 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 #199DE8 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 157 | 232 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.09 |
| HSL | 201.74º | 0.82% | 0.5% | - |
| HSV(B) | 201.74º | 0.89% | 0.91% | - |
| XYZ | 27.02 | 30.15 | 80.74 | - |
| YUV | 126.08 | 187.77 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 232 | 0.89 | 0.32 | 0 | 0.09 | 201.74 | 0.82 | 0.5 |
| Hex | 19 | 9D | E8 | 59 | 20 | 0 | 9 | CA | 52 | 32 |
| Octal | 31 | 235 | 350 | 131 | 40 | 0 | 11 | 312 | 122 | 62 |
| Binary | 11001 | 10011101 | 11101000 | 1011001 | 100000 | 0 | 1001 | 11001010 | 1010010 | 110010 |
Color Harmonies of #199DE8
Complementary color
Monochromatic Colors of #199DE8
Black with #199DE8
Text Example
Text Example
White with #199DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DE8; }
p { color: rgb(25,157,232); }
H1.HeaderClassName
{
color: #199DE8;
}
.AnyTagClassName
{
color: #199DE8;
}
</style>
background-color css
<style>
a { background-color: #199DE8; }
a { background-color: rgb(25,157,232); }
div.DivClassName
{
background-color: #199DE8;
}
.BgClassName
{
background-color: #199DE8;
}
</style>
border-color css
<style>
span { border-color: #199DE8; }
span { border-color: rgb(25,157,232); }
td.TdClassName
{
border-color: #199DE8;
}
.TagClassName
{
border-color: #199DE8;
}
</style>