Shades of Royal Blue #477BFA
Tints of Royal Blue #477BFA
RGB
CMYK
RGB Variations
Color information
#477BFA (or 0x477BFA) is known color: Royal Blue. HEX triplet: 47, 7B and FA. RGB value is (71,123,250). Sum of RGB (Red+Green+Blue) = 71+123+250=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #477BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BFA is #B88405. Grayscale: #797979. Windows color (decimal): -12092422 or 16415559. OLE color: 16415559.
HSL color Cylindrical-coordinate representation of color #477BFA: hue angle of 222.57º degrees, saturation: 0.95, 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 #477BFA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 123 | 250 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.02 |
| HSL | 222.57º | 0.95% | 0.63% | - |
| HSV(B) | 222.57º | 0.72% | 0.98% | - |
| XYZ | 26.94 | 22.41 | 93.35 | - |
| YUV | 121.93 | 200.27 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 250 | 0.72 | 0.51 | 0 | 0.02 | 222.57 | 0.95 | 0.63 |
| Hex | 47 | 7B | FA | 48 | 33 | 0 | 2 | DF | 5F | 3F |
| Octal | 107 | 173 | 372 | 110 | 63 | 0 | 2 | 337 | 137 | 77 |
| Binary | 1000111 | 1111011 | 11111010 | 1001000 | 110011 | 0 | 10 | 11011111 | 1011111 | 111111 |
Color Harmonies of #477BFA
Complementary color
Monochromatic Colors of #477BFA
Black with #477BFA
Text Example
Text Example
White with #477BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BFA; }
p { color: rgb(71,123,250); }
H1.HeaderClassName
{
color: #477BFA;
}
.AnyTagClassName
{
color: #477BFA;
}
</style>
background-color css
<style>
a { background-color: #477BFA; }
a { background-color: rgb(71,123,250); }
div.DivClassName
{
background-color: #477BFA;
}
.BgClassName
{
background-color: #477BFA;
}
</style>
border-color css
<style>
span { border-color: #477BFA; }
span { border-color: rgb(71,123,250); }
td.TdClassName
{
border-color: #477BFA;
}
.TagClassName
{
border-color: #477BFA;
}
</style>