Shades of Royal Blue #525AE0
Tints of Royal Blue #525AE0
RGB
CMYK
RGB Variations
Color information
#525AE0 (or 0x525AE0) is known color: Royal Blue. HEX triplet: 52, 5A and E0. RGB value is (82,90,224). Sum of RGB (Red+Green+Blue) = 82+90+224=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #525AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525AE0 is #ADA51F. Grayscale: #666666. Windows color (decimal): -11380000 or 14703186. OLE color: 14703186.
HSL color Cylindrical-coordinate representation of color #525AE0: hue angle of 236.62º 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 #525AE0 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 90 | 224 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.12 |
| HSL | 236.62º | 0.7% | 0.6% | - |
| HSV(B) | 236.62º | 0.63% | 0.88% | - |
| XYZ | 20.59 | 14.49 | 72.23 | - |
| YUV | 102.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 224 | 0.63 | 0.60 | 0 | 0.12 | 236.62 | 0.7 | 0.6 |
| Hex | 52 | 5A | E0 | 3F | 3C | 0 | C | ED | 46 | 3C |
| Octal | 122 | 132 | 340 | 77 | 74 | 0 | 14 | 355 | 106 | 74 |
| Binary | 1010010 | 1011010 | 11100000 | 111111 | 111100 | 0 | 1100 | 11101101 | 1000110 | 111100 |
Color Harmonies of #525AE0
Complementary color
Monochromatic Colors of #525AE0
Black with #525AE0
Text Example
Text Example
White with #525AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525AE0; }
p { color: rgb(82,90,224); }
H1.HeaderClassName
{
color: #525AE0;
}
.AnyTagClassName
{
color: #525AE0;
}
</style>
background-color css
<style>
a { background-color: #525AE0; }
a { background-color: rgb(82,90,224); }
div.DivClassName
{
background-color: #525AE0;
}
.BgClassName
{
background-color: #525AE0;
}
</style>
border-color css
<style>
span { border-color: #525AE0; }
span { border-color: rgb(82,90,224); }
td.TdClassName
{
border-color: #525AE0;
}
.TagClassName
{
border-color: #525AE0;
}
</style>