Shades of Dodger Blue #196FED
Tints of Dodger Blue #196FED
RGB
CMYK
RGB Variations
Color information
#196FED (or 0x196FED) is known color: Dodger Blue. HEX triplet: 19, 6F and ED. RGB value is (25,111,237). Sum of RGB (Red+Green+Blue) = 25+111+237=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #196FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FED is #E69012. Grayscale: #636363. Windows color (decimal): -15110163 or 15560473. OLE color: 15560473.
HSL color Cylindrical-coordinate representation of color #196FED: hue angle of 215.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196FED is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 111 | 237 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.07 |
| HSL | 215.66º | 0.85% | 0.51% | - |
| HSV(B) | 215.66º | 0.89% | 0.93% | - |
| XYZ | 21.37 | 17.69 | 82.41 | - |
| YUV | 99.65 | 205.51 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 237 | 0.89 | 0.53 | 0 | 0.07 | 215.66 | 0.85 | 0.51 |
| Hex | 19 | 6F | ED | 59 | 35 | 0 | 7 | D8 | 55 | 33 |
| Octal | 31 | 157 | 355 | 131 | 65 | 0 | 7 | 330 | 125 | 63 |
| Binary | 11001 | 1101111 | 11101101 | 1011001 | 110101 | 0 | 111 | 11011000 | 1010101 | 110011 |
Color Harmonies of #196FED
Complementary color
Monochromatic Colors of #196FED
Black with #196FED
Text Example
Text Example
White with #196FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FED; }
p { color: rgb(25,111,237); }
H1.HeaderClassName
{
color: #196FED;
}
.AnyTagClassName
{
color: #196FED;
}
</style>
background-color css
<style>
a { background-color: #196FED; }
a { background-color: rgb(25,111,237); }
div.DivClassName
{
background-color: #196FED;
}
.BgClassName
{
background-color: #196FED;
}
</style>
border-color css
<style>
span { border-color: #196FED; }
span { border-color: rgb(25,111,237); }
td.TdClassName
{
border-color: #196FED;
}
.TagClassName
{
border-color: #196FED;
}
</style>