Shades of Royal Blue #545ADC
Tints of Royal Blue #545ADC
RGB
CMYK
RGB Variations
Color information
#545ADC (or 0x545ADC) is known color: Royal Blue. HEX triplet: 54, 5A and DC. RGB value is (84,90,220). Sum of RGB (Red+Green+Blue) = 84+90+220=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #545ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ADC is #ABA523. Grayscale: #666666. Windows color (decimal): -11248932 or 14441044. OLE color: 14441044.
HSL color Cylindrical-coordinate representation of color #545ADC: hue angle of 237.35º 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 #545ADC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 90 | 220 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.14 |
| HSL | 237.35º | 0.66% | 0.6% | - |
| HSV(B) | 237.35º | 0.62% | 0.86% | - |
| XYZ | 20.23 | 14.36 | 69.42 | - |
| YUV | 103.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 220 | 0.62 | 0.59 | 0 | 0.14 | 237.35 | 0.66 | 0.6 |
| Hex | 54 | 5A | DC | 3E | 3B | 0 | E | ED | 42 | 3C |
| Octal | 124 | 132 | 334 | 76 | 73 | 0 | 16 | 355 | 102 | 74 |
| Binary | 1010100 | 1011010 | 11011100 | 111110 | 111011 | 0 | 1110 | 11101101 | 1000010 | 111100 |
Color Harmonies of #545ADC
Complementary color
Monochromatic Colors of #545ADC
Black with #545ADC
Text Example
Text Example
White with #545ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545ADC; }
p { color: rgb(84,90,220); }
H1.HeaderClassName
{
color: #545ADC;
}
.AnyTagClassName
{
color: #545ADC;
}
</style>
background-color css
<style>
a { background-color: #545ADC; }
a { background-color: rgb(84,90,220); }
div.DivClassName
{
background-color: #545ADC;
}
.BgClassName
{
background-color: #545ADC;
}
</style>
border-color css
<style>
span { border-color: #545ADC; }
span { border-color: rgb(84,90,220); }
td.TdClassName
{
border-color: #545ADC;
}
.TagClassName
{
border-color: #545ADC;
}
</style>