Shades of Royal Blue #5062EC
Tints of Royal Blue #5062EC
RGB
CMYK
RGB Variations
Color information
#5062EC (or 0x5062EC) is known color: Royal Blue. HEX triplet: 50, 62 and EC. RGB value is (80,98,236). Sum of RGB (Red+Green+Blue) = 80+98+236=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #5062EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5062EC is #AF9D13. Grayscale: #6B6B6B. Windows color (decimal): -11509012 or 15491664. OLE color: 15491664.
HSL color Cylindrical-coordinate representation of color #5062EC: hue angle of 233.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5062EC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 98 | 236 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.07 |
| HSL | 233.08º | 0.8% | 0.62% | - |
| HSV(B) | 233.08º | 0.66% | 0.93% | - |
| XYZ | 22.82 | 16.5 | 81.34 | - |
| YUV | 108.35 | 200.04 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 236 | 0.66 | 0.58 | 0 | 0.07 | 233.08 | 0.8 | 0.62 |
| Hex | 50 | 62 | EC | 42 | 3A | 0 | 7 | E9 | 50 | 3E |
| Octal | 120 | 142 | 354 | 102 | 72 | 0 | 7 | 351 | 120 | 76 |
| Binary | 1010000 | 1100010 | 11101100 | 1000010 | 111010 | 0 | 111 | 11101001 | 1010000 | 111110 |
Color Harmonies of #5062EC
Complementary color
Monochromatic Colors of #5062EC
Black with #5062EC
Text Example
Text Example
White with #5062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5062EC; }
p { color: rgb(80,98,236); }
H1.HeaderClassName
{
color: #5062EC;
}
.AnyTagClassName
{
color: #5062EC;
}
</style>
background-color css
<style>
a { background-color: #5062EC; }
a { background-color: rgb(80,98,236); }
div.DivClassName
{
background-color: #5062EC;
}
.BgClassName
{
background-color: #5062EC;
}
</style>
border-color css
<style>
span { border-color: #5062EC; }
span { border-color: rgb(80,98,236); }
td.TdClassName
{
border-color: #5062EC;
}
.TagClassName
{
border-color: #5062EC;
}
</style>