Shades of Royal Blue #527ADD
Tints of Royal Blue #527ADD
RGB
CMYK
RGB Variations
Color information
#527ADD (or 0x527ADD) is known color: Royal Blue. HEX triplet: 52, 7A and DD. RGB value is (82,122,221). Sum of RGB (Red+Green+Blue) = 82+122+221=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #527ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ADD is #AD8522. Grayscale: #787878. Windows color (decimal): -11371811 or 14514770. OLE color: 14514770.
HSL color Cylindrical-coordinate representation of color #527ADD: hue angle of 222.73º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #527ADD is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 122 | 221 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.13 |
| HSL | 222.73º | 0.67% | 0.59% | - |
| HSV(B) | 222.73º | 0.63% | 0.87% | - |
| XYZ | 23.49 | 20.93 | 71.21 | - |
| YUV | 121.33 | 184.25 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 221 | 0.63 | 0.45 | 0 | 0.13 | 222.73 | 0.67 | 0.59 |
| Hex | 52 | 7A | DD | 3F | 2D | 0 | D | DF | 43 | 3B |
| Octal | 122 | 172 | 335 | 77 | 55 | 0 | 15 | 337 | 103 | 73 |
| Binary | 1010010 | 1111010 | 11011101 | 111111 | 101101 | 0 | 1101 | 11011111 | 1000011 | 111011 |
Color Harmonies of #527ADD
Complementary color
Monochromatic Colors of #527ADD
Black with #527ADD
Text Example
Text Example
White with #527ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527ADD; }
p { color: rgb(82,122,221); }
H1.HeaderClassName
{
color: #527ADD;
}
.AnyTagClassName
{
color: #527ADD;
}
</style>
background-color css
<style>
a { background-color: #527ADD; }
a { background-color: rgb(82,122,221); }
div.DivClassName
{
background-color: #527ADD;
}
.BgClassName
{
background-color: #527ADD;
}
</style>
border-color css
<style>
span { border-color: #527ADD; }
span { border-color: rgb(82,122,221); }
td.TdClassName
{
border-color: #527ADD;
}
.TagClassName
{
border-color: #527ADD;
}
</style>