Shades of Royal Blue #547CE5
Tints of Royal Blue #547CE5
RGB
CMYK
RGB Variations
Color information
#547CE5 (or 0x547CE5) is known color: Royal Blue. HEX triplet: 54, 7C and E5. RGB value is (84,124,229). Sum of RGB (Red+Green+Blue) = 84+124+229=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #547CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CE5 is #AB831A. Grayscale: #7B7B7B. Windows color (decimal): -11240219 or 15039572. OLE color: 15039572.
HSL color Cylindrical-coordinate representation of color #547CE5: hue angle of 223.45º 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 #547CE5 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 124 | 229 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.10 |
| HSL | 223.45º | 0.74% | 0.61% | - |
| HSV(B) | 223.45º | 0.63% | 0.9% | - |
| XYZ | 25.01 | 21.96 | 77.05 | - |
| YUV | 124.01 | 187.25 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 229 | 0.63 | 0.46 | 0 | 0.10 | 223.45 | 0.74 | 0.61 |
| Hex | 54 | 7C | E5 | 3F | 2E | 0 | A | DF | 4A | 3D |
| Octal | 124 | 174 | 345 | 77 | 56 | 0 | 12 | 337 | 112 | 75 |
| Binary | 1010100 | 1111100 | 11100101 | 111111 | 101110 | 0 | 1010 | 11011111 | 1001010 | 111101 |
Color Harmonies of #547CE5
Complementary color
Monochromatic Colors of #547CE5
Black with #547CE5
Text Example
Text Example
White with #547CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CE5; }
p { color: rgb(84,124,229); }
H1.HeaderClassName
{
color: #547CE5;
}
.AnyTagClassName
{
color: #547CE5;
}
</style>
background-color css
<style>
a { background-color: #547CE5; }
a { background-color: rgb(84,124,229); }
div.DivClassName
{
background-color: #547CE5;
}
.BgClassName
{
background-color: #547CE5;
}
</style>
border-color css
<style>
span { border-color: #547CE5; }
span { border-color: rgb(84,124,229); }
td.TdClassName
{
border-color: #547CE5;
}
.TagClassName
{
border-color: #547CE5;
}
</style>