Shades of Royal Blue #525DE1
Tints of Royal Blue #525DE1
RGB
CMYK
RGB Variations
Color information
#525DE1 (or 0x525DE1) is known color: Royal Blue. HEX triplet: 52, 5D and E1. RGB value is (82,93,225). Sum of RGB (Red+Green+Blue) = 82+93+225=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #525DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525DE1 is #ADA21E. Grayscale: #686868. Windows color (decimal): -11379231 or 14769490. OLE color: 14769490.
HSL color Cylindrical-coordinate representation of color #525DE1: hue angle of 235.38º 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 #525DE1 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 93 | 225 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.12 |
| HSL | 235.38º | 0.7% | 0.6% | - |
| HSV(B) | 235.38º | 0.64% | 0.88% | - |
| XYZ | 20.98 | 15.06 | 73.03 | - |
| YUV | 104.76 | 195.86 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 225 | 0.64 | 0.59 | 0 | 0.12 | 235.38 | 0.7 | 0.6 |
| Hex | 52 | 5D | E1 | 40 | 3B | 0 | C | EB | 46 | 3C |
| Octal | 122 | 135 | 341 | 100 | 73 | 0 | 14 | 353 | 106 | 74 |
| Binary | 1010010 | 1011101 | 11100001 | 1000000 | 111011 | 0 | 1100 | 11101011 | 1000110 | 111100 |
Color Harmonies of #525DE1
Complementary color
Monochromatic Colors of #525DE1
Black with #525DE1
Text Example
Text Example
White with #525DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525DE1; }
p { color: rgb(82,93,225); }
H1.HeaderClassName
{
color: #525DE1;
}
.AnyTagClassName
{
color: #525DE1;
}
</style>
background-color css
<style>
a { background-color: #525DE1; }
a { background-color: rgb(82,93,225); }
div.DivClassName
{
background-color: #525DE1;
}
.BgClassName
{
background-color: #525DE1;
}
</style>
border-color css
<style>
span { border-color: #525DE1; }
span { border-color: rgb(82,93,225); }
td.TdClassName
{
border-color: #525DE1;
}
.TagClassName
{
border-color: #525DE1;
}
</style>