Shades of Royal Blue #526EE0
Tints of Royal Blue #526EE0
RGB
CMYK
RGB Variations
Color information
#526EE0 (or 0x526EE0) is known color: Royal Blue. HEX triplet: 52, 6E and E0. RGB value is (82,110,224). Sum of RGB (Red+Green+Blue) = 82+110+224=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #526EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526EE0 is #AD911F. Grayscale: #727272. Windows color (decimal): -11374880 or 14708306. OLE color: 14708306.
HSL color Cylindrical-coordinate representation of color #526EE0: hue angle of 228.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526EE0 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 110 | 224 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.12 |
| HSL | 228.17º | 0.7% | 0.6% | - |
| HSV(B) | 228.17º | 0.63% | 0.88% | - |
| XYZ | 22.51 | 18.33 | 72.87 | - |
| YUV | 114.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 224 | 0.63 | 0.51 | 0 | 0.12 | 228.17 | 0.7 | 0.6 |
| Hex | 52 | 6E | E0 | 3F | 33 | 0 | C | E4 | 46 | 3C |
| Octal | 122 | 156 | 340 | 77 | 63 | 0 | 14 | 344 | 106 | 74 |
| Binary | 1010010 | 1101110 | 11100000 | 111111 | 110011 | 0 | 1100 | 11100100 | 1000110 | 111100 |
Color Harmonies of #526EE0
Complementary color
Monochromatic Colors of #526EE0
Black with #526EE0
Text Example
Text Example
White with #526EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526EE0; }
p { color: rgb(82,110,224); }
H1.HeaderClassName
{
color: #526EE0;
}
.AnyTagClassName
{
color: #526EE0;
}
</style>
background-color css
<style>
a { background-color: #526EE0; }
a { background-color: rgb(82,110,224); }
div.DivClassName
{
background-color: #526EE0;
}
.BgClassName
{
background-color: #526EE0;
}
</style>
border-color css
<style>
span { border-color: #526EE0; }
span { border-color: rgb(82,110,224); }
td.TdClassName
{
border-color: #526EE0;
}
.TagClassName
{
border-color: #526EE0;
}
</style>