Shades of Royal Blue #477DDE
Tints of Royal Blue #477DDE
RGB
CMYK
RGB Variations
Color information
#477DDE (or 0x477DDE) is known color: Royal Blue. HEX triplet: 47, 7D and DE. RGB value is (71,125,222). Sum of RGB (Red+Green+Blue) = 71+125+222=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #477DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DDE is #B88221. Grayscale: #777777. Windows color (decimal): -12091938 or 14581063. OLE color: 14581063.
HSL color Cylindrical-coordinate representation of color #477DDE: hue angle of 218.54º degrees, saturation: 0.7, 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 #477DDE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 125 | 222 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.13 |
| HSL | 218.54º | 0.7% | 0.57% | - |
| HSV(B) | 218.54º | 0.68% | 0.87% | - |
| XYZ | 23.12 | 21.28 | 72 | - |
| YUV | 119.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 222 | 0.68 | 0.44 | 0 | 0.13 | 218.54 | 0.7 | 0.57 |
| Hex | 47 | 7D | DE | 44 | 2C | 0 | D | DB | 46 | 39 |
| Octal | 107 | 175 | 336 | 104 | 54 | 0 | 15 | 333 | 106 | 71 |
| Binary | 1000111 | 1111101 | 11011110 | 1000100 | 101100 | 0 | 1101 | 11011011 | 1000110 | 111001 |
Color Harmonies of #477DDE
Complementary color
Monochromatic Colors of #477DDE
Black with #477DDE
Text Example
Text Example
White with #477DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DDE; }
p { color: rgb(71,125,222); }
H1.HeaderClassName
{
color: #477DDE;
}
.AnyTagClassName
{
color: #477DDE;
}
</style>
background-color css
<style>
a { background-color: #477DDE; }
a { background-color: rgb(71,125,222); }
div.DivClassName
{
background-color: #477DDE;
}
.BgClassName
{
background-color: #477DDE;
}
</style>
border-color css
<style>
span { border-color: #477DDE; }
span { border-color: rgb(71,125,222); }
td.TdClassName
{
border-color: #477DDE;
}
.TagClassName
{
border-color: #477DDE;
}
</style>