Shades of Royal Blue #527AF7
Tints of Royal Blue #527AF7
RGB
CMYK
RGB Variations
Color information
#527AF7 (or 0x527AF7) is known color: Royal Blue. HEX triplet: 52, 7A and F7. RGB value is (82,122,247). Sum of RGB (Red+Green+Blue) = 82+122+247=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #527AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527AF7 is #AD8508. Grayscale: #7B7B7B. Windows color (decimal): -11371785 or 16218706. OLE color: 16218706.
HSL color Cylindrical-coordinate representation of color #527AF7: hue angle of 225.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527AF7 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 122 | 247 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.03 |
| HSL | 225.45º | 0.91% | 0.65% | - |
| HSV(B) | 225.45º | 0.67% | 0.97% | - |
| XYZ | 27.23 | 22.43 | 90.89 | - |
| YUV | 124.29 | 197.25 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 247 | 0.67 | 0.51 | 0 | 0.03 | 225.45 | 0.91 | 0.65 |
| Hex | 52 | 7A | F7 | 43 | 33 | 0 | 3 | E1 | 5B | 41 |
| Octal | 122 | 172 | 367 | 103 | 63 | 0 | 3 | 341 | 133 | 101 |
| Binary | 1010010 | 1111010 | 11110111 | 1000011 | 110011 | 0 | 11 | 11100001 | 1011011 | 1000001 |
Color Harmonies of #527AF7
Complementary color
Monochromatic Colors of #527AF7
Black with #527AF7
Text Example
Text Example
White with #527AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AF7; }
p { color: rgb(82,122,247); }
H1.HeaderClassName
{
color: #527AF7;
}
.AnyTagClassName
{
color: #527AF7;
}
</style>
background-color css
<style>
a { background-color: #527AF7; }
a { background-color: rgb(82,122,247); }
div.DivClassName
{
background-color: #527AF7;
}
.BgClassName
{
background-color: #527AF7;
}
</style>
border-color css
<style>
span { border-color: #527AF7; }
span { border-color: rgb(82,122,247); }
td.TdClassName
{
border-color: #527AF7;
}
.TagClassName
{
border-color: #527AF7;
}
</style>