Shades of Royal Blue #547BDF
Tints of Royal Blue #547BDF
RGB
CMYK
RGB Variations
Color information
#547BDF (or 0x547BDF) is known color: Royal Blue. HEX triplet: 54, 7B and DF. RGB value is (84,123,223). Sum of RGB (Red+Green+Blue) = 84+123+223=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #547BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547BDF is #AB8420. Grayscale: #7A7A7A. Windows color (decimal): -11240481 or 14646100. OLE color: 14646100.
HSL color Cylindrical-coordinate representation of color #547BDF: hue angle of 223.17º degrees, saturation: 0.68, 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 #547BDF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 123 | 223 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.13 |
| HSL | 223.17º | 0.68% | 0.6% | - |
| HSV(B) | 223.17º | 0.62% | 0.87% | - |
| XYZ | 24.06 | 21.38 | 72.67 | - |
| YUV | 122.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 223 | 0.62 | 0.45 | 0 | 0.13 | 223.17 | 0.68 | 0.6 |
| Hex | 54 | 7B | DF | 3E | 2D | 0 | D | DF | 44 | 3C |
| Octal | 124 | 173 | 337 | 76 | 55 | 0 | 15 | 337 | 104 | 74 |
| Binary | 1010100 | 1111011 | 11011111 | 111110 | 101101 | 0 | 1101 | 11011111 | 1000100 | 111100 |
Color Harmonies of #547BDF
Complementary color
Monochromatic Colors of #547BDF
Black with #547BDF
Text Example
Text Example
White with #547BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547BDF; }
p { color: rgb(84,123,223); }
H1.HeaderClassName
{
color: #547BDF;
}
.AnyTagClassName
{
color: #547BDF;
}
</style>
background-color css
<style>
a { background-color: #547BDF; }
a { background-color: rgb(84,123,223); }
div.DivClassName
{
background-color: #547BDF;
}
.BgClassName
{
background-color: #547BDF;
}
</style>
border-color css
<style>
span { border-color: #547BDF; }
span { border-color: rgb(84,123,223); }
td.TdClassName
{
border-color: #547BDF;
}
.TagClassName
{
border-color: #547BDF;
}
</style>