Shades of Royal Blue #525ED7
Tints of Royal Blue #525ED7
RGB
CMYK
RGB Variations
Color information
#525ED7 (or 0x525ED7) is known color: Royal Blue. HEX triplet: 52, 5E and D7. RGB value is (82,94,215). Sum of RGB (Red+Green+Blue) = 82+94+215=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #525ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525ED7 is #ADA128. Grayscale: #676767. Windows color (decimal): -11378985 or 14114386. OLE color: 14114386.
HSL color Cylindrical-coordinate representation of color #525ED7: hue angle of 234.59º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525ED7 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 94 | 215 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.16 |
| HSL | 234.59º | 0.62% | 0.58% | - |
| HSV(B) | 234.59º | 0.62% | 0.84% | - |
| XYZ | 19.75 | 14.71 | 66.09 | - |
| YUV | 104.21 | 190.52 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 215 | 0.62 | 0.56 | 0 | 0.16 | 234.59 | 0.62 | 0.58 |
| Hex | 52 | 5E | D7 | 3E | 38 | 0 | 10 | EB | 3E | 3A |
| Octal | 122 | 136 | 327 | 76 | 70 | 0 | 20 | 353 | 76 | 72 |
| Binary | 1010010 | 1011110 | 11010111 | 111110 | 111000 | 0 | 10000 | 11101011 | 111110 | 111010 |
Color Harmonies of #525ED7
Complementary color
Monochromatic Colors of #525ED7
Black with #525ED7
Text Example
Text Example
White with #525ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525ED7; }
p { color: rgb(82,94,215); }
H1.HeaderClassName
{
color: #525ED7;
}
.AnyTagClassName
{
color: #525ED7;
}
</style>
background-color css
<style>
a { background-color: #525ED7; }
a { background-color: rgb(82,94,215); }
div.DivClassName
{
background-color: #525ED7;
}
.BgClassName
{
background-color: #525ED7;
}
</style>
border-color css
<style>
span { border-color: #525ED7; }
span { border-color: rgb(82,94,215); }
td.TdClassName
{
border-color: #525ED7;
}
.TagClassName
{
border-color: #525ED7;
}
</style>