Shades of Dodger Blue #199AF4
Tints of Dodger Blue #199AF4
RGB
CMYK
RGB Variations
Color information
#199AF4 (or 0x199AF4) is known color: Dodger Blue. HEX triplet: 19, 9A and F4. RGB value is (25,154,244). Sum of RGB (Red+Green+Blue) = 25+154+244=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #199AF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199AF4 is #E6650B. Grayscale: #7D7D7D. Windows color (decimal): -15099148 or 16030233. OLE color: 16030233.
HSL color Cylindrical-coordinate representation of color #199AF4: hue angle of 204.66º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #199AF4 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 154 | 244 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.04 |
| HSL | 204.66º | 0.91% | 0.53% | - |
| HSV(B) | 204.66º | 0.9% | 0.96% | - |
| XYZ | 28.29 | 29.85 | 89.86 | - |
| YUV | 125.69 | 194.76 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 244 | 0.90 | 0.37 | 0 | 0.04 | 204.66 | 0.91 | 0.53 |
| Hex | 19 | 9A | F4 | 5A | 25 | 0 | 4 | CD | 5B | 35 |
| Octal | 31 | 232 | 364 | 132 | 45 | 0 | 4 | 315 | 133 | 65 |
| Binary | 11001 | 10011010 | 11110100 | 1011010 | 100101 | 0 | 100 | 11001101 | 1011011 | 110101 |
Color Harmonies of #199AF4
Complementary color
Monochromatic Colors of #199AF4
Black with #199AF4
Text Example
Text Example
White with #199AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AF4; }
p { color: rgb(25,154,244); }
H1.HeaderClassName
{
color: #199AF4;
}
.AnyTagClassName
{
color: #199AF4;
}
</style>
background-color css
<style>
a { background-color: #199AF4; }
a { background-color: rgb(25,154,244); }
div.DivClassName
{
background-color: #199AF4;
}
.BgClassName
{
background-color: #199AF4;
}
</style>
border-color css
<style>
span { border-color: #199AF4; }
span { border-color: rgb(25,154,244); }
td.TdClassName
{
border-color: #199AF4;
}
.TagClassName
{
border-color: #199AF4;
}
</style>