Shades of Dodger Blue #196DF2
Tints of Dodger Blue #196DF2
RGB
CMYK
RGB Variations
Color information
#196DF2 (or 0x196DF2) is known color: Dodger Blue. HEX triplet: 19, 6D and F2. RGB value is (25,109,242). Sum of RGB (Red+Green+Blue) = 25+109+242=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #196DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DF2 is #E6920D. Grayscale: #626262. Windows color (decimal): -15110670 or 15887641. OLE color: 15887641.
HSL color Cylindrical-coordinate representation of color #196DF2: hue angle of 216.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196DF2 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 109 | 242 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.05 |
| HSL | 216.77º | 0.89% | 0.52% | - |
| HSV(B) | 216.77º | 0.9% | 0.95% | - |
| XYZ | 21.9 | 17.55 | 86.24 | - |
| YUV | 99.05 | 208.67 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 242 | 0.90 | 0.55 | 0 | 0.05 | 216.77 | 0.89 | 0.52 |
| Hex | 19 | 6D | F2 | 5A | 37 | 0 | 5 | D9 | 59 | 34 |
| Octal | 31 | 155 | 362 | 132 | 67 | 0 | 5 | 331 | 131 | 64 |
| Binary | 11001 | 1101101 | 11110010 | 1011010 | 110111 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #196DF2
Complementary color
Monochromatic Colors of #196DF2
Black with #196DF2
Text Example
Text Example
White with #196DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DF2; }
p { color: rgb(25,109,242); }
H1.HeaderClassName
{
color: #196DF2;
}
.AnyTagClassName
{
color: #196DF2;
}
</style>
background-color css
<style>
a { background-color: #196DF2; }
a { background-color: rgb(25,109,242); }
div.DivClassName
{
background-color: #196DF2;
}
.BgClassName
{
background-color: #196DF2;
}
</style>
border-color css
<style>
span { border-color: #196DF2; }
span { border-color: rgb(25,109,242); }
td.TdClassName
{
border-color: #196DF2;
}
.TagClassName
{
border-color: #196DF2;
}
</style>