Shades of Royal Blue #547EE7
Tints of Royal Blue #547EE7
RGB
CMYK
RGB Variations
Color information
#547EE7 (or 0x547EE7) is known color: Royal Blue. HEX triplet: 54, 7E and E7. RGB value is (84,126,231). Sum of RGB (Red+Green+Blue) = 84+126+231=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #547EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547EE7 is #AB8118. Grayscale: #7C7C7C. Windows color (decimal): -11239705 or 15171156. OLE color: 15171156.
HSL color Cylindrical-coordinate representation of color #547EE7: hue angle of 222.86º 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 #547EE7 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 126 | 231 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.09 |
| HSL | 222.86º | 0.75% | 0.62% | - |
| HSV(B) | 222.86º | 0.64% | 0.91% | - |
| XYZ | 25.54 | 22.58 | 78.61 | - |
| YUV | 125.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 231 | 0.64 | 0.45 | 0 | 0.09 | 222.86 | 0.75 | 0.62 |
| Hex | 54 | 7E | E7 | 40 | 2D | 0 | 9 | DF | 4B | 3E |
| Octal | 124 | 176 | 347 | 100 | 55 | 0 | 11 | 337 | 113 | 76 |
| Binary | 1010100 | 1111110 | 11100111 | 1000000 | 101101 | 0 | 1001 | 11011111 | 1001011 | 111110 |
Color Harmonies of #547EE7
Complementary color
Monochromatic Colors of #547EE7
Black with #547EE7
Text Example
Text Example
White with #547EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547EE7; }
p { color: rgb(84,126,231); }
H1.HeaderClassName
{
color: #547EE7;
}
.AnyTagClassName
{
color: #547EE7;
}
</style>
background-color css
<style>
a { background-color: #547EE7; }
a { background-color: rgb(84,126,231); }
div.DivClassName
{
background-color: #547EE7;
}
.BgClassName
{
background-color: #547EE7;
}
</style>
border-color css
<style>
span { border-color: #547EE7; }
span { border-color: rgb(84,126,231); }
td.TdClassName
{
border-color: #547EE7;
}
.TagClassName
{
border-color: #547EE7;
}
</style>