Shades of Royal Blue #547BEA
Tints of Royal Blue #547BEA
RGB
CMYK
RGB Variations
Color information
#547BEA (or 0x547BEA) is known color: Royal Blue. HEX triplet: 54, 7B and EA. RGB value is (84,123,234). Sum of RGB (Red+Green+Blue) = 84+123+234=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #547BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #547BEA is #AB8415. Grayscale: #7B7B7B. Windows color (decimal): -11240470 or 15366996. OLE color: 15366996.
HSL color Cylindrical-coordinate representation of color #547BEA: hue angle of 224.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #547BEA is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 123 | 234 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.08 |
| HSL | 224.4º | 0.78% | 0.62% | - |
| HSV(B) | 224.4º | 0.64% | 0.92% | - |
| XYZ | 25.59 | 21.99 | 80.74 | - |
| YUV | 123.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 234 | 0.64 | 0.47 | 0 | 0.08 | 224.4 | 0.78 | 0.62 |
| Hex | 54 | 7B | EA | 40 | 2F | 0 | 8 | E0 | 4E | 3E |
| Octal | 124 | 173 | 352 | 100 | 57 | 0 | 10 | 340 | 116 | 76 |
| Binary | 1010100 | 1111011 | 11101010 | 1000000 | 101111 | 0 | 1000 | 11100000 | 1001110 | 111110 |
Color Harmonies of #547BEA
Complementary color
Monochromatic Colors of #547BEA
Black with #547BEA
Text Example
Text Example
White with #547BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BEA; }
p { color: rgb(84,123,234); }
H1.HeaderClassName
{
color: #547BEA;
}
.AnyTagClassName
{
color: #547BEA;
}
</style>
background-color css
<style>
a { background-color: #547BEA; }
a { background-color: rgb(84,123,234); }
div.DivClassName
{
background-color: #547BEA;
}
.BgClassName
{
background-color: #547BEA;
}
</style>
border-color css
<style>
span { border-color: #547BEA; }
span { border-color: rgb(84,123,234); }
td.TdClassName
{
border-color: #547BEA;
}
.TagClassName
{
border-color: #547BEA;
}
</style>