Shades of Royal Blue #525EE2
Tints of Royal Blue #525EE2
RGB
CMYK
RGB Variations
Color information
#525EE2 (or 0x525EE2) is known color: Royal Blue. HEX triplet: 52, 5E and E2. RGB value is (82,94,226). Sum of RGB (Red+Green+Blue) = 82+94+226=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 226 (88.67% from 255 or 56.22% from 402); Max value from RGB is 226 - color contains mainly: blue. Hex color #525EE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EE2 is #ADA11D. Grayscale: #686868. Windows color (decimal): -11378974 or 14835282. OLE color: 14835282.
HSL color Cylindrical-coordinate representation of color #525EE2: hue angle of 235º 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 #525EE2 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 94 | 226 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.11 |
| HSL | 235º | 0.71% | 0.6% | - |
| HSV(B) | 235º | 0.64% | 0.89% | - |
| XYZ | 21.21 | 15.29 | 73.78 | - |
| YUV | 105.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 226 | 0.64 | 0.58 | 0 | 0.11 | 235 | 0.71 | 0.6 |
| Hex | 52 | 5E | E2 | 40 | 3A | 0 | B | EB | 47 | 3C |
| Octal | 122 | 136 | 342 | 100 | 72 | 0 | 13 | 353 | 107 | 74 |
| Binary | 1010010 | 1011110 | 11100010 | 1000000 | 111010 | 0 | 1011 | 11101011 | 1000111 | 111100 |
Color Harmonies of #525EE2
Complementary color
Monochromatic Colors of #525EE2
Black with #525EE2
Text Example
Text Example
White with #525EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EE2; }
p { color: rgb(82,94,226); }
H1.HeaderClassName
{
color: #525EE2;
}
.AnyTagClassName
{
color: #525EE2;
}
</style>
background-color css
<style>
a { background-color: #525EE2; }
a { background-color: rgb(82,94,226); }
div.DivClassName
{
background-color: #525EE2;
}
.BgClassName
{
background-color: #525EE2;
}
</style>
border-color css
<style>
span { border-color: #525EE2; }
span { border-color: rgb(82,94,226); }
td.TdClassName
{
border-color: #525EE2;
}
.TagClassName
{
border-color: #525EE2;
}
</style>