Shades of Royal Blue #547BE0
Tints of Royal Blue #547BE0
RGB
CMYK
RGB Variations
Color information
#547BE0 (or 0x547BE0) is known color: Royal Blue. HEX triplet: 54, 7B and E0. RGB value is (84,123,224). Sum of RGB (Red+Green+Blue) = 84+123+224=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #547BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BE0 is #AB841F. Grayscale: #7A7A7A. Windows color (decimal): -11240480 or 14711636. OLE color: 14711636.
HSL color Cylindrical-coordinate representation of color #547BE0: hue angle of 223.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547BE0 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 123 | 224 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.12 |
| HSL | 223.29º | 0.69% | 0.6% | - |
| HSV(B) | 223.29º | 0.63% | 0.88% | - |
| XYZ | 24.19 | 21.43 | 73.38 | - |
| YUV | 122.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 224 | 0.62 | 0.45 | 0 | 0.12 | 223.29 | 0.69 | 0.6 |
| Hex | 54 | 7B | E0 | 3E | 2D | 0 | C | DF | 45 | 3C |
| Octal | 124 | 173 | 340 | 76 | 55 | 0 | 14 | 337 | 105 | 74 |
| Binary | 1010100 | 1111011 | 11100000 | 111110 | 101101 | 0 | 1100 | 11011111 | 1000101 | 111100 |
Color Harmonies of #547BE0
Complementary color
Monochromatic Colors of #547BE0
Black with #547BE0
Text Example
Text Example
White with #547BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BE0; }
p { color: rgb(84,123,224); }
H1.HeaderClassName
{
color: #547BE0;
}
.AnyTagClassName
{
color: #547BE0;
}
</style>
background-color css
<style>
a { background-color: #547BE0; }
a { background-color: rgb(84,123,224); }
div.DivClassName
{
background-color: #547BE0;
}
.BgClassName
{
background-color: #547BE0;
}
</style>
border-color css
<style>
span { border-color: #547BE0; }
span { border-color: rgb(84,123,224); }
td.TdClassName
{
border-color: #547BE0;
}
.TagClassName
{
border-color: #547BE0;
}
</style>