Shades of Royal Blue #477DDD
Tints of Royal Blue #477DDD
RGB
CMYK
RGB Variations
Color information
#477DDD (or 0x477DDD) is known color: Royal Blue. HEX triplet: 47, 7D and DD. RGB value is (71,125,221). Sum of RGB (Red+Green+Blue) = 71+125+221=417 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.03% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #477DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DDD is #B88222. Grayscale: #777777. Windows color (decimal): -12091939 or 14515527. OLE color: 14515527.
HSL color Cylindrical-coordinate representation of color #477DDD: hue angle of 218.4º 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 #477DDD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 125 | 221 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 218.4º | 0.69% | 0.57% | - |
| HSV(B) | 218.4º | 0.68% | 0.87% | - |
| XYZ | 22.98 | 21.23 | 71.29 | - |
| YUV | 119.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 221 | 0.68 | 0.43 | 0 | 0.13 | 218.4 | 0.69 | 0.57 |
| Hex | 47 | 7D | DD | 44 | 2B | 0 | D | DA | 45 | 39 |
| Octal | 107 | 175 | 335 | 104 | 53 | 0 | 15 | 332 | 105 | 71 |
| Binary | 1000111 | 1111101 | 11011101 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000101 | 111001 |
Color Harmonies of #477DDD
Complementary color
Monochromatic Colors of #477DDD
Black with #477DDD
Text Example
Text Example
White with #477DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DDD; }
p { color: rgb(71,125,221); }
H1.HeaderClassName
{
color: #477DDD;
}
.AnyTagClassName
{
color: #477DDD;
}
</style>
background-color css
<style>
a { background-color: #477DDD; }
a { background-color: rgb(71,125,221); }
div.DivClassName
{
background-color: #477DDD;
}
.BgClassName
{
background-color: #477DDD;
}
</style>
border-color css
<style>
span { border-color: #477DDD; }
span { border-color: rgb(71,125,221); }
td.TdClassName
{
border-color: #477DDD;
}
.TagClassName
{
border-color: #477DDD;
}
</style>