Shades of Royal Blue #477EFB
Tints of Royal Blue #477EFB
RGB
CMYK
RGB Variations
Color information
#477EFB (or 0x477EFB) is known color: Royal Blue. HEX triplet: 47, 7E and FB. RGB value is (71,126,251). Sum of RGB (Red+Green+Blue) = 71+126+251=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #477EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477EFB is #B88104. Grayscale: #7B7B7B. Windows color (decimal): -12091653 or 16481863. OLE color: 16481863.
HSL color Cylindrical-coordinate representation of color #477EFB: hue angle of 221.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477EFB is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 126 | 251 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.02 |
| HSL | 221.67º | 0.96% | 0.63% | - |
| HSV(B) | 221.67º | 0.72% | 0.98% | - |
| XYZ | 27.47 | 23.23 | 94.3 | - |
| YUV | 123.81 | 199.78 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 251 | 0.72 | 0.50 | 0 | 0.02 | 221.67 | 0.96 | 0.63 |
| Hex | 47 | 7E | FB | 48 | 32 | 0 | 2 | DE | 60 | 3F |
| Octal | 107 | 176 | 373 | 110 | 62 | 0 | 2 | 336 | 140 | 77 |
| Binary | 1000111 | 1111110 | 11111011 | 1001000 | 110010 | 0 | 10 | 11011110 | 1100000 | 111111 |
Color Harmonies of #477EFB
Complementary color
Monochromatic Colors of #477EFB
Black with #477EFB
Text Example
Text Example
White with #477EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EFB; }
p { color: rgb(71,126,251); }
H1.HeaderClassName
{
color: #477EFB;
}
.AnyTagClassName
{
color: #477EFB;
}
</style>
background-color css
<style>
a { background-color: #477EFB; }
a { background-color: rgb(71,126,251); }
div.DivClassName
{
background-color: #477EFB;
}
.BgClassName
{
background-color: #477EFB;
}
</style>
border-color css
<style>
span { border-color: #477EFB; }
span { border-color: rgb(71,126,251); }
td.TdClassName
{
border-color: #477EFB;
}
.TagClassName
{
border-color: #477EFB;
}
</style>