Shades of Royal Blue #547CE4
Tints of Royal Blue #547CE4
RGB
CMYK
RGB Variations
Color information
#547CE4 (or 0x547CE4) is known color: Royal Blue. HEX triplet: 54, 7C and E4. RGB value is (84,124,228). Sum of RGB (Red+Green+Blue) = 84+124+228=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 228 (89.45% from 255 or 52.29% from 436); Max value from RGB is 228 - color contains mainly: blue. Hex color #547CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CE4 is #AB831B. Grayscale: #7B7B7B. Windows color (decimal): -11240220 or 14974036. OLE color: 14974036.
HSL color Cylindrical-coordinate representation of color #547CE4: hue angle of 223.33º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547CE4 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 124 | 228 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.11 |
| HSL | 223.33º | 0.73% | 0.61% | - |
| HSV(B) | 223.33º | 0.63% | 0.89% | - |
| XYZ | 24.87 | 21.9 | 76.32 | - |
| YUV | 123.9 | 186.75 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 228 | 0.63 | 0.46 | 0 | 0.11 | 223.33 | 0.73 | 0.61 |
| Hex | 54 | 7C | E4 | 3F | 2E | 0 | B | DF | 49 | 3D |
| Octal | 124 | 174 | 344 | 77 | 56 | 0 | 13 | 337 | 111 | 75 |
| Binary | 1010100 | 1111100 | 11100100 | 111111 | 101110 | 0 | 1011 | 11011111 | 1001001 | 111101 |
Color Harmonies of #547CE4
Complementary color
Monochromatic Colors of #547CE4
Black with #547CE4
Text Example
Text Example
White with #547CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CE4; }
p { color: rgb(84,124,228); }
H1.HeaderClassName
{
color: #547CE4;
}
.AnyTagClassName
{
color: #547CE4;
}
</style>
background-color css
<style>
a { background-color: #547CE4; }
a { background-color: rgb(84,124,228); }
div.DivClassName
{
background-color: #547CE4;
}
.BgClassName
{
background-color: #547CE4;
}
</style>
border-color css
<style>
span { border-color: #547CE4; }
span { border-color: rgb(84,124,228); }
td.TdClassName
{
border-color: #547CE4;
}
.TagClassName
{
border-color: #547CE4;
}
</style>