Shades of Royal Blue #526FE0
Tints of Royal Blue #526FE0
RGB
CMYK
RGB Variations
Color information
#526FE0 (or 0x526FE0) is known color: Royal Blue. HEX triplet: 52, 6F and E0. RGB value is (82,111,224). Sum of RGB (Red+Green+Blue) = 82+111+224=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #526FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FE0 is #AD901F. Grayscale: #727272. Windows color (decimal): -11374624 or 14708562. OLE color: 14708562.
HSL color Cylindrical-coordinate representation of color #526FE0: hue angle of 227.75º 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 #526FE0 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 111 | 224 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.12 |
| HSL | 227.75º | 0.7% | 0.6% | - |
| HSV(B) | 227.75º | 0.63% | 0.88% | - |
| XYZ | 22.62 | 18.54 | 72.91 | - |
| YUV | 115.21 | 189.39 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 224 | 0.63 | 0.50 | 0 | 0.12 | 227.75 | 0.7 | 0.6 |
| Hex | 52 | 6F | E0 | 3F | 32 | 0 | C | E4 | 46 | 3C |
| Octal | 122 | 157 | 340 | 77 | 62 | 0 | 14 | 344 | 106 | 74 |
| Binary | 1010010 | 1101111 | 11100000 | 111111 | 110010 | 0 | 1100 | 11100100 | 1000110 | 111100 |
Color Harmonies of #526FE0
Complementary color
Monochromatic Colors of #526FE0
Black with #526FE0
Text Example
Text Example
White with #526FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FE0; }
p { color: rgb(82,111,224); }
H1.HeaderClassName
{
color: #526FE0;
}
.AnyTagClassName
{
color: #526FE0;
}
</style>
background-color css
<style>
a { background-color: #526FE0; }
a { background-color: rgb(82,111,224); }
div.DivClassName
{
background-color: #526FE0;
}
.BgClassName
{
background-color: #526FE0;
}
</style>
border-color css
<style>
span { border-color: #526FE0; }
span { border-color: rgb(82,111,224); }
td.TdClassName
{
border-color: #526FE0;
}
.TagClassName
{
border-color: #526FE0;
}
</style>