Shades of Royal Blue #477EDD
Tints of Royal Blue #477EDD
RGB
CMYK
RGB Variations
Color information
#477EDD (or 0x477EDD) is known color: Royal Blue. HEX triplet: 47, 7E and DD. RGB value is (71,126,221). Sum of RGB (Red+Green+Blue) = 71+126+221=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #477EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EDD is #B88122. Grayscale: #777777. Windows color (decimal): -12091683 or 14515783. OLE color: 14515783.
HSL color Cylindrical-coordinate representation of color #477EDD: hue angle of 218º 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 #477EDD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 126 | 221 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 218º | 0.69% | 0.57% | - |
| HSV(B) | 218º | 0.68% | 0.87% | - |
| XYZ | 23.11 | 21.48 | 71.33 | - |
| YUV | 120.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 221 | 0.68 | 0.43 | 0 | 0.13 | 218 | 0.69 | 0.57 |
| Hex | 47 | 7E | DD | 44 | 2B | 0 | D | DA | 45 | 39 |
| Octal | 107 | 176 | 335 | 104 | 53 | 0 | 15 | 332 | 105 | 71 |
| Binary | 1000111 | 1111110 | 11011101 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000101 | 111001 |
Color Harmonies of #477EDD
Complementary color
Monochromatic Colors of #477EDD
Black with #477EDD
Text Example
Text Example
White with #477EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EDD; }
p { color: rgb(71,126,221); }
H1.HeaderClassName
{
color: #477EDD;
}
.AnyTagClassName
{
color: #477EDD;
}
</style>
background-color css
<style>
a { background-color: #477EDD; }
a { background-color: rgb(71,126,221); }
div.DivClassName
{
background-color: #477EDD;
}
.BgClassName
{
background-color: #477EDD;
}
</style>
border-color css
<style>
span { border-color: #477EDD; }
span { border-color: rgb(71,126,221); }
td.TdClassName
{
border-color: #477EDD;
}
.TagClassName
{
border-color: #477EDD;
}
</style>