Shades of Dodger Blue #199EEE
Tints of Dodger Blue #199EEE
RGB
CMYK
RGB Variations
Color information
#199EEE (or 0x199EEE) is known color: Dodger Blue. HEX triplet: 19, 9E and EE. RGB value is (25,158,238). Sum of RGB (Red+Green+Blue) = 25+158+238=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #199EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EEE is #E66111. Grayscale: #7E7E7E. Windows color (decimal): -15098130 or 15638041. OLE color: 15638041.
HSL color Cylindrical-coordinate representation of color #199EEE: hue angle of 202.54º 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 #199EEE is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 158 | 238 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.07 |
| HSL | 202.54º | 0.86% | 0.52% | - |
| HSV(B) | 202.54º | 0.89% | 0.93% | - |
| XYZ | 28.06 | 30.83 | 85.36 | - |
| YUV | 127.35 | 190.44 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 238 | 0.89 | 0.34 | 0 | 0.07 | 202.54 | 0.86 | 0.52 |
| Hex | 19 | 9E | EE | 59 | 22 | 0 | 7 | CB | 56 | 34 |
| Octal | 31 | 236 | 356 | 131 | 42 | 0 | 7 | 313 | 126 | 64 |
| Binary | 11001 | 10011110 | 11101110 | 1011001 | 100010 | 0 | 111 | 11001011 | 1010110 | 110100 |
Color Harmonies of #199EEE
Complementary color
Monochromatic Colors of #199EEE
Black with #199EEE
Text Example
Text Example
White with #199EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EEE; }
p { color: rgb(25,158,238); }
H1.HeaderClassName
{
color: #199EEE;
}
.AnyTagClassName
{
color: #199EEE;
}
</style>
background-color css
<style>
a { background-color: #199EEE; }
a { background-color: rgb(25,158,238); }
div.DivClassName
{
background-color: #199EEE;
}
.BgClassName
{
background-color: #199EEE;
}
</style>
border-color css
<style>
span { border-color: #199EEE; }
span { border-color: rgb(25,158,238); }
td.TdClassName
{
border-color: #199EEE;
}
.TagClassName
{
border-color: #199EEE;
}
</style>