Shades of Royal Blue #527ADA
Tints of Royal Blue #527ADA
RGB
CMYK
RGB Variations
Color information
#527ADA (or 0x527ADA) is known color: Royal Blue. HEX triplet: 52, 7A and DA. RGB value is (82,122,218). Sum of RGB (Red+Green+Blue) = 82+122+218=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #527ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ADA is #AD8525. Grayscale: #787878. Windows color (decimal): -11371814 or 14318162. OLE color: 14318162.
HSL color Cylindrical-coordinate representation of color #527ADA: hue angle of 222.35º 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 #527ADA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 122 | 218 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.15 |
| HSL | 222.35º | 0.65% | 0.59% | - |
| HSV(B) | 222.35º | 0.62% | 0.85% | - |
| XYZ | 23.09 | 20.77 | 69.12 | - |
| YUV | 120.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 218 | 0.62 | 0.44 | 0 | 0.15 | 222.35 | 0.65 | 0.59 |
| Hex | 52 | 7A | DA | 3E | 2C | 0 | F | DE | 41 | 3B |
| Octal | 122 | 172 | 332 | 76 | 54 | 0 | 17 | 336 | 101 | 73 |
| Binary | 1010010 | 1111010 | 11011010 | 111110 | 101100 | 0 | 1111 | 11011110 | 1000001 | 111011 |
Color Harmonies of #527ADA
Complementary color
Monochromatic Colors of #527ADA
Black with #527ADA
Text Example
Text Example
White with #527ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527ADA; }
p { color: rgb(82,122,218); }
H1.HeaderClassName
{
color: #527ADA;
}
.AnyTagClassName
{
color: #527ADA;
}
</style>
background-color css
<style>
a { background-color: #527ADA; }
a { background-color: rgb(82,122,218); }
div.DivClassName
{
background-color: #527ADA;
}
.BgClassName
{
background-color: #527ADA;
}
</style>
border-color css
<style>
span { border-color: #527ADA; }
span { border-color: rgb(82,122,218); }
td.TdClassName
{
border-color: #527ADA;
}
.TagClassName
{
border-color: #527ADA;
}
</style>