Shades of Dodger Blue #199CFA
Tints of Dodger Blue #199CFA
RGB
CMYK
RGB Variations
Color information
#199CFA (or 0x199CFA) is known color: Dodger Blue. HEX triplet: 19, 9C and FA. RGB value is (25,156,250). Sum of RGB (Red+Green+Blue) = 25+156+250=431 (57% of max value = 765). Red value is 25 (10.16% from 255 or 5.80% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #199CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CFA is #E66305. Grayscale: #7F7F7F. Windows color (decimal): -15098630 or 16423961. OLE color: 16423961.
HSL color Cylindrical-coordinate representation of color #199CFA: hue angle of 205.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199CFA is Cyan = 0.9, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 156 | 250 | - |
| CMYK | 0.9 | 0.38 | 0 | 0.02 |
| HSL | 205.07º | 0.96% | 0.54% | - |
| HSV(B) | 205.07º | 0.9% | 0.98% | - |
| XYZ | 29.54 | 30.89 | 94.85 | - |
| YUV | 127.55 | 197.1 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 250 | 0.9 | 0.38 | 0 | 0.02 | 205.07 | 0.96 | 0.54 |
| Hex | 19 | 9C | FA | 5A | 26 | 0 | 2 | CD | 60 | 36 |
| Octal | 31 | 234 | 372 | 132 | 46 | 0 | 2 | 315 | 140 | 66 |
| Binary | 11001 | 10011100 | 11111010 | 1011010 | 100110 | 0 | 10 | 11001101 | 1100000 | 110110 |
Color Harmonies of #199CFA
Complementary color
Monochromatic Colors of #199CFA
Black with #199CFA
Text Example
Text Example
White with #199CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CFA; }
p { color: rgb(25,156,250); }
H1.HeaderClassName
{
color: #199CFA;
}
.AnyTagClassName
{
color: #199CFA;
}
</style>
background-color css
<style>
a { background-color: #199CFA; }
a { background-color: rgb(25,156,250); }
div.DivClassName
{
background-color: #199CFA;
}
.BgClassName
{
background-color: #199CFA;
}
</style>
border-color css
<style>
span { border-color: #199CFA; }
span { border-color: rgb(25,156,250); }
td.TdClassName
{
border-color: #199CFA;
}
.TagClassName
{
border-color: #199CFA;
}
</style>