Shades of Dodger Blue #1796EE
Tints of Dodger Blue #1796EE
RGB
CMYK
RGB Variations
Color information
#1796EE (or 0x1796EE) is known color: Dodger Blue. HEX triplet: 17, 96 and EE. RGB value is (23,150,238). Sum of RGB (Red+Green+Blue) = 23+150+238=411 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.60% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #1796EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796EE is #E86911. Grayscale: #797979. Windows color (decimal): -15231250 or 15635991. OLE color: 15635991.
HSL color Cylindrical-coordinate representation of color #1796EE: hue angle of 204.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796EE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 150 | 238 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.07 |
| HSL | 204.56º | 0.86% | 0.51% | - |
| HSV(B) | 204.56º | 0.9% | 0.93% | - |
| XYZ | 26.69 | 28.17 | 84.92 | - |
| YUV | 122.06 | 193.42 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 238 | 0.90 | 0.37 | 0 | 0.07 | 204.56 | 0.86 | 0.51 |
| Hex | 17 | 96 | EE | 5A | 25 | 0 | 7 | CD | 56 | 33 |
| Octal | 27 | 226 | 356 | 132 | 45 | 0 | 7 | 315 | 126 | 63 |
| Binary | 10111 | 10010110 | 11101110 | 1011010 | 100101 | 0 | 111 | 11001101 | 1010110 | 110011 |
Color Harmonies of #1796EE
Complementary color
Monochromatic Colors of #1796EE
Black with #1796EE
Text Example
Text Example
White with #1796EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796EE; }
p { color: rgb(23,150,238); }
H1.HeaderClassName
{
color: #1796EE;
}
.AnyTagClassName
{
color: #1796EE;
}
</style>
background-color css
<style>
a { background-color: #1796EE; }
a { background-color: rgb(23,150,238); }
div.DivClassName
{
background-color: #1796EE;
}
.BgClassName
{
background-color: #1796EE;
}
</style>
border-color css
<style>
span { border-color: #1796EE; }
span { border-color: rgb(23,150,238); }
td.TdClassName
{
border-color: #1796EE;
}
.TagClassName
{
border-color: #1796EE;
}
</style>