Shades of Dodger Blue #199DFE
Tints of Dodger Blue #199DFE
RGB
CMYK
RGB Variations
Color information
#199DFE (or 0x199DFE) is known color: Dodger Blue. HEX triplet: 19, 9D and FE. RGB value is (25,157,254). Sum of RGB (Red+Green+Blue) = 25+157+254=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #199DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199DFE is #E66201. Grayscale: #808080. Windows color (decimal): -15098370 or 16686361. OLE color: 16686361.
HSL color Cylindrical-coordinate representation of color #199DFE: hue angle of 205.41º 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 #199DFE is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 157 | 254 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.00 |
| HSL | 205.41º | 0.99% | 0.55% | - |
| HSV(B) | 205.41º | 0.9% | 1% | - |
| XYZ | 30.35 | 31.48 | 98.24 | - |
| YUV | 128.59 | 198.77 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 254 | 0.90 | 0.38 | 0 | 0.00 | 205.41 | 0.99 | 0.55 |
| Hex | 19 | 9D | FE | 5A | 26 | 0 | 0 | CD | 63 | 37 |
| Octal | 31 | 235 | 376 | 132 | 46 | 0 | 0 | 315 | 143 | 67 |
| Binary | 11001 | 10011101 | 11111110 | 1011010 | 100110 | 0 | 0 | 11001101 | 1100011 | 110111 |
Color Harmonies of #199DFE
Complementary color
Monochromatic Colors of #199DFE
Black with #199DFE
Text Example
Text Example
White with #199DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DFE; }
p { color: rgb(25,157,254); }
H1.HeaderClassName
{
color: #199DFE;
}
.AnyTagClassName
{
color: #199DFE;
}
</style>
background-color css
<style>
a { background-color: #199DFE; }
a { background-color: rgb(25,157,254); }
div.DivClassName
{
background-color: #199DFE;
}
.BgClassName
{
background-color: #199DFE;
}
</style>
border-color css
<style>
span { border-color: #199DFE; }
span { border-color: rgb(25,157,254); }
td.TdClassName
{
border-color: #199DFE;
}
.TagClassName
{
border-color: #199DFE;
}
</style>