Shades of Royal Blue #477DDF
Tints of Royal Blue #477DDF
RGB
CMYK
RGB Variations
Color information
#477DDF (or 0x477DDF) is known color: Royal Blue. HEX triplet: 47, 7D and DF. RGB value is (71,125,223). Sum of RGB (Red+Green+Blue) = 71+125+223=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #477DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DDF is #B88220. Grayscale: #777777. Windows color (decimal): -12091937 or 14646599. OLE color: 14646599.
HSL color Cylindrical-coordinate representation of color #477DDF: hue angle of 218.68º 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 #477DDF is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 125 | 223 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.13 |
| HSL | 218.68º | 0.7% | 0.58% | - |
| HSV(B) | 218.68º | 0.68% | 0.87% | - |
| XYZ | 23.25 | 21.33 | 72.7 | - |
| YUV | 120.03 | 186.11 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 223 | 0.68 | 0.44 | 0 | 0.13 | 218.68 | 0.7 | 0.58 |
| Hex | 47 | 7D | DF | 44 | 2C | 0 | D | DB | 46 | 3A |
| Octal | 107 | 175 | 337 | 104 | 54 | 0 | 15 | 333 | 106 | 72 |
| Binary | 1000111 | 1111101 | 11011111 | 1000100 | 101100 | 0 | 1101 | 11011011 | 1000110 | 111010 |
Color Harmonies of #477DDF
Complementary color
Monochromatic Colors of #477DDF
Black with #477DDF
Text Example
Text Example
White with #477DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DDF; }
p { color: rgb(71,125,223); }
H1.HeaderClassName
{
color: #477DDF;
}
.AnyTagClassName
{
color: #477DDF;
}
</style>
background-color css
<style>
a { background-color: #477DDF; }
a { background-color: rgb(71,125,223); }
div.DivClassName
{
background-color: #477DDF;
}
.BgClassName
{
background-color: #477DDF;
}
</style>
border-color css
<style>
span { border-color: #477DDF; }
span { border-color: rgb(71,125,223); }
td.TdClassName
{
border-color: #477DDF;
}
.TagClassName
{
border-color: #477DDF;
}
</style>