Shades of Royal Blue #547CDD
Tints of Royal Blue #547CDD
RGB
CMYK
RGB Variations
Color information
#547CDD (or 0x547CDD) is known color: Royal Blue. HEX triplet: 54, 7C and DD. RGB value is (84,124,221). Sum of RGB (Red+Green+Blue) = 84+124+221=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #547CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDD is #AB8322. Grayscale: #7A7A7A. Windows color (decimal): -11240227 or 14515284. OLE color: 14515284.
HSL color Cylindrical-coordinate representation of color #547CDD: hue angle of 222.48º 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 #547CDD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 124 | 221 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.13 |
| HSL | 222.48º | 0.67% | 0.6% | - |
| HSV(B) | 222.48º | 0.62% | 0.87% | - |
| XYZ | 23.91 | 21.52 | 71.3 | - |
| YUV | 123.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 221 | 0.62 | 0.44 | 0 | 0.13 | 222.48 | 0.67 | 0.6 |
| Hex | 54 | 7C | DD | 3E | 2C | 0 | D | DE | 43 | 3C |
| Octal | 124 | 174 | 335 | 76 | 54 | 0 | 15 | 336 | 103 | 74 |
| Binary | 1010100 | 1111100 | 11011101 | 111110 | 101100 | 0 | 1101 | 11011110 | 1000011 | 111100 |
Color Harmonies of #547CDD
Complementary color
Monochromatic Colors of #547CDD
Black with #547CDD
Text Example
Text Example
White with #547CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CDD; }
p { color: rgb(84,124,221); }
H1.HeaderClassName
{
color: #547CDD;
}
.AnyTagClassName
{
color: #547CDD;
}
</style>
background-color css
<style>
a { background-color: #547CDD; }
a { background-color: rgb(84,124,221); }
div.DivClassName
{
background-color: #547CDD;
}
.BgClassName
{
background-color: #547CDD;
}
</style>
border-color css
<style>
span { border-color: #547CDD; }
span { border-color: rgb(84,124,221); }
td.TdClassName
{
border-color: #547CDD;
}
.TagClassName
{
border-color: #547CDD;
}
</style>