Shades of Dodger Blue #1796EB
Tints of Dodger Blue #1796EB
RGB
CMYK
RGB Variations
Color information
#1796EB (or 0x1796EB) is known color: Dodger Blue. HEX triplet: 17, 96 and EB. RGB value is (23,150,235). Sum of RGB (Red+Green+Blue) = 23+150+235=408 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.64% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #1796EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796EB is #E86914. Grayscale: #797979. Windows color (decimal): -15231253 or 15439383. OLE color: 15439383.
HSL color Cylindrical-coordinate representation of color #1796EB: hue angle of 204.06º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796EB is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 150 | 235 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.08 |
| HSL | 204.06º | 0.84% | 0.51% | - |
| HSV(B) | 204.06º | 0.9% | 0.92% | - |
| XYZ | 26.26 | 27.99 | 82.62 | - |
| YUV | 121.72 | 191.92 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 235 | 0.90 | 0.36 | 0 | 0.08 | 204.06 | 0.84 | 0.51 |
| Hex | 17 | 96 | EB | 5A | 24 | 0 | 8 | CC | 54 | 33 |
| Octal | 27 | 226 | 353 | 132 | 44 | 0 | 10 | 314 | 124 | 63 |
| Binary | 10111 | 10010110 | 11101011 | 1011010 | 100100 | 0 | 1000 | 11001100 | 1010100 | 110011 |
Color Harmonies of #1796EB
Complementary color
Monochromatic Colors of #1796EB
Black with #1796EB
Text Example
Text Example
White with #1796EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796EB; }
p { color: rgb(23,150,235); }
H1.HeaderClassName
{
color: #1796EB;
}
.AnyTagClassName
{
color: #1796EB;
}
</style>
background-color css
<style>
a { background-color: #1796EB; }
a { background-color: rgb(23,150,235); }
div.DivClassName
{
background-color: #1796EB;
}
.BgClassName
{
background-color: #1796EB;
}
</style>
border-color css
<style>
span { border-color: #1796EB; }
span { border-color: rgb(23,150,235); }
td.TdClassName
{
border-color: #1796EB;
}
.TagClassName
{
border-color: #1796EB;
}
</style>