Shades of Dodger Blue #199CEE
Tints of Dodger Blue #199CEE
RGB
CMYK
RGB Variations
Color information
#199CEE (or 0x199CEE) is known color: Dodger Blue. HEX triplet: 19, 9C and EE. RGB value is (25,156,238). Sum of RGB (Red+Green+Blue) = 25+156+238=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #199CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CEE is #E66311. Grayscale: #7D7D7D. Windows color (decimal): -15098642 or 15637529. OLE color: 15637529.
HSL color Cylindrical-coordinate representation of color #199CEE: hue angle of 203.1º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199CEE is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 156 | 238 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.07 |
| HSL | 203.1º | 0.86% | 0.52% | - |
| HSV(B) | 203.1º | 0.89% | 0.93% | - |
| XYZ | 27.72 | 30.16 | 85.25 | - |
| YUV | 126.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 238 | 0.89 | 0.34 | 0 | 0.07 | 203.1 | 0.86 | 0.52 |
| Hex | 19 | 9C | EE | 59 | 22 | 0 | 7 | CB | 56 | 34 |
| Octal | 31 | 234 | 356 | 131 | 42 | 0 | 7 | 313 | 126 | 64 |
| Binary | 11001 | 10011100 | 11101110 | 1011001 | 100010 | 0 | 111 | 11001011 | 1010110 | 110100 |
Color Harmonies of #199CEE
Complementary color
Monochromatic Colors of #199CEE
Black with #199CEE
Text Example
Text Example
White with #199CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CEE; }
p { color: rgb(25,156,238); }
H1.HeaderClassName
{
color: #199CEE;
}
.AnyTagClassName
{
color: #199CEE;
}
</style>
background-color css
<style>
a { background-color: #199CEE; }
a { background-color: rgb(25,156,238); }
div.DivClassName
{
background-color: #199CEE;
}
.BgClassName
{
background-color: #199CEE;
}
</style>
border-color css
<style>
span { border-color: #199CEE; }
span { border-color: rgb(25,156,238); }
td.TdClassName
{
border-color: #199CEE;
}
.TagClassName
{
border-color: #199CEE;
}
</style>