Shades of Dodger Blue #196FFF
Tints of Dodger Blue #196FFF
RGB
CMYK
RGB Variations
Color information
#196FFF (or 0x196FFF) is known color: Dodger Blue. HEX triplet: 19, 6F and FF. RGB value is (25,111,255). Sum of RGB (Red+Green+Blue) = 25+111+255=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #196FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FFF is #E69000. Grayscale: #656565. Windows color (decimal): -15110145 or 16740121. OLE color: 16740121.
HSL color Cylindrical-coordinate representation of color #196FFF: hue angle of 217.57º 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 #196FFF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 111 | 255 | - |
| CMYK | 0.90 | 0.56 | 0 | 0 |
| HSL | 217.57º | 1% | 0.55% | - |
| HSV(B) | 217.57º | 0.9% | 1% | - |
| XYZ | 24.14 | 18.8 | 96.96 | - |
| YUV | 101.7 | 214.51 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 255 | 0.90 | 0.56 | 0 | 0 | 217.57 | 1 | 0.55 |
| Hex | 19 | 6F | FF | 5A | 38 | 0 | 0 | DA | 64 | 37 |
| Octal | 31 | 157 | 377 | 132 | 70 | 0 | 0 | 332 | 144 | 67 |
| Binary | 11001 | 1101111 | 11111111 | 1011010 | 111000 | 0 | 0 | 11011010 | 1100100 | 110111 |
Color Harmonies of #196FFF
Complementary color
Monochromatic Colors of #196FFF
Black with #196FFF
Text Example
Text Example
White with #196FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FFF; }
p { color: rgb(25,111,255); }
H1.HeaderClassName
{
color: #196FFF;
}
.AnyTagClassName
{
color: #196FFF;
}
</style>
background-color css
<style>
a { background-color: #196FFF; }
a { background-color: rgb(25,111,255); }
div.DivClassName
{
background-color: #196FFF;
}
.BgClassName
{
background-color: #196FFF;
}
</style>
border-color css
<style>
span { border-color: #196FFF; }
span { border-color: rgb(25,111,255); }
td.TdClassName
{
border-color: #196FFF;
}
.TagClassName
{
border-color: #196FFF;
}
</style>