Shades of Dodger Blue #199BFC
Tints of Dodger Blue #199BFC
RGB
CMYK
RGB Variations
Color information
#199BFC (or 0x199BFC) is known color: Dodger Blue. HEX triplet: 19, 9B and FC. RGB value is (25,155,252). Sum of RGB (Red+Green+Blue) = 25+155+252=432 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.79% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #199BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199BFC is #E66403. Grayscale: #7E7E7E. Windows color (decimal): -15098884 or 16554777. OLE color: 16554777.
HSL color Cylindrical-coordinate representation of color #199BFC: hue angle of 205.64º 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 #199BFC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 155 | 252 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.01 |
| HSL | 205.64º | 0.97% | 0.54% | - |
| HSV(B) | 205.64º | 0.9% | 0.99% | - |
| XYZ | 29.69 | 30.68 | 96.45 | - |
| YUV | 127.19 | 198.43 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 252 | 0.90 | 0.38 | 0 | 0.01 | 205.64 | 0.97 | 0.54 |
| Hex | 19 | 9B | FC | 5A | 26 | 0 | 1 | CE | 61 | 36 |
| Octal | 31 | 233 | 374 | 132 | 46 | 0 | 1 | 316 | 141 | 66 |
| Binary | 11001 | 10011011 | 11111100 | 1011010 | 100110 | 0 | 1 | 11001110 | 1100001 | 110110 |
Color Harmonies of #199BFC
Complementary color
Monochromatic Colors of #199BFC
Black with #199BFC
Text Example
Text Example
White with #199BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BFC; }
p { color: rgb(25,155,252); }
H1.HeaderClassName
{
color: #199BFC;
}
.AnyTagClassName
{
color: #199BFC;
}
</style>
background-color css
<style>
a { background-color: #199BFC; }
a { background-color: rgb(25,155,252); }
div.DivClassName
{
background-color: #199BFC;
}
.BgClassName
{
background-color: #199BFC;
}
</style>
border-color css
<style>
span { border-color: #199BFC; }
span { border-color: rgb(25,155,252); }
td.TdClassName
{
border-color: #199BFC;
}
.TagClassName
{
border-color: #199BFC;
}
</style>