Shades of Dodger Blue #199FFC
Tints of Dodger Blue #199FFC
RGB
CMYK
RGB Variations
Color information
#199FFC (or 0x199FFC) is known color: Dodger Blue. HEX triplet: 19, 9F and FC. RGB value is (25,159,252). Sum of RGB (Red+Green+Blue) = 25+159+252=436 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.73% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #199FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199FFC is #E66003. Grayscale: #818181. Windows color (decimal): -15097860 or 16555801. OLE color: 16555801.
HSL color Cylindrical-coordinate representation of color #199FFC: hue angle of 204.58º 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 #199FFC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 159 | 252 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.01 |
| HSL | 204.58º | 0.97% | 0.54% | - |
| HSV(B) | 204.58º | 0.9% | 0.99% | - |
| XYZ | 30.37 | 32.03 | 96.68 | - |
| YUV | 129.54 | 197.11 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 252 | 0.90 | 0.37 | 0 | 0.01 | 204.58 | 0.97 | 0.54 |
| Hex | 19 | 9F | FC | 5A | 25 | 0 | 1 | CD | 61 | 36 |
| Octal | 31 | 237 | 374 | 132 | 45 | 0 | 1 | 315 | 141 | 66 |
| Binary | 11001 | 10011111 | 11111100 | 1011010 | 100101 | 0 | 1 | 11001101 | 1100001 | 110110 |
Color Harmonies of #199FFC
Complementary color
Monochromatic Colors of #199FFC
Black with #199FFC
Text Example
Text Example
White with #199FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199FFC; }
p { color: rgb(25,159,252); }
H1.HeaderClassName
{
color: #199FFC;
}
.AnyTagClassName
{
color: #199FFC;
}
</style>
background-color css
<style>
a { background-color: #199FFC; }
a { background-color: rgb(25,159,252); }
div.DivClassName
{
background-color: #199FFC;
}
.BgClassName
{
background-color: #199FFC;
}
</style>
border-color css
<style>
span { border-color: #199FFC; }
span { border-color: rgb(25,159,252); }
td.TdClassName
{
border-color: #199FFC;
}
.TagClassName
{
border-color: #199FFC;
}
</style>