Shades of Dodger Blue #196FF2
Tints of Dodger Blue #196FF2
RGB
CMYK
RGB Variations
Color information
#196FF2 (or 0x196FF2) is known color: Dodger Blue. HEX triplet: 19, 6F and F2. RGB value is (25,111,242). Sum of RGB (Red+Green+Blue) = 25+111+242=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 242 (94.92% from 255 or 64.02% from 378); Max value from RGB is 242 - color contains mainly: blue. Hex color #196FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FF2 is #E6900D. Grayscale: #636363. Windows color (decimal): -15110158 or 15888153. OLE color: 15888153.
HSL color Cylindrical-coordinate representation of color #196FF2: hue angle of 216.22º 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 #196FF2 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 111 | 242 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.05 |
| HSL | 216.22º | 0.89% | 0.52% | - |
| HSV(B) | 216.22º | 0.9% | 0.95% | - |
| XYZ | 22.11 | 17.99 | 86.31 | - |
| YUV | 100.22 | 208.01 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 242 | 0.90 | 0.54 | 0 | 0.05 | 216.22 | 0.89 | 0.52 |
| Hex | 19 | 6F | F2 | 5A | 36 | 0 | 5 | D8 | 59 | 34 |
| Octal | 31 | 157 | 362 | 132 | 66 | 0 | 5 | 330 | 131 | 64 |
| Binary | 11001 | 1101111 | 11110010 | 1011010 | 110110 | 0 | 101 | 11011000 | 1011001 | 110100 |
Color Harmonies of #196FF2
Complementary color
Monochromatic Colors of #196FF2
Black with #196FF2
Text Example
Text Example
White with #196FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FF2; }
p { color: rgb(25,111,242); }
H1.HeaderClassName
{
color: #196FF2;
}
.AnyTagClassName
{
color: #196FF2;
}
</style>
background-color css
<style>
a { background-color: #196FF2; }
a { background-color: rgb(25,111,242); }
div.DivClassName
{
background-color: #196FF2;
}
.BgClassName
{
background-color: #196FF2;
}
</style>
border-color css
<style>
span { border-color: #196FF2; }
span { border-color: rgb(25,111,242); }
td.TdClassName
{
border-color: #196FF2;
}
.TagClassName
{
border-color: #196FF2;
}
</style>