Shades of Royal Blue #477BFD
Tints of Royal Blue #477BFD
RGB
CMYK
RGB Variations
Color information
#477BFD (or 0x477BFD) is known color: Royal Blue. HEX triplet: 47, 7B and FD. RGB value is (71,123,253). Sum of RGB (Red+Green+Blue) = 71+123+253=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #477BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BFD is #B88402. Grayscale: #797979. Windows color (decimal): -12092419 or 16612167. OLE color: 16612167.
HSL color Cylindrical-coordinate representation of color #477BFD: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477BFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 123 | 253 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 222.86º | 0.98% | 0.64% | - |
| HSV(B) | 222.86º | 0.72% | 0.99% | - |
| XYZ | 27.41 | 22.6 | 95.85 | - |
| YUV | 122.27 | 201.77 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 253 | 0.72 | 0.51 | 0 | 0.01 | 222.86 | 0.98 | 0.64 |
| Hex | 47 | 7B | FD | 48 | 33 | 0 | 1 | DF | 62 | 40 |
| Octal | 107 | 173 | 375 | 110 | 63 | 0 | 1 | 337 | 142 | 100 |
| Binary | 1000111 | 1111011 | 11111101 | 1001000 | 110011 | 0 | 1 | 11011111 | 1100010 | 1000000 |
Color Harmonies of #477BFD
Complementary color
Monochromatic Colors of #477BFD
Black with #477BFD
Text Example
Text Example
White with #477BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BFD; }
p { color: rgb(71,123,253); }
H1.HeaderClassName
{
color: #477BFD;
}
.AnyTagClassName
{
color: #477BFD;
}
</style>
background-color css
<style>
a { background-color: #477BFD; }
a { background-color: rgb(71,123,253); }
div.DivClassName
{
background-color: #477BFD;
}
.BgClassName
{
background-color: #477BFD;
}
</style>
border-color css
<style>
span { border-color: #477BFD; }
span { border-color: rgb(71,123,253); }
td.TdClassName
{
border-color: #477BFD;
}
.TagClassName
{
border-color: #477BFD;
}
</style>