Shades of Dodger Blue #196FEE
Tints of Dodger Blue #196FEE
RGB
CMYK
RGB Variations
Color information
#196FEE (or 0x196FEE) is known color: Dodger Blue. HEX triplet: 19, 6F and EE. RGB value is (25,111,238). Sum of RGB (Red+Green+Blue) = 25+111+238=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #196FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FEE is #E69011. Grayscale: #636363. Windows color (decimal): -15110162 or 15626009. OLE color: 15626009.
HSL color Cylindrical-coordinate representation of color #196FEE: hue angle of 215.77º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196FEE is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 111 | 238 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.07 |
| HSL | 215.77º | 0.86% | 0.52% | - |
| HSV(B) | 215.77º | 0.89% | 0.93% | - |
| XYZ | 21.52 | 17.75 | 83.18 | - |
| YUV | 99.76 | 206.01 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 238 | 0.89 | 0.53 | 0 | 0.07 | 215.77 | 0.86 | 0.52 |
| Hex | 19 | 6F | EE | 59 | 35 | 0 | 7 | D8 | 56 | 34 |
| Octal | 31 | 157 | 356 | 131 | 65 | 0 | 7 | 330 | 126 | 64 |
| Binary | 11001 | 1101111 | 11101110 | 1011001 | 110101 | 0 | 111 | 11011000 | 1010110 | 110100 |
Color Harmonies of #196FEE
Complementary color
Monochromatic Colors of #196FEE
Black with #196FEE
Text Example
Text Example
White with #196FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FEE; }
p { color: rgb(25,111,238); }
H1.HeaderClassName
{
color: #196FEE;
}
.AnyTagClassName
{
color: #196FEE;
}
</style>
background-color css
<style>
a { background-color: #196FEE; }
a { background-color: rgb(25,111,238); }
div.DivClassName
{
background-color: #196FEE;
}
.BgClassName
{
background-color: #196FEE;
}
</style>
border-color css
<style>
span { border-color: #196FEE; }
span { border-color: rgb(25,111,238); }
td.TdClassName
{
border-color: #196FEE;
}
.TagClassName
{
border-color: #196FEE;
}
</style>