Shades of Royal Blue #545FDC
Tints of Royal Blue #545FDC
RGB
CMYK
RGB Variations
Color information
#545FDC (or 0x545FDC) is known color: Royal Blue. HEX triplet: 54, 5F and DC. RGB value is (84,95,220). Sum of RGB (Red+Green+Blue) = 84+95+220=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #545FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FDC is #ABA023. Grayscale: #696969. Windows color (decimal): -11247652 or 14442324. OLE color: 14442324.
HSL color Cylindrical-coordinate representation of color #545FDC: hue angle of 235.15º 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 #545FDC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 95 | 220 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.14 |
| HSL | 235.15º | 0.66% | 0.6% | - |
| HSV(B) | 235.15º | 0.62% | 0.86% | - |
| XYZ | 20.67 | 15.24 | 69.56 | - |
| YUV | 105.96 | 192.36 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 220 | 0.62 | 0.57 | 0 | 0.14 | 235.15 | 0.66 | 0.6 |
| Hex | 54 | 5F | DC | 3E | 39 | 0 | E | EB | 42 | 3C |
| Octal | 124 | 137 | 334 | 76 | 71 | 0 | 16 | 353 | 102 | 74 |
| Binary | 1010100 | 1011111 | 11011100 | 111110 | 111001 | 0 | 1110 | 11101011 | 1000010 | 111100 |
Color Harmonies of #545FDC
Complementary color
Monochromatic Colors of #545FDC
Black with #545FDC
Text Example
Text Example
White with #545FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FDC; }
p { color: rgb(84,95,220); }
H1.HeaderClassName
{
color: #545FDC;
}
.AnyTagClassName
{
color: #545FDC;
}
</style>
background-color css
<style>
a { background-color: #545FDC; }
a { background-color: rgb(84,95,220); }
div.DivClassName
{
background-color: #545FDC;
}
.BgClassName
{
background-color: #545FDC;
}
</style>
border-color css
<style>
span { border-color: #545FDC; }
span { border-color: rgb(84,95,220); }
td.TdClassName
{
border-color: #545FDC;
}
.TagClassName
{
border-color: #545FDC;
}
</style>