Shades of Royal Blue #477FED
Tints of Royal Blue #477FED
RGB
CMYK
RGB Variations
Color information
#477FED (or 0x477FED) is known color: Royal Blue. HEX triplet: 47, 7F and ED. RGB value is (71,127,237). Sum of RGB (Red+Green+Blue) = 71+127+237=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #477FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FED is #B88012. Grayscale: #7A7A7A. Windows color (decimal): -12091411 or 15564615. OLE color: 15564615.
HSL color Cylindrical-coordinate representation of color #477FED: hue angle of 219.76º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477FED is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 127 | 237 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.07 |
| HSL | 219.76º | 0.82% | 0.6% | - |
| HSV(B) | 219.76º | 0.7% | 0.93% | - |
| XYZ | 25.47 | 22.63 | 83.15 | - |
| YUV | 122.8 | 192.45 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 237 | 0.70 | 0.46 | 0 | 0.07 | 219.76 | 0.82 | 0.6 |
| Hex | 47 | 7F | ED | 46 | 2E | 0 | 7 | DC | 52 | 3C |
| Octal | 107 | 177 | 355 | 106 | 56 | 0 | 7 | 334 | 122 | 74 |
| Binary | 1000111 | 1111111 | 11101101 | 1000110 | 101110 | 0 | 111 | 11011100 | 1010010 | 111100 |
Color Harmonies of #477FED
Complementary color
Monochromatic Colors of #477FED
Black with #477FED
Text Example
Text Example
White with #477FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FED; }
p { color: rgb(71,127,237); }
H1.HeaderClassName
{
color: #477FED;
}
.AnyTagClassName
{
color: #477FED;
}
</style>
background-color css
<style>
a { background-color: #477FED; }
a { background-color: rgb(71,127,237); }
div.DivClassName
{
background-color: #477FED;
}
.BgClassName
{
background-color: #477FED;
}
</style>
border-color css
<style>
span { border-color: #477FED; }
span { border-color: rgb(71,127,237); }
td.TdClassName
{
border-color: #477FED;
}
.TagClassName
{
border-color: #477FED;
}
</style>