Shades of Royal Blue #527BEC
Tints of Royal Blue #527BEC
RGB
CMYK
RGB Variations
Color information
#527BEC (or 0x527BEC) is known color: Royal Blue. HEX triplet: 52, 7B and EC. RGB value is (82,123,236). Sum of RGB (Red+Green+Blue) = 82+123+236=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #527BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527BEC is #AD8413. Grayscale: #7B7B7B. Windows color (decimal): -11371540 or 15498066. OLE color: 15498066.
HSL color Cylindrical-coordinate representation of color #527BEC: hue angle of 224.03º 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 #527BEC is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 123 | 236 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.07 |
| HSL | 224.03º | 0.8% | 0.62% | - |
| HSV(B) | 224.03º | 0.65% | 0.93% | - |
| XYZ | 25.7 | 22.02 | 82.25 | - |
| YUV | 123.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 236 | 0.65 | 0.48 | 0 | 0.07 | 224.03 | 0.8 | 0.62 |
| Hex | 52 | 7B | EC | 41 | 30 | 0 | 7 | E0 | 50 | 3E |
| Octal | 122 | 173 | 354 | 101 | 60 | 0 | 7 | 340 | 120 | 76 |
| Binary | 1010010 | 1111011 | 11101100 | 1000001 | 110000 | 0 | 111 | 11100000 | 1010000 | 111110 |
Color Harmonies of #527BEC
Complementary color
Monochromatic Colors of #527BEC
Black with #527BEC
Text Example
Text Example
White with #527BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BEC; }
p { color: rgb(82,123,236); }
H1.HeaderClassName
{
color: #527BEC;
}
.AnyTagClassName
{
color: #527BEC;
}
</style>
background-color css
<style>
a { background-color: #527BEC; }
a { background-color: rgb(82,123,236); }
div.DivClassName
{
background-color: #527BEC;
}
.BgClassName
{
background-color: #527BEC;
}
</style>
border-color css
<style>
span { border-color: #527BEC; }
span { border-color: rgb(82,123,236); }
td.TdClassName
{
border-color: #527BEC;
}
.TagClassName
{
border-color: #527BEC;
}
</style>