Shades of Dodger Blue #1770EC
Tints of Dodger Blue #1770EC
RGB
CMYK
RGB Variations
Color information
#1770EC (or 0x1770EC) is known color: Dodger Blue. HEX triplet: 17, 70 and EC. RGB value is (23,112,236). Sum of RGB (Red+Green+Blue) = 23+112+236=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #1770EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1770EC is #E88F13. Grayscale: #626262. Windows color (decimal): -15240980 or 15495191. OLE color: 15495191.
HSL color Cylindrical-coordinate representation of color #1770EC: hue angle of 214.93º degrees, saturation: 0.85, 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 #1770EC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 112 | 236 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.07 |
| HSL | 214.93º | 0.85% | 0.51% | - |
| HSV(B) | 214.93º | 0.9% | 0.93% | - |
| XYZ | 21.29 | 17.83 | 81.68 | - |
| YUV | 99.53 | 205.01 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 236 | 0.90 | 0.53 | 0 | 0.07 | 214.93 | 0.85 | 0.51 |
| Hex | 17 | 70 | EC | 5A | 35 | 0 | 7 | D7 | 55 | 33 |
| Octal | 27 | 160 | 354 | 132 | 65 | 0 | 7 | 327 | 125 | 63 |
| Binary | 10111 | 1110000 | 11101100 | 1011010 | 110101 | 0 | 111 | 11010111 | 1010101 | 110011 |
Color Harmonies of #1770EC
Complementary color
Monochromatic Colors of #1770EC
Black with #1770EC
Text Example
Text Example
White with #1770EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770EC; }
p { color: rgb(23,112,236); }
H1.HeaderClassName
{
color: #1770EC;
}
.AnyTagClassName
{
color: #1770EC;
}
</style>
background-color css
<style>
a { background-color: #1770EC; }
a { background-color: rgb(23,112,236); }
div.DivClassName
{
background-color: #1770EC;
}
.BgClassName
{
background-color: #1770EC;
}
</style>
border-color css
<style>
span { border-color: #1770EC; }
span { border-color: rgb(23,112,236); }
td.TdClassName
{
border-color: #1770EC;
}
.TagClassName
{
border-color: #1770EC;
}
</style>