Shades of Royal Blue #527AD8
Tints of Royal Blue #527AD8
RGB
CMYK
RGB Variations
Color information
#527AD8 (or 0x527AD8) is known color: Royal Blue. HEX triplet: 52, 7A and D8. RGB value is (82,122,216). Sum of RGB (Red+Green+Blue) = 82+122+216=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #527AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AD8 is #AD8527. Grayscale: #787878. Windows color (decimal): -11371816 or 14187090. OLE color: 14187090.
HSL color Cylindrical-coordinate representation of color #527AD8: hue angle of 222.09º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #527AD8 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 122 | 216 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.15 |
| HSL | 222.09º | 0.63% | 0.58% | - |
| HSV(B) | 222.09º | 0.62% | 0.85% | - |
| XYZ | 22.83 | 20.67 | 67.75 | - |
| YUV | 120.76 | 181.75 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 216 | 0.62 | 0.44 | 0 | 0.15 | 222.09 | 0.63 | 0.58 |
| Hex | 52 | 7A | D8 | 3E | 2C | 0 | F | DE | 3F | 3A |
| Octal | 122 | 172 | 330 | 76 | 54 | 0 | 17 | 336 | 77 | 72 |
| Binary | 1010010 | 1111010 | 11011000 | 111110 | 101100 | 0 | 1111 | 11011110 | 111111 | 111010 |
Color Harmonies of #527AD8
Complementary color
Monochromatic Colors of #527AD8
Black with #527AD8
Text Example
Text Example
White with #527AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AD8; }
p { color: rgb(82,122,216); }
H1.HeaderClassName
{
color: #527AD8;
}
.AnyTagClassName
{
color: #527AD8;
}
</style>
background-color css
<style>
a { background-color: #527AD8; }
a { background-color: rgb(82,122,216); }
div.DivClassName
{
background-color: #527AD8;
}
.BgClassName
{
background-color: #527AD8;
}
</style>
border-color css
<style>
span { border-color: #527AD8; }
span { border-color: rgb(82,122,216); }
td.TdClassName
{
border-color: #527AD8;
}
.TagClassName
{
border-color: #527AD8;
}
</style>