Shades of Royal Blue #547CE1
Tints of Royal Blue #547CE1
RGB
CMYK
RGB Variations
Color information
#547CE1 (or 0x547CE1) is known color: Royal Blue. HEX triplet: 54, 7C and E1. RGB value is (84,124,225). Sum of RGB (Red+Green+Blue) = 84+124+225=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #547CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CE1 is #AB831E. Grayscale: #7B7B7B. Windows color (decimal): -11240223 or 14777428. OLE color: 14777428.
HSL color Cylindrical-coordinate representation of color #547CE1: hue angle of 222.98º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547CE1 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 124 | 225 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.12 |
| HSL | 222.98º | 0.7% | 0.61% | - |
| HSV(B) | 222.98º | 0.63% | 0.88% | - |
| XYZ | 24.45 | 21.74 | 74.14 | - |
| YUV | 123.55 | 185.25 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 225 | 0.63 | 0.45 | 0 | 0.12 | 222.98 | 0.7 | 0.61 |
| Hex | 54 | 7C | E1 | 3F | 2D | 0 | C | DF | 46 | 3D |
| Octal | 124 | 174 | 341 | 77 | 55 | 0 | 14 | 337 | 106 | 75 |
| Binary | 1010100 | 1111100 | 11100001 | 111111 | 101101 | 0 | 1100 | 11011111 | 1000110 | 111101 |
Color Harmonies of #547CE1
Complementary color
Monochromatic Colors of #547CE1
Black with #547CE1
Text Example
Text Example
White with #547CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CE1; }
p { color: rgb(84,124,225); }
H1.HeaderClassName
{
color: #547CE1;
}
.AnyTagClassName
{
color: #547CE1;
}
</style>
background-color css
<style>
a { background-color: #547CE1; }
a { background-color: rgb(84,124,225); }
div.DivClassName
{
background-color: #547CE1;
}
.BgClassName
{
background-color: #547CE1;
}
</style>
border-color css
<style>
span { border-color: #547CE1; }
span { border-color: rgb(84,124,225); }
td.TdClassName
{
border-color: #547CE1;
}
.TagClassName
{
border-color: #547CE1;
}
</style>