Shades of Royal Blue #525CE1
Tints of Royal Blue #525CE1
RGB
CMYK
RGB Variations
Color information
#525CE1 (or 0x525CE1) is known color: Royal Blue. HEX triplet: 52, 5C and E1. RGB value is (82,92,225). Sum of RGB (Red+Green+Blue) = 82+92+225=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 225 (88.28% from 255 or 56.39% from 399); Max value from RGB is 225 - color contains mainly: blue. Hex color #525CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525CE1 is #ADA31E. Grayscale: #676767. Windows color (decimal): -11379487 or 14769234. OLE color: 14769234.
HSL color Cylindrical-coordinate representation of color #525CE1: hue angle of 235.8º 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 #525CE1 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 92 | 225 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.12 |
| HSL | 235.8º | 0.7% | 0.6% | - |
| HSV(B) | 235.8º | 0.64% | 0.88% | - |
| XYZ | 20.9 | 14.88 | 73.01 | - |
| YUV | 104.17 | 196.19 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 225 | 0.64 | 0.59 | 0 | 0.12 | 235.8 | 0.7 | 0.6 |
| Hex | 52 | 5C | E1 | 40 | 3B | 0 | C | EC | 46 | 3C |
| Octal | 122 | 134 | 341 | 100 | 73 | 0 | 14 | 354 | 106 | 74 |
| Binary | 1010010 | 1011100 | 11100001 | 1000000 | 111011 | 0 | 1100 | 11101100 | 1000110 | 111100 |
Color Harmonies of #525CE1
Complementary color
Monochromatic Colors of #525CE1
Black with #525CE1
Text Example
Text Example
White with #525CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CE1; }
p { color: rgb(82,92,225); }
H1.HeaderClassName
{
color: #525CE1;
}
.AnyTagClassName
{
color: #525CE1;
}
</style>
background-color css
<style>
a { background-color: #525CE1; }
a { background-color: rgb(82,92,225); }
div.DivClassName
{
background-color: #525CE1;
}
.BgClassName
{
background-color: #525CE1;
}
</style>
border-color css
<style>
span { border-color: #525CE1; }
span { border-color: rgb(82,92,225); }
td.TdClassName
{
border-color: #525CE1;
}
.TagClassName
{
border-color: #525CE1;
}
</style>