Shades of Dodger Blue #199EFE
Tints of Dodger Blue #199EFE
RGB
CMYK
RGB Variations
Color information
#199EFE (or 0x199EFE) is known color: Dodger Blue. HEX triplet: 19, 9E and FE. RGB value is (25,158,254). Sum of RGB (Red+Green+Blue) = 25+158+254=437 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.72% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #199EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EFE is #E66101. Grayscale: #808080. Windows color (decimal): -15098114 or 16686617. OLE color: 16686617.
HSL color Cylindrical-coordinate representation of color #199EFE: hue angle of 205.15º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199EFE is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 158 | 254 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.00 |
| HSL | 205.15º | 0.99% | 0.55% | - |
| HSV(B) | 205.15º | 0.9% | 1% | - |
| XYZ | 30.52 | 31.82 | 98.3 | - |
| YUV | 129.18 | 198.44 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 254 | 0.90 | 0.38 | 0 | 0.00 | 205.15 | 0.99 | 0.55 |
| Hex | 19 | 9E | FE | 5A | 26 | 0 | 0 | CD | 63 | 37 |
| Octal | 31 | 236 | 376 | 132 | 46 | 0 | 0 | 315 | 143 | 67 |
| Binary | 11001 | 10011110 | 11111110 | 1011010 | 100110 | 0 | 0 | 11001101 | 1100011 | 110111 |
Color Harmonies of #199EFE
Complementary color
Monochromatic Colors of #199EFE
Black with #199EFE
Text Example
Text Example
White with #199EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EFE; }
p { color: rgb(25,158,254); }
H1.HeaderClassName
{
color: #199EFE;
}
.AnyTagClassName
{
color: #199EFE;
}
</style>
background-color css
<style>
a { background-color: #199EFE; }
a { background-color: rgb(25,158,254); }
div.DivClassName
{
background-color: #199EFE;
}
.BgClassName
{
background-color: #199EFE;
}
</style>
border-color css
<style>
span { border-color: #199EFE; }
span { border-color: rgb(25,158,254); }
td.TdClassName
{
border-color: #199EFE;
}
.TagClassName
{
border-color: #199EFE;
}
</style>