Shades of Dodger Blue #196FFE
Tints of Dodger Blue #196FFE
RGB
CMYK
RGB Variations
Color information
#196FFE (or 0x196FFE) is known color: Dodger Blue. HEX triplet: 19, 6F and FE. RGB value is (25,111,254). Sum of RGB (Red+Green+Blue) = 25+111+254=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #196FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FFE is #E69001. Grayscale: #646464. Windows color (decimal): -15110146 or 16674585. OLE color: 16674585.
HSL color Cylindrical-coordinate representation of color #196FFE: hue angle of 217.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196FFE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 111 | 254 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.00 |
| HSL | 217.47º | 0.99% | 0.55% | - |
| HSV(B) | 217.47º | 0.9% | 1% | - |
| XYZ | 23.97 | 18.73 | 96.12 | - |
| YUV | 101.59 | 214.01 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 254 | 0.90 | 0.56 | 0 | 0.00 | 217.47 | 0.99 | 0.55 |
| Hex | 19 | 6F | FE | 5A | 38 | 0 | 0 | D9 | 63 | 37 |
| Octal | 31 | 157 | 376 | 132 | 70 | 0 | 0 | 331 | 143 | 67 |
| Binary | 11001 | 1101111 | 11111110 | 1011010 | 111000 | 0 | 0 | 11011001 | 1100011 | 110111 |
Color Harmonies of #196FFE
Complementary color
Monochromatic Colors of #196FFE
Black with #196FFE
Text Example
Text Example
White with #196FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FFE; }
p { color: rgb(25,111,254); }
H1.HeaderClassName
{
color: #196FFE;
}
.AnyTagClassName
{
color: #196FFE;
}
</style>
background-color css
<style>
a { background-color: #196FFE; }
a { background-color: rgb(25,111,254); }
div.DivClassName
{
background-color: #196FFE;
}
.BgClassName
{
background-color: #196FFE;
}
</style>
border-color css
<style>
span { border-color: #196FFE; }
span { border-color: rgb(25,111,254); }
td.TdClassName
{
border-color: #196FFE;
}
.TagClassName
{
border-color: #196FFE;
}
</style>