Shades of Royal Blue #525EE0
Tints of Royal Blue #525EE0
RGB
CMYK
RGB Variations
Color information
#525EE0 (or 0x525EE0) is known color: Royal Blue. HEX triplet: 52, 5E and E0. RGB value is (82,94,224). Sum of RGB (Red+Green+Blue) = 82+94+224=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #525EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EE0 is #ADA11F. Grayscale: #686868. Windows color (decimal): -11378976 or 14704210. OLE color: 14704210.
HSL color Cylindrical-coordinate representation of color #525EE0: hue angle of 234.93º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525EE0 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 94 | 224 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.12 |
| HSL | 234.93º | 0.7% | 0.6% | - |
| HSV(B) | 234.93º | 0.63% | 0.88% | - |
| XYZ | 20.94 | 15.18 | 72.35 | - |
| YUV | 105.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 224 | 0.63 | 0.58 | 0 | 0.12 | 234.93 | 0.7 | 0.6 |
| Hex | 52 | 5E | E0 | 3F | 3A | 0 | C | EB | 46 | 3C |
| Octal | 122 | 136 | 340 | 77 | 72 | 0 | 14 | 353 | 106 | 74 |
| Binary | 1010010 | 1011110 | 11100000 | 111111 | 111010 | 0 | 1100 | 11101011 | 1000110 | 111100 |
Color Harmonies of #525EE0
Complementary color
Monochromatic Colors of #525EE0
Black with #525EE0
Text Example
Text Example
White with #525EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EE0; }
p { color: rgb(82,94,224); }
H1.HeaderClassName
{
color: #525EE0;
}
.AnyTagClassName
{
color: #525EE0;
}
</style>
background-color css
<style>
a { background-color: #525EE0; }
a { background-color: rgb(82,94,224); }
div.DivClassName
{
background-color: #525EE0;
}
.BgClassName
{
background-color: #525EE0;
}
</style>
border-color css
<style>
span { border-color: #525EE0; }
span { border-color: rgb(82,94,224); }
td.TdClassName
{
border-color: #525EE0;
}
.TagClassName
{
border-color: #525EE0;
}
</style>