Shades of Royal Blue #547EE5
Tints of Royal Blue #547EE5
RGB
CMYK
RGB Variations
Color information
#547EE5 (or 0x547EE5) is known color: Royal Blue. HEX triplet: 54, 7E and E5. RGB value is (84,126,229). Sum of RGB (Red+Green+Blue) = 84+126+229=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #547EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547EE5 is #AB811A. Grayscale: #7C7C7C. Windows color (decimal): -11239707 or 15040084. OLE color: 15040084.
HSL color Cylindrical-coordinate representation of color #547EE5: hue angle of 222.62º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547EE5 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 126 | 229 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.10 |
| HSL | 222.62º | 0.74% | 0.61% | - |
| HSV(B) | 222.62º | 0.63% | 0.9% | - |
| XYZ | 25.26 | 22.46 | 77.13 | - |
| YUV | 125.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 229 | 0.63 | 0.45 | 0 | 0.10 | 222.62 | 0.74 | 0.61 |
| Hex | 54 | 7E | E5 | 3F | 2D | 0 | A | DF | 4A | 3D |
| Octal | 124 | 176 | 345 | 77 | 55 | 0 | 12 | 337 | 112 | 75 |
| Binary | 1010100 | 1111110 | 11100101 | 111111 | 101101 | 0 | 1010 | 11011111 | 1001010 | 111101 |
Color Harmonies of #547EE5
Complementary color
Monochromatic Colors of #547EE5
Black with #547EE5
Text Example
Text Example
White with #547EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EE5; }
p { color: rgb(84,126,229); }
H1.HeaderClassName
{
color: #547EE5;
}
.AnyTagClassName
{
color: #547EE5;
}
</style>
background-color css
<style>
a { background-color: #547EE5; }
a { background-color: rgb(84,126,229); }
div.DivClassName
{
background-color: #547EE5;
}
.BgClassName
{
background-color: #547EE5;
}
</style>
border-color css
<style>
span { border-color: #547EE5; }
span { border-color: rgb(84,126,229); }
td.TdClassName
{
border-color: #547EE5;
}
.TagClassName
{
border-color: #547EE5;
}
</style>