Shades of Dodger Blue #1796EA
Tints of Dodger Blue #1796EA
RGB
CMYK
RGB Variations
Color information
#1796EA (or 0x1796EA) is known color: Dodger Blue. HEX triplet: 17, 96 and EA. RGB value is (23,150,234). Sum of RGB (Red+Green+Blue) = 23+150+234=407 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.65% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #1796EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796EA is #E86915. Grayscale: #797979. Windows color (decimal): -15231254 or 15373847. OLE color: 15373847.
HSL color Cylindrical-coordinate representation of color #1796EA: hue angle of 203.89º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796EA is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 150 | 234 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.08 |
| HSL | 203.89º | 0.83% | 0.5% | - |
| HSV(B) | 203.89º | 0.9% | 0.92% | - |
| XYZ | 26.11 | 27.94 | 81.86 | - |
| YUV | 121.6 | 191.42 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 234 | 0.90 | 0.36 | 0 | 0.08 | 203.89 | 0.83 | 0.5 |
| Hex | 17 | 96 | EA | 5A | 24 | 0 | 8 | CC | 53 | 32 |
| Octal | 27 | 226 | 352 | 132 | 44 | 0 | 10 | 314 | 123 | 62 |
| Binary | 10111 | 10010110 | 11101010 | 1011010 | 100100 | 0 | 1000 | 11001100 | 1010011 | 110010 |
Color Harmonies of #1796EA
Complementary color
Monochromatic Colors of #1796EA
Black with #1796EA
Text Example
Text Example
White with #1796EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796EA; }
p { color: rgb(23,150,234); }
H1.HeaderClassName
{
color: #1796EA;
}
.AnyTagClassName
{
color: #1796EA;
}
</style>
background-color css
<style>
a { background-color: #1796EA; }
a { background-color: rgb(23,150,234); }
div.DivClassName
{
background-color: #1796EA;
}
.BgClassName
{
background-color: #1796EA;
}
</style>
border-color css
<style>
span { border-color: #1796EA; }
span { border-color: rgb(23,150,234); }
td.TdClassName
{
border-color: #1796EA;
}
.TagClassName
{
border-color: #1796EA;
}
</style>