Shades of Dodger Blue #196DF4
Tints of Dodger Blue #196DF4
RGB
CMYK
RGB Variations
Color information
#196DF4 (or 0x196DF4) is known color: Dodger Blue. HEX triplet: 19, 6D and F4. RGB value is (25,109,244). Sum of RGB (Red+Green+Blue) = 25+109+244=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 244 (95.70% from 255 or 64.55% from 378); Max value from RGB is 244 - color contains mainly: blue. Hex color #196DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196DF4 is #E6920B. Grayscale: #626262. Windows color (decimal): -15110668 or 16018713. OLE color: 16018713.
HSL color Cylindrical-coordinate representation of color #196DF4: hue angle of 216.99º 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 #196DF4 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 109 | 244 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.04 |
| HSL | 216.99º | 0.91% | 0.53% | - |
| HSV(B) | 216.99º | 0.9% | 0.96% | - |
| XYZ | 22.2 | 17.68 | 87.83 | - |
| YUV | 99.27 | 209.67 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 244 | 0.90 | 0.55 | 0 | 0.04 | 216.99 | 0.91 | 0.53 |
| Hex | 19 | 6D | F4 | 5A | 37 | 0 | 4 | D9 | 5B | 35 |
| Octal | 31 | 155 | 364 | 132 | 67 | 0 | 4 | 331 | 133 | 65 |
| Binary | 11001 | 1101101 | 11110100 | 1011010 | 110111 | 0 | 100 | 11011001 | 1011011 | 110101 |
Color Harmonies of #196DF4
Complementary color
Monochromatic Colors of #196DF4
Black with #196DF4
Text Example
Text Example
White with #196DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196DF4; }
p { color: rgb(25,109,244); }
H1.HeaderClassName
{
color: #196DF4;
}
.AnyTagClassName
{
color: #196DF4;
}
</style>
background-color css
<style>
a { background-color: #196DF4; }
a { background-color: rgb(25,109,244); }
div.DivClassName
{
background-color: #196DF4;
}
.BgClassName
{
background-color: #196DF4;
}
</style>
border-color css
<style>
span { border-color: #196DF4; }
span { border-color: rgb(25,109,244); }
td.TdClassName
{
border-color: #196DF4;
}
.TagClassName
{
border-color: #196DF4;
}
</style>