Shades of Royal Blue #477FFE
Tints of Royal Blue #477FFE
RGB
CMYK
RGB Variations
Color information
#477FFE (or 0x477FFE) is known color: Royal Blue. HEX triplet: 47, 7F and FE. RGB value is (71,127,254). Sum of RGB (Red+Green+Blue) = 71+127+254=452 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.71% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #477FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FFE is #B88001. Grayscale: #7C7C7C. Windows color (decimal): -12091394 or 16678727. OLE color: 16678727.
HSL color Cylindrical-coordinate representation of color #477FFE: hue angle of 221.64º 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 #477FFE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 127 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.64º | 0.99% | 0.64% | - |
| HSV(B) | 221.64º | 0.72% | 1% | - |
| XYZ | 28.08 | 23.67 | 96.86 | - |
| YUV | 124.73 | 200.95 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.64 | 0.99 | 0.64 |
| Hex | 47 | 7F | FE | 48 | 32 | 0 | 0 | DE | 63 | 40 |
| Octal | 107 | 177 | 376 | 110 | 62 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1000111 | 1111111 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #477FFE
Complementary color
Monochromatic Colors of #477FFE
Black with #477FFE
Text Example
Text Example
White with #477FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FFE; }
p { color: rgb(71,127,254); }
H1.HeaderClassName
{
color: #477FFE;
}
.AnyTagClassName
{
color: #477FFE;
}
</style>
background-color css
<style>
a { background-color: #477FFE; }
a { background-color: rgb(71,127,254); }
div.DivClassName
{
background-color: #477FFE;
}
.BgClassName
{
background-color: #477FFE;
}
</style>
border-color css
<style>
span { border-color: #477FFE; }
span { border-color: rgb(71,127,254); }
td.TdClassName
{
border-color: #477FFE;
}
.TagClassName
{
border-color: #477FFE;
}
</style>