Shades of Royal Blue #525FEA
Tints of Royal Blue #525FEA
RGB
CMYK
RGB Variations
Color information
#525FEA (or 0x525FEA) is known color: Royal Blue. HEX triplet: 52, 5F and EA. RGB value is (82,95,234). Sum of RGB (Red+Green+Blue) = 82+95+234=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #525FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525FEA is #ADA015. Grayscale: #6A6A6A. Windows color (decimal): -11378710 or 15359826. OLE color: 15359826.
HSL color Cylindrical-coordinate representation of color #525FEA: hue angle of 234.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525FEA is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 95 | 234 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.08 |
| HSL | 234.87º | 0.78% | 0.62% | - |
| HSV(B) | 234.87º | 0.65% | 0.92% | - |
| XYZ | 22.42 | 15.92 | 79.73 | - |
| YUV | 106.96 | 199.69 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 95 | 234 | 0.65 | 0.59 | 0 | 0.08 | 234.87 | 0.78 | 0.62 |
| Hex | 52 | 5F | EA | 41 | 3B | 0 | 8 | EB | 4E | 3E |
| Octal | 122 | 137 | 352 | 101 | 73 | 0 | 10 | 353 | 116 | 76 |
| Binary | 1010010 | 1011111 | 11101010 | 1000001 | 111011 | 0 | 1000 | 11101011 | 1001110 | 111110 |
Color Harmonies of #525FEA
Complementary color
Monochromatic Colors of #525FEA
Black with #525FEA
Text Example
Text Example
White with #525FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525FEA; }
p { color: rgb(82,95,234); }
H1.HeaderClassName
{
color: #525FEA;
}
.AnyTagClassName
{
color: #525FEA;
}
</style>
background-color css
<style>
a { background-color: #525FEA; }
a { background-color: rgb(82,95,234); }
div.DivClassName
{
background-color: #525FEA;
}
.BgClassName
{
background-color: #525FEA;
}
</style>
border-color css
<style>
span { border-color: #525FEA; }
span { border-color: rgb(82,95,234); }
td.TdClassName
{
border-color: #525FEA;
}
.TagClassName
{
border-color: #525FEA;
}
</style>