Shades of Royal Blue #515EE0
Tints of Royal Blue #515EE0
RGB
CMYK
RGB Variations
Color information
#515EE0 (or 0x515EE0) is known color: Royal Blue. HEX triplet: 51, 5E and E0. RGB value is (81,94,224). Sum of RGB (Red+Green+Blue) = 81+94+224=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #515EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EE0 is #AEA11F. Grayscale: #686868. Windows color (decimal): -11444512 or 14704209. OLE color: 14704209.
HSL color Cylindrical-coordinate representation of color #515EE0: hue angle of 234.55º 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 #515EE0 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 94 | 224 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.12 |
| HSL | 234.55º | 0.7% | 0.6% | - |
| HSV(B) | 234.55º | 0.64% | 0.88% | - |
| XYZ | 20.85 | 15.14 | 72.34 | - |
| YUV | 104.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 224 | 0.64 | 0.58 | 0 | 0.12 | 234.55 | 0.7 | 0.6 |
| Hex | 51 | 5E | E0 | 40 | 3A | 0 | C | EB | 46 | 3C |
| Octal | 121 | 136 | 340 | 100 | 72 | 0 | 14 | 353 | 106 | 74 |
| Binary | 1010001 | 1011110 | 11100000 | 1000000 | 111010 | 0 | 1100 | 11101011 | 1000110 | 111100 |
Color Harmonies of #515EE0
Complementary color
Monochromatic Colors of #515EE0
Black with #515EE0
Text Example
Text Example
White with #515EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EE0; }
p { color: rgb(81,94,224); }
H1.HeaderClassName
{
color: #515EE0;
}
.AnyTagClassName
{
color: #515EE0;
}
</style>
background-color css
<style>
a { background-color: #515EE0; }
a { background-color: rgb(81,94,224); }
div.DivClassName
{
background-color: #515EE0;
}
.BgClassName
{
background-color: #515EE0;
}
</style>
border-color css
<style>
span { border-color: #515EE0; }
span { border-color: rgb(81,94,224); }
td.TdClassName
{
border-color: #515EE0;
}
.TagClassName
{
border-color: #515EE0;
}
</style>