Shades of Royal Blue #2061EC
Tints of Royal Blue #2061EC
RGB
CMYK
RGB Variations
Color information
#2061EC (or 0x2061EC) is known color: Royal Blue. HEX triplet: 20, 61 and EC. RGB value is (32,97,236). Sum of RGB (Red+Green+Blue) = 32+97+236=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #2061EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2061EC is #DF9E13. Grayscale: #5C5C5C. Windows color (decimal): -14654996 or 15491360. OLE color: 15491360.
HSL color Cylindrical-coordinate representation of color #2061EC: hue angle of 220.88º 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 #2061EC is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 97 | 236 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.07 |
| HSL | 220.88º | 0.84% | 0.53% | - |
| HSV(B) | 220.88º | 0.86% | 0.93% | - |
| XYZ | 20.01 | 14.91 | 81.18 | - |
| YUV | 93.41 | 208.47 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 236 | 0.86 | 0.59 | 0 | 0.07 | 220.88 | 0.84 | 0.53 |
| Hex | 20 | 61 | EC | 56 | 3B | 0 | 7 | DD | 54 | 35 |
| Octal | 40 | 141 | 354 | 126 | 73 | 0 | 7 | 335 | 124 | 65 |
| Binary | 100000 | 1100001 | 11101100 | 1010110 | 111011 | 0 | 111 | 11011101 | 1010100 | 110101 |
Color Harmonies of #2061EC
Complementary color
Monochromatic Colors of #2061EC
Black with #2061EC
Text Example
Text Example
White with #2061EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2061EC; }
p { color: rgb(32,97,236); }
H1.HeaderClassName
{
color: #2061EC;
}
.AnyTagClassName
{
color: #2061EC;
}
</style>
background-color css
<style>
a { background-color: #2061EC; }
a { background-color: rgb(32,97,236); }
div.DivClassName
{
background-color: #2061EC;
}
.BgClassName
{
background-color: #2061EC;
}
</style>
border-color css
<style>
span { border-color: #2061EC; }
span { border-color: rgb(32,97,236); }
td.TdClassName
{
border-color: #2061EC;
}
.TagClassName
{
border-color: #2061EC;
}
</style>