Shades of Dodger Blue #199EE3
Tints of Dodger Blue #199EE3
RGB
CMYK
RGB Variations
Color information
#199EE3 (or 0x199EE3) is known color: Dodger Blue. HEX triplet: 19, 9E and E3. RGB value is (25,158,227). Sum of RGB (Red+Green+Blue) = 25+158+227=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #199EE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199EE3 is #E6611C. Grayscale: #7D7D7D. Windows color (decimal): -15098141 or 14917145. OLE color: 14917145.
HSL color Cylindrical-coordinate representation of color #199EE3: hue angle of 200.5º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199EE3 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 158 | 227 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.11 |
| HSL | 200.5º | 0.8% | 0.49% | - |
| HSV(B) | 200.5º | 0.89% | 0.89% | - |
| XYZ | 26.49 | 30.21 | 77.11 | - |
| YUV | 126.1 | 184.94 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 227 | 0.89 | 0.30 | 0 | 0.11 | 200.5 | 0.8 | 0.49 |
| Hex | 19 | 9E | E3 | 59 | 1E | 0 | B | C8 | 50 | 31 |
| Octal | 31 | 236 | 343 | 131 | 36 | 0 | 13 | 310 | 120 | 61 |
| Binary | 11001 | 10011110 | 11100011 | 1011001 | 11110 | 0 | 1011 | 11001000 | 1010000 | 110001 |
Color Harmonies of #199EE3
Complementary color
Monochromatic Colors of #199EE3
Black with #199EE3
Text Example
Text Example
White with #199EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EE3; }
p { color: rgb(25,158,227); }
H1.HeaderClassName
{
color: #199EE3;
}
.AnyTagClassName
{
color: #199EE3;
}
</style>
background-color css
<style>
a { background-color: #199EE3; }
a { background-color: rgb(25,158,227); }
div.DivClassName
{
background-color: #199EE3;
}
.BgClassName
{
background-color: #199EE3;
}
</style>
border-color css
<style>
span { border-color: #199EE3; }
span { border-color: rgb(25,158,227); }
td.TdClassName
{
border-color: #199EE3;
}
.TagClassName
{
border-color: #199EE3;
}
</style>