Shades of Dodger Blue #199FED
Tints of Dodger Blue #199FED
RGB
CMYK
RGB Variations
Color information
#199FED (or 0x199FED) is known color: Dodger Blue. HEX triplet: 19, 9F and ED. RGB value is (25,159,237). Sum of RGB (Red+Green+Blue) = 25+159+237=421 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.94% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #199FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FED is #E66012. Grayscale: #7F7F7F. Windows color (decimal): -15097875 or 15572761. OLE color: 15572761.
HSL color Cylindrical-coordinate representation of color #199FED: hue angle of 202.08º 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 #199FED is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 159 | 237 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.07 |
| HSL | 202.08º | 0.85% | 0.51% | - |
| HSV(B) | 202.08º | 0.89% | 0.93% | - |
| XYZ | 28.09 | 31.12 | 84.65 | - |
| YUV | 127.83 | 189.61 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 237 | 0.89 | 0.33 | 0 | 0.07 | 202.08 | 0.85 | 0.51 |
| Hex | 19 | 9F | ED | 59 | 21 | 0 | 7 | CA | 55 | 33 |
| Octal | 31 | 237 | 355 | 131 | 41 | 0 | 7 | 312 | 125 | 63 |
| Binary | 11001 | 10011111 | 11101101 | 1011001 | 100001 | 0 | 111 | 11001010 | 1010101 | 110011 |
Color Harmonies of #199FED
Complementary color
Monochromatic Colors of #199FED
Black with #199FED
Text Example
Text Example
White with #199FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FED; }
p { color: rgb(25,159,237); }
H1.HeaderClassName
{
color: #199FED;
}
.AnyTagClassName
{
color: #199FED;
}
</style>
background-color css
<style>
a { background-color: #199FED; }
a { background-color: rgb(25,159,237); }
div.DivClassName
{
background-color: #199FED;
}
.BgClassName
{
background-color: #199FED;
}
</style>
border-color css
<style>
span { border-color: #199FED; }
span { border-color: rgb(25,159,237); }
td.TdClassName
{
border-color: #199FED;
}
.TagClassName
{
border-color: #199FED;
}
</style>