Shades of Royal Blue #545FDB
Tints of Royal Blue #545FDB
RGB
CMYK
RGB Variations
Color information
#545FDB (or 0x545FDB) is known color: Royal Blue. HEX triplet: 54, 5F and DB. RGB value is (84,95,219). Sum of RGB (Red+Green+Blue) = 84+95+219=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #545FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FDB is #ABA024. Grayscale: #696969. Windows color (decimal): -11247653 or 14376788. OLE color: 14376788.
HSL color Cylindrical-coordinate representation of color #545FDB: hue angle of 235.11º 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 #545FDB is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 95 | 219 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.14 |
| HSL | 235.11º | 0.65% | 0.59% | - |
| HSV(B) | 235.11º | 0.62% | 0.86% | - |
| XYZ | 20.53 | 15.18 | 68.87 | - |
| YUV | 105.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 219 | 0.62 | 0.57 | 0 | 0.14 | 235.11 | 0.65 | 0.59 |
| Hex | 54 | 5F | DB | 3E | 39 | 0 | E | EB | 41 | 3B |
| Octal | 124 | 137 | 333 | 76 | 71 | 0 | 16 | 353 | 101 | 73 |
| Binary | 1010100 | 1011111 | 11011011 | 111110 | 111001 | 0 | 1110 | 11101011 | 1000001 | 111011 |
Color Harmonies of #545FDB
Complementary color
Monochromatic Colors of #545FDB
Black with #545FDB
Text Example
Text Example
White with #545FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FDB; }
p { color: rgb(84,95,219); }
H1.HeaderClassName
{
color: #545FDB;
}
.AnyTagClassName
{
color: #545FDB;
}
</style>
background-color css
<style>
a { background-color: #545FDB; }
a { background-color: rgb(84,95,219); }
div.DivClassName
{
background-color: #545FDB;
}
.BgClassName
{
background-color: #545FDB;
}
</style>
border-color css
<style>
span { border-color: #545FDB; }
span { border-color: rgb(84,95,219); }
td.TdClassName
{
border-color: #545FDB;
}
.TagClassName
{
border-color: #545FDB;
}
</style>