Shades of Royal Blue #477BFB
Tints of Royal Blue #477BFB
RGB
CMYK
RGB Variations
Color information
#477BFB (or 0x477BFB) is known color: Royal Blue. HEX triplet: 47, 7B and FB. RGB value is (71,123,251). Sum of RGB (Red+Green+Blue) = 71+123+251=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #477BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BFB is #B88404. Grayscale: #797979. Windows color (decimal): -12092421 or 16481095. OLE color: 16481095.
HSL color Cylindrical-coordinate representation of color #477BFB: hue angle of 222.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 #477BFB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 123 | 251 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.02 |
| HSL | 222.67º | 0.96% | 0.63% | - |
| HSV(B) | 222.67º | 0.72% | 0.98% | - |
| XYZ | 27.09 | 22.47 | 94.18 | - |
| YUV | 122.04 | 200.77 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 251 | 0.72 | 0.51 | 0 | 0.02 | 222.67 | 0.96 | 0.63 |
| Hex | 47 | 7B | FB | 48 | 33 | 0 | 2 | DF | 60 | 3F |
| Octal | 107 | 173 | 373 | 110 | 63 | 0 | 2 | 337 | 140 | 77 |
| Binary | 1000111 | 1111011 | 11111011 | 1001000 | 110011 | 0 | 10 | 11011111 | 1100000 | 111111 |
Color Harmonies of #477BFB
Complementary color
Monochromatic Colors of #477BFB
Black with #477BFB
Text Example
Text Example
White with #477BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BFB; }
p { color: rgb(71,123,251); }
H1.HeaderClassName
{
color: #477BFB;
}
.AnyTagClassName
{
color: #477BFB;
}
</style>
background-color css
<style>
a { background-color: #477BFB; }
a { background-color: rgb(71,123,251); }
div.DivClassName
{
background-color: #477BFB;
}
.BgClassName
{
background-color: #477BFB;
}
</style>
border-color css
<style>
span { border-color: #477BFB; }
span { border-color: rgb(71,123,251); }
td.TdClassName
{
border-color: #477BFB;
}
.TagClassName
{
border-color: #477BFB;
}
</style>