Shades of Royal Blue #547CDE
Tints of Royal Blue #547CDE
RGB
CMYK
RGB Variations
Color information
#547CDE (or 0x547CDE) is known color: Royal Blue. HEX triplet: 54, 7C and DE. RGB value is (84,124,222). Sum of RGB (Red+Green+Blue) = 84+124+222=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #547CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547CDE is #AB8321. Grayscale: #7A7A7A. Windows color (decimal): -11240226 or 14580820. OLE color: 14580820.
HSL color Cylindrical-coordinate representation of color #547CDE: hue angle of 222.61º 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 #547CDE is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 124 | 222 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.13 |
| HSL | 222.61º | 0.68% | 0.6% | - |
| HSV(B) | 222.61º | 0.62% | 0.87% | - |
| XYZ | 24.05 | 21.57 | 72 | - |
| YUV | 123.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 222 | 0.62 | 0.44 | 0 | 0.13 | 222.61 | 0.68 | 0.6 |
| Hex | 54 | 7C | DE | 3E | 2C | 0 | D | DF | 44 | 3C |
| Octal | 124 | 174 | 336 | 76 | 54 | 0 | 15 | 337 | 104 | 74 |
| Binary | 1010100 | 1111100 | 11011110 | 111110 | 101100 | 0 | 1101 | 11011111 | 1000100 | 111100 |
Color Harmonies of #547CDE
Complementary color
Monochromatic Colors of #547CDE
Black with #547CDE
Text Example
Text Example
White with #547CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547CDE; }
p { color: rgb(84,124,222); }
H1.HeaderClassName
{
color: #547CDE;
}
.AnyTagClassName
{
color: #547CDE;
}
</style>
background-color css
<style>
a { background-color: #547CDE; }
a { background-color: rgb(84,124,222); }
div.DivClassName
{
background-color: #547CDE;
}
.BgClassName
{
background-color: #547CDE;
}
</style>
border-color css
<style>
span { border-color: #547CDE; }
span { border-color: rgb(84,124,222); }
td.TdClassName
{
border-color: #547CDE;
}
.TagClassName
{
border-color: #547CDE;
}
</style>