Shades of Royal Blue #545BE1
Tints of Royal Blue #545BE1
RGB
CMYK
RGB Variations
Color information
#545BE1 (or 0x545BE1) is known color: Royal Blue. HEX triplet: 54, 5B and E1. RGB value is (84,91,225). Sum of RGB (Red+Green+Blue) = 84+91+225=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #545BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BE1 is #ABA41E. Grayscale: #676767. Windows color (decimal): -11248671 or 14768980. OLE color: 14768980.
HSL color Cylindrical-coordinate representation of color #545BE1: hue angle of 237.02º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545BE1 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 91 | 225 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.12 |
| HSL | 237.02º | 0.7% | 0.61% | - |
| HSV(B) | 237.02º | 0.63% | 0.88% | - |
| XYZ | 20.99 | 14.8 | 72.99 | - |
| YUV | 104.18 | 196.18 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 225 | 0.63 | 0.60 | 0 | 0.12 | 237.02 | 0.7 | 0.61 |
| Hex | 54 | 5B | E1 | 3F | 3C | 0 | C | ED | 46 | 3D |
| Octal | 124 | 133 | 341 | 77 | 74 | 0 | 14 | 355 | 106 | 75 |
| Binary | 1010100 | 1011011 | 11100001 | 111111 | 111100 | 0 | 1100 | 11101101 | 1000110 | 111101 |
Color Harmonies of #545BE1
Complementary color
Monochromatic Colors of #545BE1
Black with #545BE1
Text Example
Text Example
White with #545BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BE1; }
p { color: rgb(84,91,225); }
H1.HeaderClassName
{
color: #545BE1;
}
.AnyTagClassName
{
color: #545BE1;
}
</style>
background-color css
<style>
a { background-color: #545BE1; }
a { background-color: rgb(84,91,225); }
div.DivClassName
{
background-color: #545BE1;
}
.BgClassName
{
background-color: #545BE1;
}
</style>
border-color css
<style>
span { border-color: #545BE1; }
span { border-color: rgb(84,91,225); }
td.TdClassName
{
border-color: #545BE1;
}
.TagClassName
{
border-color: #545BE1;
}
</style>