Shades of Royal Blue #477FDF
Tints of Royal Blue #477FDF
RGB
CMYK
RGB Variations
Color information
#477FDF (or 0x477FDF) is known color: Royal Blue. HEX triplet: 47, 7F and DF. RGB value is (71,127,223). Sum of RGB (Red+Green+Blue) = 71+127+223=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #477FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FDF is #B88020. Grayscale: #787878. Windows color (decimal): -12091425 or 14647111. OLE color: 14647111.
HSL color Cylindrical-coordinate representation of color #477FDF: hue angle of 217.89º 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 #477FDF is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 127 | 223 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.13 |
| HSL | 217.89º | 0.7% | 0.58% | - |
| HSV(B) | 217.89º | 0.68% | 0.87% | - |
| XYZ | 23.51 | 21.85 | 72.79 | - |
| YUV | 121.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 223 | 0.68 | 0.43 | 0 | 0.13 | 217.89 | 0.7 | 0.58 |
| Hex | 47 | 7F | DF | 44 | 2B | 0 | D | DA | 46 | 3A |
| Octal | 107 | 177 | 337 | 104 | 53 | 0 | 15 | 332 | 106 | 72 |
| Binary | 1000111 | 1111111 | 11011111 | 1000100 | 101011 | 0 | 1101 | 11011010 | 1000110 | 111010 |
Color Harmonies of #477FDF
Complementary color
Monochromatic Colors of #477FDF
Black with #477FDF
Text Example
Text Example
White with #477FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FDF; }
p { color: rgb(71,127,223); }
H1.HeaderClassName
{
color: #477FDF;
}
.AnyTagClassName
{
color: #477FDF;
}
</style>
background-color css
<style>
a { background-color: #477FDF; }
a { background-color: rgb(71,127,223); }
div.DivClassName
{
background-color: #477FDF;
}
.BgClassName
{
background-color: #477FDF;
}
</style>
border-color css
<style>
span { border-color: #477FDF; }
span { border-color: rgb(71,127,223); }
td.TdClassName
{
border-color: #477FDF;
}
.TagClassName
{
border-color: #477FDF;
}
</style>