Shades of Royal Blue #545BE0
Tints of Royal Blue #545BE0
RGB
CMYK
RGB Variations
Color information
#545BE0 (or 0x545BE0) is known color: Royal Blue. HEX triplet: 54, 5B and E0. RGB value is (84,91,224). Sum of RGB (Red+Green+Blue) = 84+91+224=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #545BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BE0 is #ABA41F. Grayscale: #676767. Windows color (decimal): -11248672 or 14703444. OLE color: 14703444.
HSL color Cylindrical-coordinate representation of color #545BE0: hue angle of 237º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545BE0 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 91 | 224 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.12 |
| HSL | 237º | 0.69% | 0.6% | - |
| HSV(B) | 237º | 0.63% | 0.88% | - |
| XYZ | 20.85 | 14.75 | 72.27 | - |
| YUV | 104.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 224 | 0.62 | 0.59 | 0 | 0.12 | 237 | 0.69 | 0.6 |
| Hex | 54 | 5B | E0 | 3E | 3B | 0 | C | ED | 45 | 3C |
| Octal | 124 | 133 | 340 | 76 | 73 | 0 | 14 | 355 | 105 | 74 |
| Binary | 1010100 | 1011011 | 11100000 | 111110 | 111011 | 0 | 1100 | 11101101 | 1000101 | 111100 |
Color Harmonies of #545BE0
Complementary color
Monochromatic Colors of #545BE0
Black with #545BE0
Text Example
Text Example
White with #545BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BE0; }
p { color: rgb(84,91,224); }
H1.HeaderClassName
{
color: #545BE0;
}
.AnyTagClassName
{
color: #545BE0;
}
</style>
background-color css
<style>
a { background-color: #545BE0; }
a { background-color: rgb(84,91,224); }
div.DivClassName
{
background-color: #545BE0;
}
.BgClassName
{
background-color: #545BE0;
}
</style>
border-color css
<style>
span { border-color: #545BE0; }
span { border-color: rgb(84,91,224); }
td.TdClassName
{
border-color: #545BE0;
}
.TagClassName
{
border-color: #545BE0;
}
</style>