Shades of Dodger Blue #199FFE
Tints of Dodger Blue #199FFE
RGB
CMYK
RGB Variations
Color information
#199FFE (or 0x199FFE) is known color: Dodger Blue. HEX triplet: 19, 9F and FE. RGB value is (25,159,254). Sum of RGB (Red+Green+Blue) = 25+159+254=438 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.71% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #199FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FFE is #E66001. Grayscale: #818181. Windows color (decimal): -15097858 or 16686873. OLE color: 16686873.
HSL color Cylindrical-coordinate representation of color #199FFE: hue angle of 204.89º 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 #199FFE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 159 | 254 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.00 |
| HSL | 204.89º | 0.99% | 0.55% | - |
| HSV(B) | 204.89º | 0.9% | 1% | - |
| XYZ | 30.69 | 32.16 | 98.36 | - |
| YUV | 129.76 | 198.11 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 254 | 0.90 | 0.37 | 0 | 0.00 | 204.89 | 0.99 | 0.55 |
| Hex | 19 | 9F | FE | 5A | 25 | 0 | 0 | CD | 63 | 37 |
| Octal | 31 | 237 | 376 | 132 | 45 | 0 | 0 | 315 | 143 | 67 |
| Binary | 11001 | 10011111 | 11111110 | 1011010 | 100101 | 0 | 0 | 11001101 | 1100011 | 110111 |
Color Harmonies of #199FFE
Complementary color
Monochromatic Colors of #199FFE
Black with #199FFE
Text Example
Text Example
White with #199FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FFE; }
p { color: rgb(25,159,254); }
H1.HeaderClassName
{
color: #199FFE;
}
.AnyTagClassName
{
color: #199FFE;
}
</style>
background-color css
<style>
a { background-color: #199FFE; }
a { background-color: rgb(25,159,254); }
div.DivClassName
{
background-color: #199FFE;
}
.BgClassName
{
background-color: #199FFE;
}
</style>
border-color css
<style>
span { border-color: #199FFE; }
span { border-color: rgb(25,159,254); }
td.TdClassName
{
border-color: #199FFE;
}
.TagClassName
{
border-color: #199FFE;
}
</style>