Shades of Dodger Blue #196FEA
Tints of Dodger Blue #196FEA
RGB
CMYK
RGB Variations
Color information
#196FEA (or 0x196FEA) is known color: Dodger Blue. HEX triplet: 19, 6F and EA. RGB value is (25,111,234). Sum of RGB (Red+Green+Blue) = 25+111+234=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #196FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FEA is #E69015. Grayscale: #626262. Windows color (decimal): -15110166 or 15363865. OLE color: 15363865.
HSL color Cylindrical-coordinate representation of color #196FEA: hue angle of 215.31º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196FEA is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 111 | 234 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.08 |
| HSL | 215.31º | 0.83% | 0.51% | - |
| HSV(B) | 215.31º | 0.89% | 0.92% | - |
| XYZ | 20.94 | 17.52 | 80.12 | - |
| YUV | 99.31 | 204.01 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 234 | 0.89 | 0.53 | 0 | 0.08 | 215.31 | 0.83 | 0.51 |
| Hex | 19 | 6F | EA | 59 | 35 | 0 | 8 | D7 | 53 | 33 |
| Octal | 31 | 157 | 352 | 131 | 65 | 0 | 10 | 327 | 123 | 63 |
| Binary | 11001 | 1101111 | 11101010 | 1011001 | 110101 | 0 | 1000 | 11010111 | 1010011 | 110011 |
Color Harmonies of #196FEA
Complementary color
Monochromatic Colors of #196FEA
Black with #196FEA
Text Example
Text Example
White with #196FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196FEA; }
p { color: rgb(25,111,234); }
H1.HeaderClassName
{
color: #196FEA;
}
.AnyTagClassName
{
color: #196FEA;
}
</style>
background-color css
<style>
a { background-color: #196FEA; }
a { background-color: rgb(25,111,234); }
div.DivClassName
{
background-color: #196FEA;
}
.BgClassName
{
background-color: #196FEA;
}
</style>
border-color css
<style>
span { border-color: #196FEA; }
span { border-color: rgb(25,111,234); }
td.TdClassName
{
border-color: #196FEA;
}
.TagClassName
{
border-color: #196FEA;
}
</style>