Shades of Royal Blue #525CE9
Tints of Royal Blue #525CE9
RGB
CMYK
RGB Variations
Color information
#525CE9 (or 0x525CE9) is known color: Royal Blue. HEX triplet: 52, 5C and E9. RGB value is (82,92,233). Sum of RGB (Red+Green+Blue) = 82+92+233=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #525CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #525CE9 is #ADA316. Grayscale: #686868. Windows color (decimal): -11379479 or 15293522. OLE color: 15293522.
HSL color Cylindrical-coordinate representation of color #525CE9: hue angle of 236.03º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525CE9 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 92 | 233 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.09 |
| HSL | 236.03º | 0.77% | 0.62% | - |
| HSV(B) | 236.03º | 0.65% | 0.91% | - |
| XYZ | 22.01 | 15.33 | 78.89 | - |
| YUV | 105.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 92 | 233 | 0.65 | 0.61 | 0 | 0.09 | 236.03 | 0.77 | 0.62 |
| Hex | 52 | 5C | E9 | 41 | 3D | 0 | 9 | EC | 4D | 3E |
| Octal | 122 | 134 | 351 | 101 | 75 | 0 | 11 | 354 | 115 | 76 |
| Binary | 1010010 | 1011100 | 11101001 | 1000001 | 111101 | 0 | 1001 | 11101100 | 1001101 | 111110 |
Color Harmonies of #525CE9
Complementary color
Monochromatic Colors of #525CE9
Black with #525CE9
Text Example
Text Example
White with #525CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525CE9; }
p { color: rgb(82,92,233); }
H1.HeaderClassName
{
color: #525CE9;
}
.AnyTagClassName
{
color: #525CE9;
}
</style>
background-color css
<style>
a { background-color: #525CE9; }
a { background-color: rgb(82,92,233); }
div.DivClassName
{
background-color: #525CE9;
}
.BgClassName
{
background-color: #525CE9;
}
</style>
border-color css
<style>
span { border-color: #525CE9; }
span { border-color: rgb(82,92,233); }
td.TdClassName
{
border-color: #525CE9;
}
.TagClassName
{
border-color: #525CE9;
}
</style>