Shades of Royal Blue #545BE3
Tints of Royal Blue #545BE3
RGB
CMYK
RGB Variations
Color information
#545BE3 (or 0x545BE3) is known color: Royal Blue. HEX triplet: 54, 5B and E3. RGB value is (84,91,227). Sum of RGB (Red+Green+Blue) = 84+91+227=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #545BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BE3 is #ABA41C. Grayscale: #676767. Windows color (decimal): -11248669 or 14900052. OLE color: 14900052.
HSL color Cylindrical-coordinate representation of color #545BE3: hue angle of 237.06º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545BE3 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 91 | 227 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.11 |
| HSL | 237.06º | 0.72% | 0.61% | - |
| HSV(B) | 237.06º | 0.63% | 0.89% | - |
| XYZ | 21.26 | 14.91 | 74.43 | - |
| YUV | 104.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 227 | 0.63 | 0.60 | 0 | 0.11 | 237.06 | 0.72 | 0.61 |
| Hex | 54 | 5B | E3 | 3F | 3C | 0 | B | ED | 48 | 3D |
| Octal | 124 | 133 | 343 | 77 | 74 | 0 | 13 | 355 | 110 | 75 |
| Binary | 1010100 | 1011011 | 11100011 | 111111 | 111100 | 0 | 1011 | 11101101 | 1001000 | 111101 |
Color Harmonies of #545BE3
Complementary color
Monochromatic Colors of #545BE3
Black with #545BE3
Text Example
Text Example
White with #545BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BE3; }
p { color: rgb(84,91,227); }
H1.HeaderClassName
{
color: #545BE3;
}
.AnyTagClassName
{
color: #545BE3;
}
</style>
background-color css
<style>
a { background-color: #545BE3; }
a { background-color: rgb(84,91,227); }
div.DivClassName
{
background-color: #545BE3;
}
.BgClassName
{
background-color: #545BE3;
}
</style>
border-color css
<style>
span { border-color: #545BE3; }
span { border-color: rgb(84,91,227); }
td.TdClassName
{
border-color: #545BE3;
}
.TagClassName
{
border-color: #545BE3;
}
</style>