Shades of Royal Blue #515EE2
Tints of Royal Blue #515EE2
RGB
CMYK
RGB Variations
Color information
#515EE2 (or 0x515EE2) is known color: Royal Blue. HEX triplet: 51, 5E and E2. RGB value is (81,94,226). Sum of RGB (Red+Green+Blue) = 81+94+226=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #515EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EE2 is #AEA11D. Grayscale: #686868. Windows color (decimal): -11444510 or 14835281. OLE color: 14835281.
HSL color Cylindrical-coordinate representation of color #515EE2: hue angle of 234.62º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515EE2 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 94 | 226 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.11 |
| HSL | 234.62º | 0.71% | 0.6% | - |
| HSV(B) | 234.62º | 0.64% | 0.89% | - |
| XYZ | 21.12 | 15.25 | 73.78 | - |
| YUV | 105.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 226 | 0.64 | 0.58 | 0 | 0.11 | 234.62 | 0.71 | 0.6 |
| Hex | 51 | 5E | E2 | 40 | 3A | 0 | B | EB | 47 | 3C |
| Octal | 121 | 136 | 342 | 100 | 72 | 0 | 13 | 353 | 107 | 74 |
| Binary | 1010001 | 1011110 | 11100010 | 1000000 | 111010 | 0 | 1011 | 11101011 | 1000111 | 111100 |
Color Harmonies of #515EE2
Complementary color
Monochromatic Colors of #515EE2
Black with #515EE2
Text Example
Text Example
White with #515EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EE2; }
p { color: rgb(81,94,226); }
H1.HeaderClassName
{
color: #515EE2;
}
.AnyTagClassName
{
color: #515EE2;
}
</style>
background-color css
<style>
a { background-color: #515EE2; }
a { background-color: rgb(81,94,226); }
div.DivClassName
{
background-color: #515EE2;
}
.BgClassName
{
background-color: #515EE2;
}
</style>
border-color css
<style>
span { border-color: #515EE2; }
span { border-color: rgb(81,94,226); }
td.TdClassName
{
border-color: #515EE2;
}
.TagClassName
{
border-color: #515EE2;
}
</style>