Shades of Royal Blue #2070EC
Tints of Royal Blue #2070EC
RGB
CMYK
RGB Variations
Color information
#2070EC (or 0x2070EC) is known color: Royal Blue. HEX triplet: 20, 70 and EC. RGB value is (32,112,236). Sum of RGB (Red+Green+Blue) = 32+112+236=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #2070EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2070EC is #DF8F13. Grayscale: #656565. Windows color (decimal): -14651156 or 15495200. OLE color: 15495200.
HSL color Cylindrical-coordinate representation of color #2070EC: hue angle of 216.47º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2070EC is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 112 | 236 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.07 |
| HSL | 216.47º | 0.84% | 0.53% | - |
| HSV(B) | 216.47º | 0.86% | 0.93% | - |
| XYZ | 21.53 | 17.95 | 81.69 | - |
| YUV | 102.22 | 203.5 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 236 | 0.86 | 0.53 | 0 | 0.07 | 216.47 | 0.84 | 0.53 |
| Hex | 20 | 70 | EC | 56 | 35 | 0 | 7 | D8 | 54 | 35 |
| Octal | 40 | 160 | 354 | 126 | 65 | 0 | 7 | 330 | 124 | 65 |
| Binary | 100000 | 1110000 | 11101100 | 1010110 | 110101 | 0 | 111 | 11011000 | 1010100 | 110101 |
Color Harmonies of #2070EC
Complementary color
Monochromatic Colors of #2070EC
Black with #2070EC
Text Example
Text Example
White with #2070EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070EC; }
p { color: rgb(32,112,236); }
H1.HeaderClassName
{
color: #2070EC;
}
.AnyTagClassName
{
color: #2070EC;
}
</style>
background-color css
<style>
a { background-color: #2070EC; }
a { background-color: rgb(32,112,236); }
div.DivClassName
{
background-color: #2070EC;
}
.BgClassName
{
background-color: #2070EC;
}
</style>
border-color css
<style>
span { border-color: #2070EC; }
span { border-color: rgb(32,112,236); }
td.TdClassName
{
border-color: #2070EC;
}
.TagClassName
{
border-color: #2070EC;
}
</style>