Shades of Dodger Blue #199FEC
Tints of Dodger Blue #199FEC
RGB
CMYK
RGB Variations
Color information
#199FEC (or 0x199FEC) is known color: Dodger Blue. HEX triplet: 19, 9F and EC. RGB value is (25,159,236). Sum of RGB (Red+Green+Blue) = 25+159+236=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #199FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FEC is #E66013. Grayscale: #7F7F7F. Windows color (decimal): -15097876 or 15507225. OLE color: 15507225.
HSL color Cylindrical-coordinate representation of color #199FEC: hue angle of 201.9º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #199FEC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 159 | 236 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.07 |
| HSL | 201.9º | 0.85% | 0.51% | - |
| HSV(B) | 201.9º | 0.89% | 0.93% | - |
| XYZ | 27.94 | 31.06 | 83.88 | - |
| YUV | 127.71 | 189.11 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 236 | 0.89 | 0.33 | 0 | 0.07 | 201.9 | 0.85 | 0.51 |
| Hex | 19 | 9F | EC | 59 | 21 | 0 | 7 | CA | 55 | 33 |
| Octal | 31 | 237 | 354 | 131 | 41 | 0 | 7 | 312 | 125 | 63 |
| Binary | 11001 | 10011111 | 11101100 | 1011001 | 100001 | 0 | 111 | 11001010 | 1010101 | 110011 |
Color Harmonies of #199FEC
Complementary color
Monochromatic Colors of #199FEC
Black with #199FEC
Text Example
Text Example
White with #199FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FEC; }
p { color: rgb(25,159,236); }
H1.HeaderClassName
{
color: #199FEC;
}
.AnyTagClassName
{
color: #199FEC;
}
</style>
background-color css
<style>
a { background-color: #199FEC; }
a { background-color: rgb(25,159,236); }
div.DivClassName
{
background-color: #199FEC;
}
.BgClassName
{
background-color: #199FEC;
}
</style>
border-color css
<style>
span { border-color: #199FEC; }
span { border-color: rgb(25,159,236); }
td.TdClassName
{
border-color: #199FEC;
}
.TagClassName
{
border-color: #199FEC;
}
</style>