Shades of Dodger Blue #1796E7
Tints of Dodger Blue #1796E7
RGB
CMYK
RGB Variations
Color information
#1796E7 (or 0x1796E7) is known color: Dodger Blue. HEX triplet: 17, 96 and E7. RGB value is (23,150,231). Sum of RGB (Red+Green+Blue) = 23+150+231=404 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.69% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #1796E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1796E7 is #E86918. Grayscale: #787878. Windows color (decimal): -15231257 or 15177239. OLE color: 15177239.
HSL color Cylindrical-coordinate representation of color #1796E7: hue angle of 203.37º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1796E7 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 150 | 231 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.09 |
| HSL | 203.37º | 0.82% | 0.5% | - |
| HSV(B) | 203.37º | 0.9% | 0.91% | - |
| XYZ | 25.68 | 27.76 | 79.61 | - |
| YUV | 121.26 | 189.92 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 231 | 0.90 | 0.35 | 0 | 0.09 | 203.37 | 0.82 | 0.5 |
| Hex | 17 | 96 | E7 | 5A | 23 | 0 | 9 | CB | 52 | 32 |
| Octal | 27 | 226 | 347 | 132 | 43 | 0 | 11 | 313 | 122 | 62 |
| Binary | 10111 | 10010110 | 11100111 | 1011010 | 100011 | 0 | 1001 | 11001011 | 1010010 | 110010 |
Color Harmonies of #1796E7
Complementary color
Monochromatic Colors of #1796E7
Black with #1796E7
Text Example
Text Example
White with #1796E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796E7; }
p { color: rgb(23,150,231); }
H1.HeaderClassName
{
color: #1796E7;
}
.AnyTagClassName
{
color: #1796E7;
}
</style>
background-color css
<style>
a { background-color: #1796E7; }
a { background-color: rgb(23,150,231); }
div.DivClassName
{
background-color: #1796E7;
}
.BgClassName
{
background-color: #1796E7;
}
</style>
border-color css
<style>
span { border-color: #1796E7; }
span { border-color: rgb(23,150,231); }
td.TdClassName
{
border-color: #1796E7;
}
.TagClassName
{
border-color: #1796E7;
}
</style>