Shades of Dodger Blue #199CFD
Tints of Dodger Blue #199CFD
RGB
CMYK
RGB Variations
Color information
#199CFD (or 0x199CFD) is known color: Dodger Blue. HEX triplet: 19, 9C and FD. RGB value is (25,156,253). Sum of RGB (Red+Green+Blue) = 25+156+253=434 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.76% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #199CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CFD is #E66302. Grayscale: #7F7F7F. Windows color (decimal): -15098627 or 16620569. OLE color: 16620569.
HSL color Cylindrical-coordinate representation of color #199CFD: hue angle of 205.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199CFD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 156 | 253 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.01 |
| HSL | 205.53º | 0.98% | 0.55% | - |
| HSV(B) | 205.53º | 0.9% | 0.99% | - |
| XYZ | 30.02 | 31.08 | 97.34 | - |
| YUV | 127.89 | 198.6 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 253 | 0.90 | 0.38 | 0 | 0.01 | 205.53 | 0.98 | 0.55 |
| Hex | 19 | 9C | FD | 5A | 26 | 0 | 1 | CE | 62 | 37 |
| Octal | 31 | 234 | 375 | 132 | 46 | 0 | 1 | 316 | 142 | 67 |
| Binary | 11001 | 10011100 | 11111101 | 1011010 | 100110 | 0 | 1 | 11001110 | 1100010 | 110111 |
Color Harmonies of #199CFD
Complementary color
Monochromatic Colors of #199CFD
Black with #199CFD
Text Example
Text Example
White with #199CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CFD; }
p { color: rgb(25,156,253); }
H1.HeaderClassName
{
color: #199CFD;
}
.AnyTagClassName
{
color: #199CFD;
}
</style>
background-color css
<style>
a { background-color: #199CFD; }
a { background-color: rgb(25,156,253); }
div.DivClassName
{
background-color: #199CFD;
}
.BgClassName
{
background-color: #199CFD;
}
</style>
border-color css
<style>
span { border-color: #199CFD; }
span { border-color: rgb(25,156,253); }
td.TdClassName
{
border-color: #199CFD;
}
.TagClassName
{
border-color: #199CFD;
}
</style>