Shades of Dodger Blue #199DED
Tints of Dodger Blue #199DED
RGB
CMYK
RGB Variations
Color information
#199DED (or 0x199DED) is known color: Dodger Blue. HEX triplet: 19, 9D and ED. RGB value is (25,157,237). Sum of RGB (Red+Green+Blue) = 25+157+237=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #199DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DED is #E66212. Grayscale: #7E7E7E. Windows color (decimal): -15098387 or 15572249. OLE color: 15572249.
HSL color Cylindrical-coordinate representation of color #199DED: hue angle of 202.64º 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 #199DED is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 157 | 237 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.07 |
| HSL | 202.64º | 0.85% | 0.51% | - |
| HSV(B) | 202.64º | 0.89% | 0.93% | - |
| XYZ | 27.74 | 30.44 | 84.53 | - |
| YUV | 126.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 237 | 0.89 | 0.34 | 0 | 0.07 | 202.64 | 0.85 | 0.51 |
| Hex | 19 | 9D | ED | 59 | 22 | 0 | 7 | CB | 55 | 33 |
| Octal | 31 | 235 | 355 | 131 | 42 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11001 | 10011101 | 11101101 | 1011001 | 100010 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #199DED
Complementary color
Monochromatic Colors of #199DED
Black with #199DED
Text Example
Text Example
White with #199DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DED; }
p { color: rgb(25,157,237); }
H1.HeaderClassName
{
color: #199DED;
}
.AnyTagClassName
{
color: #199DED;
}
</style>
background-color css
<style>
a { background-color: #199DED; }
a { background-color: rgb(25,157,237); }
div.DivClassName
{
background-color: #199DED;
}
.BgClassName
{
background-color: #199DED;
}
</style>
border-color css
<style>
span { border-color: #199DED; }
span { border-color: rgb(25,157,237); }
td.TdClassName
{
border-color: #199DED;
}
.TagClassName
{
border-color: #199DED;
}
</style>