Shades of Royal Blue #525BE4
Tints of Royal Blue #525BE4
RGB
CMYK
RGB Variations
Color information
#525BE4 (or 0x525BE4) is known color: Royal Blue. HEX triplet: 52, 5B and E4. RGB value is (82,91,228). Sum of RGB (Red+Green+Blue) = 82+91+228=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #525BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525BE4 is #ADA41B. Grayscale: #676767. Windows color (decimal): -11379740 or 14965586. OLE color: 14965586.
HSL color Cylindrical-coordinate representation of color #525BE4: hue angle of 236.3º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525BE4 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 91 | 228 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.11 |
| HSL | 236.3º | 0.73% | 0.61% | - |
| HSV(B) | 236.3º | 0.64% | 0.89% | - |
| XYZ | 21.22 | 14.88 | 75.15 | - |
| YUV | 103.93 | 198.02 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 228 | 0.64 | 0.60 | 0 | 0.11 | 236.3 | 0.73 | 0.61 |
| Hex | 52 | 5B | E4 | 40 | 3C | 0 | B | EC | 49 | 3D |
| Octal | 122 | 133 | 344 | 100 | 74 | 0 | 13 | 354 | 111 | 75 |
| Binary | 1010010 | 1011011 | 11100100 | 1000000 | 111100 | 0 | 1011 | 11101100 | 1001001 | 111101 |
Color Harmonies of #525BE4
Complementary color
Monochromatic Colors of #525BE4
Black with #525BE4
Text Example
Text Example
White with #525BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525BE4; }
p { color: rgb(82,91,228); }
H1.HeaderClassName
{
color: #525BE4;
}
.AnyTagClassName
{
color: #525BE4;
}
</style>
background-color css
<style>
a { background-color: #525BE4; }
a { background-color: rgb(82,91,228); }
div.DivClassName
{
background-color: #525BE4;
}
.BgClassName
{
background-color: #525BE4;
}
</style>
border-color css
<style>
span { border-color: #525BE4; }
span { border-color: rgb(82,91,228); }
td.TdClassName
{
border-color: #525BE4;
}
.TagClassName
{
border-color: #525BE4;
}
</style>