Shades of Dodger Blue #196EFF
Tints of Dodger Blue #196EFF
RGB
CMYK
RGB Variations
Color information
#196EFF (or 0x196EFF) is known color: Dodger Blue. HEX triplet: 19, 6E and FF. RGB value is (25,110,255). Sum of RGB (Red+Green+Blue) = 25+110+255=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #196EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196EFF is #E69100. Grayscale: #646464. Windows color (decimal): -15110401 or 16739865. OLE color: 16739865.
HSL color Cylindrical-coordinate representation of color #196EFF: hue angle of 217.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196EFF is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 110 | 255 | - |
| CMYK | 0.90 | 0.57 | 0 | 0 |
| HSL | 217.83º | 1% | 0.55% | - |
| HSV(B) | 217.83º | 0.9% | 1% | - |
| XYZ | 24.03 | 18.58 | 96.93 | - |
| YUV | 101.12 | 214.84 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 255 | 0.90 | 0.57 | 0 | 0 | 217.83 | 1 | 0.55 |
| Hex | 19 | 6E | FF | 5A | 39 | 0 | 0 | DA | 64 | 37 |
| Octal | 31 | 156 | 377 | 132 | 71 | 0 | 0 | 332 | 144 | 67 |
| Binary | 11001 | 1101110 | 11111111 | 1011010 | 111001 | 0 | 0 | 11011010 | 1100100 | 110111 |
Color Harmonies of #196EFF
Complementary color
Monochromatic Colors of #196EFF
Black with #196EFF
Text Example
Text Example
White with #196EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196EFF; }
p { color: rgb(25,110,255); }
H1.HeaderClassName
{
color: #196EFF;
}
.AnyTagClassName
{
color: #196EFF;
}
</style>
background-color css
<style>
a { background-color: #196EFF; }
a { background-color: rgb(25,110,255); }
div.DivClassName
{
background-color: #196EFF;
}
.BgClassName
{
background-color: #196EFF;
}
</style>
border-color css
<style>
span { border-color: #196EFF; }
span { border-color: rgb(25,110,255); }
td.TdClassName
{
border-color: #196EFF;
}
.TagClassName
{
border-color: #196EFF;
}
</style>