Shades of Dodger Blue #199EFC
Tints of Dodger Blue #199EFC
RGB
CMYK
RGB Variations
Color information
#199EFC (or 0x199EFC) is known color: Dodger Blue. HEX triplet: 19, 9E and FC. RGB value is (25,158,252). Sum of RGB (Red+Green+Blue) = 25+158+252=435 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.75% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #199EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199EFC is #E66103. Grayscale: #808080. Windows color (decimal): -15098116 or 16555545. OLE color: 16555545.
HSL color Cylindrical-coordinate representation of color #199EFC: hue angle of 204.85º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199EFC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 158 | 252 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.01 |
| HSL | 204.85º | 0.97% | 0.54% | - |
| HSV(B) | 204.85º | 0.9% | 0.99% | - |
| XYZ | 30.2 | 31.69 | 96.62 | - |
| YUV | 128.95 | 197.44 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 158 | 252 | 0.90 | 0.37 | 0 | 0.01 | 204.85 | 0.97 | 0.54 |
| Hex | 19 | 9E | FC | 5A | 25 | 0 | 1 | CD | 61 | 36 |
| Octal | 31 | 236 | 374 | 132 | 45 | 0 | 1 | 315 | 141 | 66 |
| Binary | 11001 | 10011110 | 11111100 | 1011010 | 100101 | 0 | 1 | 11001101 | 1100001 | 110110 |
Color Harmonies of #199EFC
Complementary color
Monochromatic Colors of #199EFC
Black with #199EFC
Text Example
Text Example
White with #199EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199EFC; }
p { color: rgb(25,158,252); }
H1.HeaderClassName
{
color: #199EFC;
}
.AnyTagClassName
{
color: #199EFC;
}
</style>
background-color css
<style>
a { background-color: #199EFC; }
a { background-color: rgb(25,158,252); }
div.DivClassName
{
background-color: #199EFC;
}
.BgClassName
{
background-color: #199EFC;
}
</style>
border-color css
<style>
span { border-color: #199EFC; }
span { border-color: rgb(25,158,252); }
td.TdClassName
{
border-color: #199EFC;
}
.TagClassName
{
border-color: #199EFC;
}
</style>