Shades of Royal Blue #2060EC
Tints of Royal Blue #2060EC
RGB
CMYK
RGB Variations
Color information
#2060EC (or 0x2060EC) is known color: Royal Blue. HEX triplet: 20, 60 and EC. RGB value is (32,96,236). Sum of RGB (Red+Green+Blue) = 32+96+236=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #2060EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2060EC is #DF9F13. Grayscale: #5C5C5C. Windows color (decimal): -14655252 or 15491104. OLE color: 15491104.
HSL color Cylindrical-coordinate representation of color #2060EC: hue angle of 221.18º 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 #2060EC is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 96 | 236 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.07 |
| HSL | 221.18º | 0.84% | 0.53% | - |
| HSV(B) | 221.18º | 0.86% | 0.93% | - |
| XYZ | 19.92 | 14.73 | 81.15 | - |
| YUV | 92.82 | 208.8 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 236 | 0.86 | 0.59 | 0 | 0.07 | 221.18 | 0.84 | 0.53 |
| Hex | 20 | 60 | EC | 56 | 3B | 0 | 7 | DD | 54 | 35 |
| Octal | 40 | 140 | 354 | 126 | 73 | 0 | 7 | 335 | 124 | 65 |
| Binary | 100000 | 1100000 | 11101100 | 1010110 | 111011 | 0 | 111 | 11011101 | 1010100 | 110101 |
Color Harmonies of #2060EC
Complementary color
Monochromatic Colors of #2060EC
Black with #2060EC
Text Example
Text Example
White with #2060EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2060EC; }
p { color: rgb(32,96,236); }
H1.HeaderClassName
{
color: #2060EC;
}
.AnyTagClassName
{
color: #2060EC;
}
</style>
background-color css
<style>
a { background-color: #2060EC; }
a { background-color: rgb(32,96,236); }
div.DivClassName
{
background-color: #2060EC;
}
.BgClassName
{
background-color: #2060EC;
}
</style>
border-color css
<style>
span { border-color: #2060EC; }
span { border-color: rgb(32,96,236); }
td.TdClassName
{
border-color: #2060EC;
}
.TagClassName
{
border-color: #2060EC;
}
</style>