Shades of Royal Blue #477EFE
Tints of Royal Blue #477EFE
RGB
CMYK
RGB Variations
Color information
#477EFE (or 0x477EFE) is known color: Royal Blue. HEX triplet: 47, 7E and FE. RGB value is (71,126,254). Sum of RGB (Red+Green+Blue) = 71+126+254=451 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.74% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #477EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477EFE is #B88101. Grayscale: #7B7B7B. Windows color (decimal): -12091650 or 16678471. OLE color: 16678471.
HSL color Cylindrical-coordinate representation of color #477EFE: hue angle of 221.97º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #477EFE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 126 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.97º | 0.99% | 0.64% | - |
| HSV(B) | 221.97º | 0.72% | 1% | - |
| XYZ | 27.95 | 23.42 | 96.81 | - |
| YUV | 124.15 | 201.28 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.97 | 0.99 | 0.64 |
| Hex | 47 | 7E | FE | 48 | 32 | 0 | 0 | DE | 63 | 40 |
| Octal | 107 | 176 | 376 | 110 | 62 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1000111 | 1111110 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #477EFE
Complementary color
Monochromatic Colors of #477EFE
Black with #477EFE
Text Example
Text Example
White with #477EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EFE; }
p { color: rgb(71,126,254); }
H1.HeaderClassName
{
color: #477EFE;
}
.AnyTagClassName
{
color: #477EFE;
}
</style>
background-color css
<style>
a { background-color: #477EFE; }
a { background-color: rgb(71,126,254); }
div.DivClassName
{
background-color: #477EFE;
}
.BgClassName
{
background-color: #477EFE;
}
</style>
border-color css
<style>
span { border-color: #477EFE; }
span { border-color: rgb(71,126,254); }
td.TdClassName
{
border-color: #477EFE;
}
.TagClassName
{
border-color: #477EFE;
}
</style>