Shades of Royal Blue #547BE7
Tints of Royal Blue #547BE7
RGB
CMYK
RGB Variations
Color information
#547BE7 (or 0x547BE7) is known color: Royal Blue. HEX triplet: 54, 7B and E7. RGB value is (84,123,231). Sum of RGB (Red+Green+Blue) = 84+123+231=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 231 (90.62% from 255 or 52.74% from 438); Max value from RGB is 231 - color contains mainly: blue. Hex color #547BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BE7 is #AB8418. Grayscale: #7B7B7B. Windows color (decimal): -11240473 or 15170388. OLE color: 15170388.
HSL color Cylindrical-coordinate representation of color #547BE7: hue angle of 224.08º 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 #547BE7 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 123 | 231 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.09 |
| HSL | 224.08º | 0.75% | 0.62% | - |
| HSV(B) | 224.08º | 0.64% | 0.91% | - |
| XYZ | 25.16 | 21.82 | 78.49 | - |
| YUV | 123.65 | 188.58 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 231 | 0.64 | 0.47 | 0 | 0.09 | 224.08 | 0.75 | 0.62 |
| Hex | 54 | 7B | E7 | 40 | 2F | 0 | 9 | E0 | 4B | 3E |
| Octal | 124 | 173 | 347 | 100 | 57 | 0 | 11 | 340 | 113 | 76 |
| Binary | 1010100 | 1111011 | 11100111 | 1000000 | 101111 | 0 | 1001 | 11100000 | 1001011 | 111110 |
Color Harmonies of #547BE7
Complementary color
Monochromatic Colors of #547BE7
Black with #547BE7
Text Example
Text Example
White with #547BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BE7; }
p { color: rgb(84,123,231); }
H1.HeaderClassName
{
color: #547BE7;
}
.AnyTagClassName
{
color: #547BE7;
}
</style>
background-color css
<style>
a { background-color: #547BE7; }
a { background-color: rgb(84,123,231); }
div.DivClassName
{
background-color: #547BE7;
}
.BgClassName
{
background-color: #547BE7;
}
</style>
border-color css
<style>
span { border-color: #547BE7; }
span { border-color: rgb(84,123,231); }
td.TdClassName
{
border-color: #547BE7;
}
.TagClassName
{
border-color: #547BE7;
}
</style>