Shades of Royal Blue #5063EC
Tints of Royal Blue #5063EC
RGB
CMYK
RGB Variations
Color information
#5063EC (or 0x5063EC) is known color: Royal Blue. HEX triplet: 50, 63 and EC. RGB value is (80,99,236). Sum of RGB (Red+Green+Blue) = 80+99+236=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #5063EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5063EC is #AF9C13. Grayscale: #6C6C6C. Windows color (decimal): -11508756 or 15491920. OLE color: 15491920.
HSL color Cylindrical-coordinate representation of color #5063EC: hue angle of 232.69º 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 #5063EC is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 99 | 236 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.07 |
| HSL | 232.69º | 0.8% | 0.62% | - |
| HSV(B) | 232.69º | 0.66% | 0.93% | - |
| XYZ | 22.91 | 16.69 | 81.37 | - |
| YUV | 108.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 236 | 0.66 | 0.58 | 0 | 0.07 | 232.69 | 0.8 | 0.62 |
| Hex | 50 | 63 | EC | 42 | 3A | 0 | 7 | E9 | 50 | 3E |
| Octal | 120 | 143 | 354 | 102 | 72 | 0 | 7 | 351 | 120 | 76 |
| Binary | 1010000 | 1100011 | 11101100 | 1000010 | 111010 | 0 | 111 | 11101001 | 1010000 | 111110 |
Color Harmonies of #5063EC
Complementary color
Monochromatic Colors of #5063EC
Black with #5063EC
Text Example
Text Example
White with #5063EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5063EC; }
p { color: rgb(80,99,236); }
H1.HeaderClassName
{
color: #5063EC;
}
.AnyTagClassName
{
color: #5063EC;
}
</style>
background-color css
<style>
a { background-color: #5063EC; }
a { background-color: rgb(80,99,236); }
div.DivClassName
{
background-color: #5063EC;
}
.BgClassName
{
background-color: #5063EC;
}
</style>
border-color css
<style>
span { border-color: #5063EC; }
span { border-color: rgb(80,99,236); }
td.TdClassName
{
border-color: #5063EC;
}
.TagClassName
{
border-color: #5063EC;
}
</style>