Shades of Royal Blue #527ADE
Tints of Royal Blue #527ADE
RGB
CMYK
RGB Variations
Color information
#527ADE (or 0x527ADE) is known color: Royal Blue. HEX triplet: 52, 7A and DE. RGB value is (82,122,222). Sum of RGB (Red+Green+Blue) = 82+122+222=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #527ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ADE is #AD8521. Grayscale: #787878. Windows color (decimal): -11371810 or 14580306. OLE color: 14580306.
HSL color Cylindrical-coordinate representation of color #527ADE: hue angle of 222.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527ADE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 122 | 222 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.13 |
| HSL | 222.86º | 0.68% | 0.6% | - |
| HSV(B) | 222.86º | 0.63% | 0.87% | - |
| XYZ | 23.62 | 20.99 | 71.91 | - |
| YUV | 121.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 222 | 0.63 | 0.45 | 0 | 0.13 | 222.86 | 0.68 | 0.6 |
| Hex | 52 | 7A | DE | 3F | 2D | 0 | D | DF | 44 | 3C |
| Octal | 122 | 172 | 336 | 77 | 55 | 0 | 15 | 337 | 104 | 74 |
| Binary | 1010010 | 1111010 | 11011110 | 111111 | 101101 | 0 | 1101 | 11011111 | 1000100 | 111100 |
Color Harmonies of #527ADE
Complementary color
Monochromatic Colors of #527ADE
Black with #527ADE
Text Example
Text Example
White with #527ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527ADE; }
p { color: rgb(82,122,222); }
H1.HeaderClassName
{
color: #527ADE;
}
.AnyTagClassName
{
color: #527ADE;
}
</style>
background-color css
<style>
a { background-color: #527ADE; }
a { background-color: rgb(82,122,222); }
div.DivClassName
{
background-color: #527ADE;
}
.BgClassName
{
background-color: #527ADE;
}
</style>
border-color css
<style>
span { border-color: #527ADE; }
span { border-color: rgb(82,122,222); }
td.TdClassName
{
border-color: #527ADE;
}
.TagClassName
{
border-color: #527ADE;
}
</style>