Shades of Royal Blue #547FDD
Tints of Royal Blue #547FDD
RGB
CMYK
RGB Variations
Color information
#547FDD (or 0x547FDD) is known color: Royal Blue. HEX triplet: 54, 7F and DD. RGB value is (84,127,221). Sum of RGB (Red+Green+Blue) = 84+127+221=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #547FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #547FDD is #AB8022. Grayscale: #7C7C7C. Windows color (decimal): -11239459 or 14516052. OLE color: 14516052.
HSL color Cylindrical-coordinate representation of color #547FDD: hue angle of 221.17º 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 #547FDD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 127 | 221 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.13 |
| HSL | 221.17º | 0.67% | 0.6% | - |
| HSV(B) | 221.17º | 0.62% | 0.87% | - |
| XYZ | 24.3 | 22.28 | 71.43 | - |
| YUV | 124.86 | 182.25 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 221 | 0.62 | 0.43 | 0 | 0.13 | 221.17 | 0.67 | 0.6 |
| Hex | 54 | 7F | DD | 3E | 2B | 0 | D | DD | 43 | 3C |
| Octal | 124 | 177 | 335 | 76 | 53 | 0 | 15 | 335 | 103 | 74 |
| Binary | 1010100 | 1111111 | 11011101 | 111110 | 101011 | 0 | 1101 | 11011101 | 1000011 | 111100 |
Color Harmonies of #547FDD
Complementary color
Monochromatic Colors of #547FDD
Black with #547FDD
Text Example
Text Example
White with #547FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547FDD; }
p { color: rgb(84,127,221); }
H1.HeaderClassName
{
color: #547FDD;
}
.AnyTagClassName
{
color: #547FDD;
}
</style>
background-color css
<style>
a { background-color: #547FDD; }
a { background-color: rgb(84,127,221); }
div.DivClassName
{
background-color: #547FDD;
}
.BgClassName
{
background-color: #547FDD;
}
</style>
border-color css
<style>
span { border-color: #547FDD; }
span { border-color: rgb(84,127,221); }
td.TdClassName
{
border-color: #547FDD;
}
.TagClassName
{
border-color: #547FDD;
}
</style>