Shades of Royal Blue #525EE1
Tints of Royal Blue #525EE1
RGB
CMYK
RGB Variations
Color information
#525EE1 (or 0x525EE1) is known color: Royal Blue. HEX triplet: 52, 5E and E1. RGB value is (82,94,225). Sum of RGB (Red+Green+Blue) = 82+94+225=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #525EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EE1 is #ADA11E. Grayscale: #686868. Windows color (decimal): -11378975 or 14769746. OLE color: 14769746.
HSL color Cylindrical-coordinate representation of color #525EE1: hue angle of 234.97º 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 #525EE1 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 94 | 225 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.12 |
| HSL | 234.97º | 0.7% | 0.6% | - |
| HSV(B) | 234.97º | 0.64% | 0.88% | - |
| XYZ | 21.07 | 15.24 | 73.06 | - |
| YUV | 105.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 225 | 0.64 | 0.58 | 0 | 0.12 | 234.97 | 0.7 | 0.6 |
| Hex | 52 | 5E | E1 | 40 | 3A | 0 | C | EB | 46 | 3C |
| Octal | 122 | 136 | 341 | 100 | 72 | 0 | 14 | 353 | 106 | 74 |
| Binary | 1010010 | 1011110 | 11100001 | 1000000 | 111010 | 0 | 1100 | 11101011 | 1000110 | 111100 |
Color Harmonies of #525EE1
Complementary color
Monochromatic Colors of #525EE1
Black with #525EE1
Text Example
Text Example
White with #525EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EE1; }
p { color: rgb(82,94,225); }
H1.HeaderClassName
{
color: #525EE1;
}
.AnyTagClassName
{
color: #525EE1;
}
</style>
background-color css
<style>
a { background-color: #525EE1; }
a { background-color: rgb(82,94,225); }
div.DivClassName
{
background-color: #525EE1;
}
.BgClassName
{
background-color: #525EE1;
}
</style>
border-color css
<style>
span { border-color: #525EE1; }
span { border-color: rgb(82,94,225); }
td.TdClassName
{
border-color: #525EE1;
}
.TagClassName
{
border-color: #525EE1;
}
</style>