Shades of Royal Blue #525EDA
Tints of Royal Blue #525EDA
RGB
CMYK
RGB Variations
Color information
#525EDA (or 0x525EDA) is known color: Royal Blue. HEX triplet: 52, 5E and DA. RGB value is (82,94,218). Sum of RGB (Red+Green+Blue) = 82+94+218=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #525EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525EDA is #ADA125. Grayscale: #686868. Windows color (decimal): -11378982 or 14310994. OLE color: 14310994.
HSL color Cylindrical-coordinate representation of color #525EDA: hue angle of 234.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525EDA is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 94 | 218 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.15 |
| HSL | 234.71º | 0.65% | 0.59% | - |
| HSV(B) | 234.71º | 0.62% | 0.85% | - |
| XYZ | 20.14 | 14.86 | 68.14 | - |
| YUV | 104.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 94 | 218 | 0.62 | 0.57 | 0 | 0.15 | 234.71 | 0.65 | 0.59 |
| Hex | 52 | 5E | DA | 3E | 39 | 0 | F | EB | 41 | 3B |
| Octal | 122 | 136 | 332 | 76 | 71 | 0 | 17 | 353 | 101 | 73 |
| Binary | 1010010 | 1011110 | 11011010 | 111110 | 111001 | 0 | 1111 | 11101011 | 1000001 | 111011 |
Color Harmonies of #525EDA
Complementary color
Monochromatic Colors of #525EDA
Black with #525EDA
Text Example
Text Example
White with #525EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525EDA; }
p { color: rgb(82,94,218); }
H1.HeaderClassName
{
color: #525EDA;
}
.AnyTagClassName
{
color: #525EDA;
}
</style>
background-color css
<style>
a { background-color: #525EDA; }
a { background-color: rgb(82,94,218); }
div.DivClassName
{
background-color: #525EDA;
}
.BgClassName
{
background-color: #525EDA;
}
</style>
border-color css
<style>
span { border-color: #525EDA; }
span { border-color: rgb(82,94,218); }
td.TdClassName
{
border-color: #525EDA;
}
.TagClassName
{
border-color: #525EDA;
}
</style>