Shades of Royal Blue #477CDD
Tints of Royal Blue #477CDD
RGB
CMYK
RGB Variations
Color information
#477CDD (or 0x477CDD) is known color: Royal Blue. HEX triplet: 47, 7C and DD. RGB value is (71,124,221). Sum of RGB (Red+Green+Blue) = 71+124+221=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #477CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CDD is #B88322. Grayscale: #767676. Windows color (decimal): -12092195 or 14515271. OLE color: 14515271.
HSL color Cylindrical-coordinate representation of color #477CDD: hue angle of 218.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477CDD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 124 | 221 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.13 |
| HSL | 218.8º | 0.69% | 0.57% | - |
| HSV(B) | 218.8º | 0.68% | 0.87% | - |
| XYZ | 22.86 | 20.98 | 71.25 | - |
| YUV | 119.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 221 | 0.68 | 0.44 | 0 | 0.13 | 218.8 | 0.69 | 0.57 |
| Hex | 47 | 7C | DD | 44 | 2C | 0 | D | DB | 45 | 39 |
| Octal | 107 | 174 | 335 | 104 | 54 | 0 | 15 | 333 | 105 | 71 |
| Binary | 1000111 | 1111100 | 11011101 | 1000100 | 101100 | 0 | 1101 | 11011011 | 1000101 | 111001 |
Color Harmonies of #477CDD
Complementary color
Monochromatic Colors of #477CDD
Black with #477CDD
Text Example
Text Example
White with #477CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CDD; }
p { color: rgb(71,124,221); }
H1.HeaderClassName
{
color: #477CDD;
}
.AnyTagClassName
{
color: #477CDD;
}
</style>
background-color css
<style>
a { background-color: #477CDD; }
a { background-color: rgb(71,124,221); }
div.DivClassName
{
background-color: #477CDD;
}
.BgClassName
{
background-color: #477CDD;
}
</style>
border-color css
<style>
span { border-color: #477CDD; }
span { border-color: rgb(71,124,221); }
td.TdClassName
{
border-color: #477CDD;
}
.TagClassName
{
border-color: #477CDD;
}
</style>