Shades of Dodger Blue #199FFF
Tints of Dodger Blue #199FFF
RGB
CMYK
RGB Variations
Color information
#199FFF (or 0x199FFF) is known color: Dodger Blue. HEX triplet: 19, 9F and FF. RGB value is (25,159,255). Sum of RGB (Red+Green+Blue) = 25+159+255=439 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.69% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #199FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FFF is #E66000. Grayscale: #818181. Windows color (decimal): -15097857 or 16752409. OLE color: 16752409.
HSL color Cylindrical-coordinate representation of color #199FFF: hue angle of 205.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199FFF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 159 | 255 | - |
| CMYK | 0.90 | 0.38 | 0 | 0 |
| HSL | 205.04º | 1% | 0.55% | - |
| HSV(B) | 205.04º | 0.9% | 1% | - |
| XYZ | 30.85 | 32.22 | 99.2 | - |
| YUV | 129.88 | 198.61 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 255 | 0.90 | 0.38 | 0 | 0 | 205.04 | 1 | 0.55 |
| Hex | 19 | 9F | FF | 5A | 26 | 0 | 0 | CD | 64 | 37 |
| Octal | 31 | 237 | 377 | 132 | 46 | 0 | 0 | 315 | 144 | 67 |
| Binary | 11001 | 10011111 | 11111111 | 1011010 | 100110 | 0 | 0 | 11001101 | 1100100 | 110111 |
Color Harmonies of #199FFF
Complementary color
Monochromatic Colors of #199FFF
Black with #199FFF
Text Example
Text Example
White with #199FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FFF; }
p { color: rgb(25,159,255); }
H1.HeaderClassName
{
color: #199FFF;
}
.AnyTagClassName
{
color: #199FFF;
}
</style>
background-color css
<style>
a { background-color: #199FFF; }
a { background-color: rgb(25,159,255); }
div.DivClassName
{
background-color: #199FFF;
}
.BgClassName
{
background-color: #199FFF;
}
</style>
border-color css
<style>
span { border-color: #199FFF; }
span { border-color: rgb(25,159,255); }
td.TdClassName
{
border-color: #199FFF;
}
.TagClassName
{
border-color: #199FFF;
}
</style>