Shades of Royal Blue #527CEC
Tints of Royal Blue #527CEC
RGB
CMYK
RGB Variations
Color information
#527CEC (or 0x527CEC) is known color: Royal Blue. HEX triplet: 52, 7C and EC. RGB value is (82,124,236). Sum of RGB (Red+Green+Blue) = 82+124+236=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #527CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CEC is #AD8313. Grayscale: #7B7B7B. Windows color (decimal): -11371284 or 15498322. OLE color: 15498322.
HSL color Cylindrical-coordinate representation of color #527CEC: hue angle of 223.64º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527CEC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 124 | 236 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.07 |
| HSL | 223.64º | 0.8% | 0.62% | - |
| HSV(B) | 223.64º | 0.65% | 0.93% | - |
| XYZ | 25.83 | 22.27 | 82.29 | - |
| YUV | 124.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 236 | 0.65 | 0.47 | 0 | 0.07 | 223.64 | 0.8 | 0.62 |
| Hex | 52 | 7C | EC | 41 | 2F | 0 | 7 | E0 | 50 | 3E |
| Octal | 122 | 174 | 354 | 101 | 57 | 0 | 7 | 340 | 120 | 76 |
| Binary | 1010010 | 1111100 | 11101100 | 1000001 | 101111 | 0 | 111 | 11100000 | 1010000 | 111110 |
Color Harmonies of #527CEC
Complementary color
Monochromatic Colors of #527CEC
Black with #527CEC
Text Example
Text Example
White with #527CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CEC; }
p { color: rgb(82,124,236); }
H1.HeaderClassName
{
color: #527CEC;
}
.AnyTagClassName
{
color: #527CEC;
}
</style>
background-color css
<style>
a { background-color: #527CEC; }
a { background-color: rgb(82,124,236); }
div.DivClassName
{
background-color: #527CEC;
}
.BgClassName
{
background-color: #527CEC;
}
</style>
border-color css
<style>
span { border-color: #527CEC; }
span { border-color: rgb(82,124,236); }
td.TdClassName
{
border-color: #527CEC;
}
.TagClassName
{
border-color: #527CEC;
}
</style>