Shades of Royal Blue #527CDA
Tints of Royal Blue #527CDA
RGB
CMYK
RGB Variations
Color information
#527CDA (or 0x527CDA) is known color: Royal Blue. HEX triplet: 52, 7C and DA. RGB value is (82,124,218). Sum of RGB (Red+Green+Blue) = 82+124+218=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #527CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CDA is #AD8325. Grayscale: #797979. Windows color (decimal): -11371302 or 14318674. OLE color: 14318674.
HSL color Cylindrical-coordinate representation of color #527CDA: hue angle of 221.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527CDA is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 124 | 218 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.15 |
| HSL | 221.47º | 0.65% | 0.59% | - |
| HSV(B) | 221.47º | 0.62% | 0.85% | - |
| XYZ | 23.34 | 21.27 | 69.21 | - |
| YUV | 122.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 218 | 0.62 | 0.43 | 0 | 0.15 | 221.47 | 0.65 | 0.59 |
| Hex | 52 | 7C | DA | 3E | 2B | 0 | F | DD | 41 | 3B |
| Octal | 122 | 174 | 332 | 76 | 53 | 0 | 17 | 335 | 101 | 73 |
| Binary | 1010010 | 1111100 | 11011010 | 111110 | 101011 | 0 | 1111 | 11011101 | 1000001 | 111011 |
Color Harmonies of #527CDA
Complementary color
Monochromatic Colors of #527CDA
Black with #527CDA
Text Example
Text Example
White with #527CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CDA; }
p { color: rgb(82,124,218); }
H1.HeaderClassName
{
color: #527CDA;
}
.AnyTagClassName
{
color: #527CDA;
}
</style>
background-color css
<style>
a { background-color: #527CDA; }
a { background-color: rgb(82,124,218); }
div.DivClassName
{
background-color: #527CDA;
}
.BgClassName
{
background-color: #527CDA;
}
</style>
border-color css
<style>
span { border-color: #527CDA; }
span { border-color: rgb(82,124,218); }
td.TdClassName
{
border-color: #527CDA;
}
.TagClassName
{
border-color: #527CDA;
}
</style>