Shades of Royal Blue #547CE7
Tints of Royal Blue #547CE7
RGB
CMYK
RGB Variations
Color information
#547CE7 (or 0x547CE7) is known color: Royal Blue. HEX triplet: 54, 7C and E7. RGB value is (84,124,231). Sum of RGB (Red+Green+Blue) = 84+124+231=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 231 (90.62% from 255 or 52.62% from 439); Max value from RGB is 231 - color contains mainly: blue. Hex color #547CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547CE7 is #AB8318. Grayscale: #7B7B7B. Windows color (decimal): -11240217 or 15170644. OLE color: 15170644.
HSL color Cylindrical-coordinate representation of color #547CE7: hue angle of 223.67º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547CE7 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 124 | 231 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.09 |
| HSL | 223.67º | 0.75% | 0.62% | - |
| HSV(B) | 223.67º | 0.64% | 0.91% | - |
| XYZ | 25.29 | 22.07 | 78.53 | - |
| YUV | 124.24 | 188.25 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 231 | 0.64 | 0.46 | 0 | 0.09 | 223.67 | 0.75 | 0.62 |
| Hex | 54 | 7C | E7 | 40 | 2E | 0 | 9 | E0 | 4B | 3E |
| Octal | 124 | 174 | 347 | 100 | 56 | 0 | 11 | 340 | 113 | 76 |
| Binary | 1010100 | 1111100 | 11100111 | 1000000 | 101110 | 0 | 1001 | 11100000 | 1001011 | 111110 |
Color Harmonies of #547CE7
Complementary color
Monochromatic Colors of #547CE7
Black with #547CE7
Text Example
Text Example
White with #547CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CE7; }
p { color: rgb(84,124,231); }
H1.HeaderClassName
{
color: #547CE7;
}
.AnyTagClassName
{
color: #547CE7;
}
</style>
background-color css
<style>
a { background-color: #547CE7; }
a { background-color: rgb(84,124,231); }
div.DivClassName
{
background-color: #547CE7;
}
.BgClassName
{
background-color: #547CE7;
}
</style>
border-color css
<style>
span { border-color: #547CE7; }
span { border-color: rgb(84,124,231); }
td.TdClassName
{
border-color: #547CE7;
}
.TagClassName
{
border-color: #547CE7;
}
</style>