Shades of Royal Blue #515EE1
Tints of Royal Blue #515EE1
RGB
CMYK
RGB Variations
Color information
#515EE1 (or 0x515EE1) is known color: Royal Blue. HEX triplet: 51, 5E and E1. RGB value is (81,94,225). Sum of RGB (Red+Green+Blue) = 81+94+225=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #515EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EE1 is #AEA11E. Grayscale: #686868. Windows color (decimal): -11444511 or 14769745. OLE color: 14769745.
HSL color Cylindrical-coordinate representation of color #515EE1: hue angle of 234.58º degrees, saturation: 0.71, 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 #515EE1 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 94 | 225 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.12 |
| HSL | 234.58º | 0.71% | 0.6% | - |
| HSV(B) | 234.58º | 0.64% | 0.88% | - |
| XYZ | 20.99 | 15.19 | 73.06 | - |
| YUV | 105.05 | 195.69 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 225 | 0.64 | 0.58 | 0 | 0.12 | 234.58 | 0.71 | 0.6 |
| Hex | 51 | 5E | E1 | 40 | 3A | 0 | C | EB | 47 | 3C |
| Octal | 121 | 136 | 341 | 100 | 72 | 0 | 14 | 353 | 107 | 74 |
| Binary | 1010001 | 1011110 | 11100001 | 1000000 | 111010 | 0 | 1100 | 11101011 | 1000111 | 111100 |
Color Harmonies of #515EE1
Complementary color
Monochromatic Colors of #515EE1
Black with #515EE1
Text Example
Text Example
White with #515EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EE1; }
p { color: rgb(81,94,225); }
H1.HeaderClassName
{
color: #515EE1;
}
.AnyTagClassName
{
color: #515EE1;
}
</style>
background-color css
<style>
a { background-color: #515EE1; }
a { background-color: rgb(81,94,225); }
div.DivClassName
{
background-color: #515EE1;
}
.BgClassName
{
background-color: #515EE1;
}
</style>
border-color css
<style>
span { border-color: #515EE1; }
span { border-color: rgb(81,94,225); }
td.TdClassName
{
border-color: #515EE1;
}
.TagClassName
{
border-color: #515EE1;
}
</style>