Shades of Dodger Blue #199CF5
Tints of Dodger Blue #199CF5
RGB
CMYK
RGB Variations
Color information
#199CF5 (or 0x199CF5) is known color: Dodger Blue. HEX triplet: 19, 9C and F5. RGB value is (25,156,245). Sum of RGB (Red+Green+Blue) = 25+156+245=426 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.87% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #199CF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #199CF5 is #E6630A. Grayscale: #7E7E7E. Windows color (decimal): -15098635 or 16096281. OLE color: 16096281.
HSL color Cylindrical-coordinate representation of color #199CF5: hue angle of 204.27º degrees, saturation: 0.92, 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 #199CF5 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 156 | 245 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.04 |
| HSL | 204.27º | 0.92% | 0.53% | - |
| HSV(B) | 204.27º | 0.9% | 0.96% | - |
| XYZ | 28.77 | 30.58 | 90.77 | - |
| YUV | 126.98 | 194.6 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 245 | 0.90 | 0.36 | 0 | 0.04 | 204.27 | 0.92 | 0.53 |
| Hex | 19 | 9C | F5 | 5A | 24 | 0 | 4 | CC | 5C | 35 |
| Octal | 31 | 234 | 365 | 132 | 44 | 0 | 4 | 314 | 134 | 65 |
| Binary | 11001 | 10011100 | 11110101 | 1011010 | 100100 | 0 | 100 | 11001100 | 1011100 | 110101 |
Color Harmonies of #199CF5
Complementary color
Monochromatic Colors of #199CF5
Black with #199CF5
Text Example
Text Example
White with #199CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CF5; }
p { color: rgb(25,156,245); }
H1.HeaderClassName
{
color: #199CF5;
}
.AnyTagClassName
{
color: #199CF5;
}
</style>
background-color css
<style>
a { background-color: #199CF5; }
a { background-color: rgb(25,156,245); }
div.DivClassName
{
background-color: #199CF5;
}
.BgClassName
{
background-color: #199CF5;
}
</style>
border-color css
<style>
span { border-color: #199CF5; }
span { border-color: rgb(25,156,245); }
td.TdClassName
{
border-color: #199CF5;
}
.TagClassName
{
border-color: #199CF5;
}
</style>