Shades of Royal Blue #477CFD
Tints of Royal Blue #477CFD
RGB
CMYK
RGB Variations
Color information
#477CFD (or 0x477CFD) is known color: Royal Blue. HEX triplet: 47, 7C and FD. RGB value is (71,124,253). Sum of RGB (Red+Green+Blue) = 71+124+253=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #477CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CFD is #B88302. Grayscale: #7A7A7A. Windows color (decimal): -12092163 or 16612423. OLE color: 16612423.
HSL color Cylindrical-coordinate representation of color #477CFD: hue angle of 222.53º 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 #477CFD is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 124 | 253 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.01 |
| HSL | 222.53º | 0.98% | 0.64% | - |
| HSV(B) | 222.53º | 0.72% | 0.99% | - |
| XYZ | 27.54 | 22.85 | 95.89 | - |
| YUV | 122.86 | 201.44 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 253 | 0.72 | 0.51 | 0 | 0.01 | 222.53 | 0.98 | 0.64 |
| Hex | 47 | 7C | FD | 48 | 33 | 0 | 1 | DF | 62 | 40 |
| Octal | 107 | 174 | 375 | 110 | 63 | 0 | 1 | 337 | 142 | 100 |
| Binary | 1000111 | 1111100 | 11111101 | 1001000 | 110011 | 0 | 1 | 11011111 | 1100010 | 1000000 |
Color Harmonies of #477CFD
Complementary color
Monochromatic Colors of #477CFD
Black with #477CFD
Text Example
Text Example
White with #477CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CFD; }
p { color: rgb(71,124,253); }
H1.HeaderClassName
{
color: #477CFD;
}
.AnyTagClassName
{
color: #477CFD;
}
</style>
background-color css
<style>
a { background-color: #477CFD; }
a { background-color: rgb(71,124,253); }
div.DivClassName
{
background-color: #477CFD;
}
.BgClassName
{
background-color: #477CFD;
}
</style>
border-color css
<style>
span { border-color: #477CFD; }
span { border-color: rgb(71,124,253); }
td.TdClassName
{
border-color: #477CFD;
}
.TagClassName
{
border-color: #477CFD;
}
</style>