Shades of Dodger Blue #196FFD
Tints of Dodger Blue #196FFD
RGB
CMYK
RGB Variations
Color information
#196FFD (or 0x196FFD) is known color: Dodger Blue. HEX triplet: 19, 6F and FD. RGB value is (25,111,253). Sum of RGB (Red+Green+Blue) = 25+111+253=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #196FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FFD is #E69002. Grayscale: #646464. Windows color (decimal): -15110147 or 16609049. OLE color: 16609049.
HSL color Cylindrical-coordinate representation of color #196FFD: hue angle of 217.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196FFD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 111 | 253 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.01 |
| HSL | 217.37º | 0.98% | 0.55% | - |
| HSV(B) | 217.37º | 0.9% | 0.99% | - |
| XYZ | 23.81 | 18.67 | 95.28 | - |
| YUV | 101.47 | 213.51 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 253 | 0.90 | 0.56 | 0 | 0.01 | 217.37 | 0.98 | 0.55 |
| Hex | 19 | 6F | FD | 5A | 38 | 0 | 1 | D9 | 62 | 37 |
| Octal | 31 | 157 | 375 | 132 | 70 | 0 | 1 | 331 | 142 | 67 |
| Binary | 11001 | 1101111 | 11111101 | 1011010 | 111000 | 0 | 1 | 11011001 | 1100010 | 110111 |
Color Harmonies of #196FFD
Complementary color
Monochromatic Colors of #196FFD
Black with #196FFD
Text Example
Text Example
White with #196FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FFD; }
p { color: rgb(25,111,253); }
H1.HeaderClassName
{
color: #196FFD;
}
.AnyTagClassName
{
color: #196FFD;
}
</style>
background-color css
<style>
a { background-color: #196FFD; }
a { background-color: rgb(25,111,253); }
div.DivClassName
{
background-color: #196FFD;
}
.BgClassName
{
background-color: #196FFD;
}
</style>
border-color css
<style>
span { border-color: #196FFD; }
span { border-color: rgb(25,111,253); }
td.TdClassName
{
border-color: #196FFD;
}
.TagClassName
{
border-color: #196FFD;
}
</style>