Shades of Royal Blue #547AED
Tints of Royal Blue #547AED
RGB
CMYK
RGB Variations
Color information
#547AED (or 0x547AED) is known color: Royal Blue. HEX triplet: 54, 7A and ED. RGB value is (84,122,237). Sum of RGB (Red+Green+Blue) = 84+122+237=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #547AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547AED is #AB8512. Grayscale: #7B7B7B. Windows color (decimal): -11240723 or 15563348. OLE color: 15563348.
HSL color Cylindrical-coordinate representation of color #547AED: hue angle of 225.1º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #547AED is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 122 | 237 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.07 |
| HSL | 225.1º | 0.81% | 0.63% | - |
| HSV(B) | 225.1º | 0.65% | 0.93% | - |
| XYZ | 25.9 | 21.92 | 82.99 | - |
| YUV | 123.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 237 | 0.65 | 0.49 | 0 | 0.07 | 225.1 | 0.81 | 0.63 |
| Hex | 54 | 7A | ED | 41 | 31 | 0 | 7 | E1 | 51 | 3F |
| Octal | 124 | 172 | 355 | 101 | 61 | 0 | 7 | 341 | 121 | 77 |
| Binary | 1010100 | 1111010 | 11101101 | 1000001 | 110001 | 0 | 111 | 11100001 | 1010001 | 111111 |
Color Harmonies of #547AED
Complementary color
Monochromatic Colors of #547AED
Black with #547AED
Text Example
Text Example
White with #547AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547AED; }
p { color: rgb(84,122,237); }
H1.HeaderClassName
{
color: #547AED;
}
.AnyTagClassName
{
color: #547AED;
}
</style>
background-color css
<style>
a { background-color: #547AED; }
a { background-color: rgb(84,122,237); }
div.DivClassName
{
background-color: #547AED;
}
.BgClassName
{
background-color: #547AED;
}
</style>
border-color css
<style>
span { border-color: #547AED; }
span { border-color: rgb(84,122,237); }
td.TdClassName
{
border-color: #547AED;
}
.TagClassName
{
border-color: #547AED;
}
</style>