Shades of Royal Blue #505EE0
Tints of Royal Blue #505EE0
RGB
CMYK
RGB Variations
Color information
#505EE0 (or 0x505EE0) is known color: Royal Blue. HEX triplet: 50, 5E and E0. RGB value is (80,94,224). Sum of RGB (Red+Green+Blue) = 80+94+224=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #505EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EE0 is #AFA11F. Grayscale: #686868. Windows color (decimal): -11510048 or 14704208. OLE color: 14704208.
HSL color Cylindrical-coordinate representation of color #505EE0: hue angle of 234.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505EE0 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 94 | 224 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.12 |
| HSL | 234.17º | 0.7% | 0.6% | - |
| HSV(B) | 234.17º | 0.64% | 0.88% | - |
| XYZ | 20.77 | 15.09 | 72.34 | - |
| YUV | 104.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 94 | 224 | 0.64 | 0.58 | 0 | 0.12 | 234.17 | 0.7 | 0.6 |
| Hex | 50 | 5E | E0 | 40 | 3A | 0 | C | EA | 46 | 3C |
| Octal | 120 | 136 | 340 | 100 | 72 | 0 | 14 | 352 | 106 | 74 |
| Binary | 1010000 | 1011110 | 11100000 | 1000000 | 111010 | 0 | 1100 | 11101010 | 1000110 | 111100 |
Color Harmonies of #505EE0
Complementary color
Monochromatic Colors of #505EE0
Black with #505EE0
Text Example
Text Example
White with #505EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505EE0; }
p { color: rgb(80,94,224); }
H1.HeaderClassName
{
color: #505EE0;
}
.AnyTagClassName
{
color: #505EE0;
}
</style>
background-color css
<style>
a { background-color: #505EE0; }
a { background-color: rgb(80,94,224); }
div.DivClassName
{
background-color: #505EE0;
}
.BgClassName
{
background-color: #505EE0;
}
</style>
border-color css
<style>
span { border-color: #505EE0; }
span { border-color: rgb(80,94,224); }
td.TdClassName
{
border-color: #505EE0;
}
.TagClassName
{
border-color: #505EE0;
}
</style>