Shades of Royal Blue #477EDF
Tints of Royal Blue #477EDF
RGB
CMYK
RGB Variations
Color information
#477EDF (or 0x477EDF) is known color: Royal Blue. HEX triplet: 47, 7E and DF. RGB value is (71,126,223). Sum of RGB (Red+Green+Blue) = 71+126+223=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #477EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EDF is #B88120. Grayscale: #787878. Windows color (decimal): -12091681 or 14646855. OLE color: 14646855.
HSL color Cylindrical-coordinate representation of color #477EDF: hue angle of 218.29º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477EDF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 126 | 223 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 218.29º | 0.7% | 0.58% | - |
| HSV(B) | 218.29º | 0.68% | 0.87% | - |
| XYZ | 23.38 | 21.59 | 72.75 | - |
| YUV | 120.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 223 | 0.68 | 0.43 | 0 | 0.13 | 218.29 | 0.7 | 0.58 |
| Hex | 47 | 7E | DF | 44 | 2B | 0 | D | DA | 46 | 3A |
| Octal | 107 | 176 | 337 | 104 | 53 | 0 | 15 | 332 | 106 | 72 |
| Binary | 1000111 | 1111110 | 11011111 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000110 | 111010 |
Color Harmonies of #477EDF
Complementary color
Monochromatic Colors of #477EDF
Black with #477EDF
Text Example
Text Example
White with #477EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EDF; }
p { color: rgb(71,126,223); }
H1.HeaderClassName
{
color: #477EDF;
}
.AnyTagClassName
{
color: #477EDF;
}
</style>
background-color css
<style>
a { background-color: #477EDF; }
a { background-color: rgb(71,126,223); }
div.DivClassName
{
background-color: #477EDF;
}
.BgClassName
{
background-color: #477EDF;
}
</style>
border-color css
<style>
span { border-color: #477EDF; }
span { border-color: rgb(71,126,223); }
td.TdClassName
{
border-color: #477EDF;
}
.TagClassName
{
border-color: #477EDF;
}
</style>