Shades of Dodger Blue #199EF0
Tints of Dodger Blue #199EF0
RGB
CMYK
RGB Variations
Color information
#199EF0 (or 0x199EF0) is known color: Dodger Blue. HEX triplet: 19, 9E and F0. RGB value is (25,158,240). Sum of RGB (Red+Green+Blue) = 25+158+240=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 240 (94.14% from 255 or 56.74% from 423); Max value from RGB is 240 - color contains mainly: blue. Hex color #199EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EF0 is #E6610F. Grayscale: #7F7F7F. Windows color (decimal): -15098128 or 15769113. OLE color: 15769113.
HSL color Cylindrical-coordinate representation of color #199EF0: hue angle of 202.88º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199EF0 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 158 | 240 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.06 |
| HSL | 202.88º | 0.88% | 0.52% | - |
| HSV(B) | 202.88º | 0.9% | 0.94% | - |
| XYZ | 28.36 | 30.95 | 86.92 | - |
| YUV | 127.58 | 191.44 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 240 | 0.90 | 0.34 | 0 | 0.06 | 202.88 | 0.88 | 0.52 |
| Hex | 19 | 9E | F0 | 5A | 22 | 0 | 6 | CB | 58 | 34 |
| Octal | 31 | 236 | 360 | 132 | 42 | 0 | 6 | 313 | 130 | 64 |
| Binary | 11001 | 10011110 | 11110000 | 1011010 | 100010 | 0 | 110 | 11001011 | 1011000 | 110100 |
Color Harmonies of #199EF0
Complementary color
Monochromatic Colors of #199EF0
Black with #199EF0
Text Example
Text Example
White with #199EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EF0; }
p { color: rgb(25,158,240); }
H1.HeaderClassName
{
color: #199EF0;
}
.AnyTagClassName
{
color: #199EF0;
}
</style>
background-color css
<style>
a { background-color: #199EF0; }
a { background-color: rgb(25,158,240); }
div.DivClassName
{
background-color: #199EF0;
}
.BgClassName
{
background-color: #199EF0;
}
</style>
border-color css
<style>
span { border-color: #199EF0; }
span { border-color: rgb(25,158,240); }
td.TdClassName
{
border-color: #199EF0;
}
.TagClassName
{
border-color: #199EF0;
}
</style>