Shades of Royal Blue #547BDB
Tints of Royal Blue #547BDB
RGB
CMYK
RGB Variations
Color information
#547BDB (or 0x547BDB) is known color: Royal Blue. HEX triplet: 54, 7B and DB. RGB value is (84,123,219). Sum of RGB (Red+Green+Blue) = 84+123+219=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #547BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BDB is #AB8424. Grayscale: #797979. Windows color (decimal): -11240485 or 14383956. OLE color: 14383956.
HSL color Cylindrical-coordinate representation of color #547BDB: hue angle of 222.67º 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 #547BDB is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 123 | 219 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.14 |
| HSL | 222.67º | 0.65% | 0.59% | - |
| HSV(B) | 222.67º | 0.62% | 0.86% | - |
| XYZ | 23.53 | 21.17 | 69.86 | - |
| YUV | 122.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 219 | 0.62 | 0.44 | 0 | 0.14 | 222.67 | 0.65 | 0.59 |
| Hex | 54 | 7B | DB | 3E | 2C | 0 | E | DF | 41 | 3B |
| Octal | 124 | 173 | 333 | 76 | 54 | 0 | 16 | 337 | 101 | 73 |
| Binary | 1010100 | 1111011 | 11011011 | 111110 | 101100 | 0 | 1110 | 11011111 | 1000001 | 111011 |
Color Harmonies of #547BDB
Complementary color
Monochromatic Colors of #547BDB
Black with #547BDB
Text Example
Text Example
White with #547BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BDB; }
p { color: rgb(84,123,219); }
H1.HeaderClassName
{
color: #547BDB;
}
.AnyTagClassName
{
color: #547BDB;
}
</style>
background-color css
<style>
a { background-color: #547BDB; }
a { background-color: rgb(84,123,219); }
div.DivClassName
{
background-color: #547BDB;
}
.BgClassName
{
background-color: #547BDB;
}
</style>
border-color css
<style>
span { border-color: #547BDB; }
span { border-color: rgb(84,123,219); }
td.TdClassName
{
border-color: #547BDB;
}
.TagClassName
{
border-color: #547BDB;
}
</style>