Shades of Royal Blue #525FE4
Tints of Royal Blue #525FE4
RGB
CMYK
RGB Variations
Color information
#525FE4 (or 0x525FE4) is known color: Royal Blue. HEX triplet: 52, 5F and E4. RGB value is (82,95,228). Sum of RGB (Red+Green+Blue) = 82+95+228=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #525FE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #525FE4 is #ADA01B. Grayscale: #696969. Windows color (decimal): -11378716 or 14966610. OLE color: 14966610.
HSL color Cylindrical-coordinate representation of color #525FE4: hue angle of 234.66º 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 #525FE4 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 95 | 228 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.11 |
| HSL | 234.66º | 0.73% | 0.61% | - |
| HSV(B) | 234.66º | 0.64% | 0.89% | - |
| XYZ | 21.58 | 15.58 | 75.27 | - |
| YUV | 106.28 | 196.69 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 228 | 0.64 | 0.58 | 0 | 0.11 | 234.66 | 0.73 | 0.61 |
| Hex | 52 | 5F | E4 | 40 | 3A | 0 | B | EB | 49 | 3D |
| Octal | 122 | 137 | 344 | 100 | 72 | 0 | 13 | 353 | 111 | 75 |
| Binary | 1010010 | 1011111 | 11100100 | 1000000 | 111010 | 0 | 1011 | 11101011 | 1001001 | 111101 |
Color Harmonies of #525FE4
Complementary color
Monochromatic Colors of #525FE4
Black with #525FE4
Text Example
Text Example
White with #525FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FE4; }
p { color: rgb(82,95,228); }
H1.HeaderClassName
{
color: #525FE4;
}
.AnyTagClassName
{
color: #525FE4;
}
</style>
background-color css
<style>
a { background-color: #525FE4; }
a { background-color: rgb(82,95,228); }
div.DivClassName
{
background-color: #525FE4;
}
.BgClassName
{
background-color: #525FE4;
}
</style>
border-color css
<style>
span { border-color: #525FE4; }
span { border-color: rgb(82,95,228); }
td.TdClassName
{
border-color: #525FE4;
}
.TagClassName
{
border-color: #525FE4;
}
</style>