Shades of Royal Blue #547DDF
Tints of Royal Blue #547DDF
RGB
CMYK
RGB Variations
Color information
#547DDF (or 0x547DDF) is known color: Royal Blue. HEX triplet: 54, 7D and DF. RGB value is (84,125,223). Sum of RGB (Red+Green+Blue) = 84+125+223=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #547DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547DDF is #AB8220. Grayscale: #7B7B7B. Windows color (decimal): -11239969 or 14646612. OLE color: 14646612.
HSL color Cylindrical-coordinate representation of color #547DDF: hue angle of 222.3º 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 #547DDF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 125 | 223 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.13 |
| HSL | 222.3º | 0.68% | 0.6% | - |
| HSV(B) | 222.3º | 0.62% | 0.87% | - |
| XYZ | 24.31 | 21.88 | 72.75 | - |
| YUV | 123.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 223 | 0.62 | 0.44 | 0 | 0.13 | 222.3 | 0.68 | 0.6 |
| Hex | 54 | 7D | DF | 3E | 2C | 0 | D | DE | 44 | 3C |
| Octal | 124 | 175 | 337 | 76 | 54 | 0 | 15 | 336 | 104 | 74 |
| Binary | 1010100 | 1111101 | 11011111 | 111110 | 101100 | 0 | 1101 | 11011110 | 1000100 | 111100 |
Color Harmonies of #547DDF
Complementary color
Monochromatic Colors of #547DDF
Black with #547DDF
Text Example
Text Example
White with #547DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547DDF; }
p { color: rgb(84,125,223); }
H1.HeaderClassName
{
color: #547DDF;
}
.AnyTagClassName
{
color: #547DDF;
}
</style>
background-color css
<style>
a { background-color: #547DDF; }
a { background-color: rgb(84,125,223); }
div.DivClassName
{
background-color: #547DDF;
}
.BgClassName
{
background-color: #547DDF;
}
</style>
border-color css
<style>
span { border-color: #547DDF; }
span { border-color: rgb(84,125,223); }
td.TdClassName
{
border-color: #547DDF;
}
.TagClassName
{
border-color: #547DDF;
}
</style>