Shades of Dodger Blue #199DE0
Tints of Dodger Blue #199DE0
RGB
CMYK
RGB Variations
Color information
#199DE0 (or 0x199DE0) is known color: Dodger Blue. HEX triplet: 19, 9D and E0. RGB value is (25,157,224). Sum of RGB (Red+Green+Blue) = 25+157+224=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #199DE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199DE0 is #E6621F. Grayscale: #7C7C7C. Windows color (decimal): -15098400 or 14720281. OLE color: 14720281.
HSL color Cylindrical-coordinate representation of color #199DE0: hue angle of 200.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199DE0 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 157 | 224 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.12 |
| HSL | 200.2º | 0.8% | 0.49% | - |
| HSV(B) | 200.2º | 0.89% | 0.88% | - |
| XYZ | 25.91 | 29.7 | 74.89 | - |
| YUV | 125.17 | 183.77 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 224 | 0.89 | 0.30 | 0 | 0.12 | 200.2 | 0.8 | 0.49 |
| Hex | 19 | 9D | E0 | 59 | 1E | 0 | C | C8 | 50 | 31 |
| Octal | 31 | 235 | 340 | 131 | 36 | 0 | 14 | 310 | 120 | 61 |
| Binary | 11001 | 10011101 | 11100000 | 1011001 | 11110 | 0 | 1100 | 11001000 | 1010000 | 110001 |
Color Harmonies of #199DE0
Complementary color
Monochromatic Colors of #199DE0
Black with #199DE0
Text Example
Text Example
White with #199DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DE0; }
p { color: rgb(25,157,224); }
H1.HeaderClassName
{
color: #199DE0;
}
.AnyTagClassName
{
color: #199DE0;
}
</style>
background-color css
<style>
a { background-color: #199DE0; }
a { background-color: rgb(25,157,224); }
div.DivClassName
{
background-color: #199DE0;
}
.BgClassName
{
background-color: #199DE0;
}
</style>
border-color css
<style>
span { border-color: #199DE0; }
span { border-color: rgb(25,157,224); }
td.TdClassName
{
border-color: #199DE0;
}
.TagClassName
{
border-color: #199DE0;
}
</style>