Shades of Royal Blue #547ADC
Tints of Royal Blue #547ADC
RGB
CMYK
RGB Variations
Color information
#547ADC (or 0x547ADC) is known color: Royal Blue. HEX triplet: 54, 7A and DC. RGB value is (84,122,220). Sum of RGB (Red+Green+Blue) = 84+122+220=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #547ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547ADC is #AB8523. Grayscale: #797979. Windows color (decimal): -11240740 or 14449236. OLE color: 14449236.
HSL color Cylindrical-coordinate representation of color #547ADC: hue angle of 223.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #547ADC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 122 | 220 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.14 |
| HSL | 223.24º | 0.66% | 0.6% | - |
| HSV(B) | 223.24º | 0.62% | 0.86% | - |
| XYZ | 23.53 | 20.97 | 70.52 | - |
| YUV | 121.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 220 | 0.62 | 0.45 | 0 | 0.14 | 223.24 | 0.66 | 0.6 |
| Hex | 54 | 7A | DC | 3E | 2D | 0 | E | DF | 42 | 3C |
| Octal | 124 | 172 | 334 | 76 | 55 | 0 | 16 | 337 | 102 | 74 |
| Binary | 1010100 | 1111010 | 11011100 | 111110 | 101101 | 0 | 1110 | 11011111 | 1000010 | 111100 |
Color Harmonies of #547ADC
Complementary color
Monochromatic Colors of #547ADC
Black with #547ADC
Text Example
Text Example
White with #547ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547ADC; }
p { color: rgb(84,122,220); }
H1.HeaderClassName
{
color: #547ADC;
}
.AnyTagClassName
{
color: #547ADC;
}
</style>
background-color css
<style>
a { background-color: #547ADC; }
a { background-color: rgb(84,122,220); }
div.DivClassName
{
background-color: #547ADC;
}
.BgClassName
{
background-color: #547ADC;
}
</style>
border-color css
<style>
span { border-color: #547ADC; }
span { border-color: rgb(84,122,220); }
td.TdClassName
{
border-color: #547ADC;
}
.TagClassName
{
border-color: #547ADC;
}
</style>