Shades of Dodger Blue #199CE0
Tints of Dodger Blue #199CE0
RGB
CMYK
RGB Variations
Color information
#199CE0 (or 0x199CE0) is known color: Dodger Blue. HEX triplet: 19, 9C and E0. RGB value is (25,156,224). Sum of RGB (Red+Green+Blue) = 25+156+224=405 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.17% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #199CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CE0 is #E6631F. Grayscale: #7C7C7C. Windows color (decimal): -15098656 or 14720025. OLE color: 14720025.
HSL color Cylindrical-coordinate representation of color #199CE0: hue angle of 200.5º 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 #199CE0 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 156 | 224 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.12 |
| HSL | 200.5º | 0.8% | 0.49% | - |
| HSV(B) | 200.5º | 0.89% | 0.88% | - |
| XYZ | 25.74 | 29.37 | 74.83 | - |
| YUV | 124.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 224 | 0.89 | 0.30 | 0 | 0.12 | 200.5 | 0.8 | 0.49 |
| Hex | 19 | 9C | E0 | 59 | 1E | 0 | C | C9 | 50 | 31 |
| Octal | 31 | 234 | 340 | 131 | 36 | 0 | 14 | 311 | 120 | 61 |
| Binary | 11001 | 10011100 | 11100000 | 1011001 | 11110 | 0 | 1100 | 11001001 | 1010000 | 110001 |
Color Harmonies of #199CE0
Complementary color
Monochromatic Colors of #199CE0
Black with #199CE0
Text Example
Text Example
White with #199CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CE0; }
p { color: rgb(25,156,224); }
H1.HeaderClassName
{
color: #199CE0;
}
.AnyTagClassName
{
color: #199CE0;
}
</style>
background-color css
<style>
a { background-color: #199CE0; }
a { background-color: rgb(25,156,224); }
div.DivClassName
{
background-color: #199CE0;
}
.BgClassName
{
background-color: #199CE0;
}
</style>
border-color css
<style>
span { border-color: #199CE0; }
span { border-color: rgb(25,156,224); }
td.TdClassName
{
border-color: #199CE0;
}
.TagClassName
{
border-color: #199CE0;
}
</style>