Shades of Royal Blue #545EDB
Tints of Royal Blue #545EDB
RGB
CMYK
RGB Variations
Color information
#545EDB (or 0x545EDB) is known color: Royal Blue. HEX triplet: 54, 5E and DB. RGB value is (84,94,219). Sum of RGB (Red+Green+Blue) = 84+94+219=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #545EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EDB is #ABA124. Grayscale: #686868. Windows color (decimal): -11247909 or 14376532. OLE color: 14376532.
HSL color Cylindrical-coordinate representation of color #545EDB: hue angle of 235.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545EDB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 94 | 219 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.14 |
| HSL | 235.56º | 0.65% | 0.59% | - |
| HSV(B) | 235.56º | 0.62% | 0.86% | - |
| XYZ | 20.45 | 15 | 68.84 | - |
| YUV | 105.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 219 | 0.62 | 0.57 | 0 | 0.14 | 235.56 | 0.65 | 0.59 |
| Hex | 54 | 5E | DB | 3E | 39 | 0 | E | EC | 41 | 3B |
| Octal | 124 | 136 | 333 | 76 | 71 | 0 | 16 | 354 | 101 | 73 |
| Binary | 1010100 | 1011110 | 11011011 | 111110 | 111001 | 0 | 1110 | 11101100 | 1000001 | 111011 |
Color Harmonies of #545EDB
Complementary color
Monochromatic Colors of #545EDB
Black with #545EDB
Text Example
Text Example
White with #545EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EDB; }
p { color: rgb(84,94,219); }
H1.HeaderClassName
{
color: #545EDB;
}
.AnyTagClassName
{
color: #545EDB;
}
</style>
background-color css
<style>
a { background-color: #545EDB; }
a { background-color: rgb(84,94,219); }
div.DivClassName
{
background-color: #545EDB;
}
.BgClassName
{
background-color: #545EDB;
}
</style>
border-color css
<style>
span { border-color: #545EDB; }
span { border-color: rgb(84,94,219); }
td.TdClassName
{
border-color: #545EDB;
}
.TagClassName
{
border-color: #545EDB;
}
</style>