Shades of Royal Blue #547BDD
Tints of Royal Blue #547BDD
RGB
CMYK
RGB Variations
Color information
#547BDD (or 0x547BDD) is known color: Royal Blue. HEX triplet: 54, 7B and DD. RGB value is (84,123,221). Sum of RGB (Red+Green+Blue) = 84+123+221=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #547BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BDD is #AB8422. Grayscale: #7A7A7A. Windows color (decimal): -11240483 or 14515028. OLE color: 14515028.
HSL color Cylindrical-coordinate representation of color #547BDD: hue angle of 222.92º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547BDD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 123 | 221 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.13 |
| HSL | 222.92º | 0.67% | 0.6% | - |
| HSV(B) | 222.92º | 0.62% | 0.87% | - |
| XYZ | 23.79 | 21.27 | 71.26 | - |
| YUV | 122.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 221 | 0.62 | 0.44 | 0 | 0.13 | 222.92 | 0.67 | 0.6 |
| Hex | 54 | 7B | DD | 3E | 2C | 0 | D | DF | 43 | 3C |
| Octal | 124 | 173 | 335 | 76 | 54 | 0 | 15 | 337 | 103 | 74 |
| Binary | 1010100 | 1111011 | 11011101 | 111110 | 101100 | 0 | 1101 | 11011111 | 1000011 | 111100 |
Color Harmonies of #547BDD
Complementary color
Monochromatic Colors of #547BDD
Black with #547BDD
Text Example
Text Example
White with #547BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BDD; }
p { color: rgb(84,123,221); }
H1.HeaderClassName
{
color: #547BDD;
}
.AnyTagClassName
{
color: #547BDD;
}
</style>
background-color css
<style>
a { background-color: #547BDD; }
a { background-color: rgb(84,123,221); }
div.DivClassName
{
background-color: #547BDD;
}
.BgClassName
{
background-color: #547BDD;
}
</style>
border-color css
<style>
span { border-color: #547BDD; }
span { border-color: rgb(84,123,221); }
td.TdClassName
{
border-color: #547BDD;
}
.TagClassName
{
border-color: #547BDD;
}
</style>