Shades of Royal Blue #477DFE
Tints of Royal Blue #477DFE
RGB
CMYK
RGB Variations
Color information
#477DFE (or 0x477DFE) is known color: Royal Blue. HEX triplet: 47, 7D and FE. RGB value is (71,125,254). Sum of RGB (Red+Green+Blue) = 71+125+254=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #477DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DFE is #B88201. Grayscale: #7A7A7A. Windows color (decimal): -12091906 or 16678215. OLE color: 16678215.
HSL color Cylindrical-coordinate representation of color #477DFE: hue angle of 222.3º 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 #477DFE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 125 | 254 | - |
| CMYK | 0.72 | 0.51 | 0 | 0.00 |
| HSL | 222.3º | 0.99% | 0.64% | - |
| HSV(B) | 222.3º | 0.72% | 1% | - |
| XYZ | 27.82 | 23.16 | 96.77 | - |
| YUV | 123.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 254 | 0.72 | 0.51 | 0 | 0.00 | 222.3 | 0.99 | 0.64 |
| Hex | 47 | 7D | FE | 48 | 33 | 0 | 0 | DE | 63 | 40 |
| Octal | 107 | 175 | 376 | 110 | 63 | 0 | 0 | 336 | 143 | 100 |
| Binary | 1000111 | 1111101 | 11111110 | 1001000 | 110011 | 0 | 0 | 11011110 | 1100011 | 1000000 |
Color Harmonies of #477DFE
Complementary color
Monochromatic Colors of #477DFE
Black with #477DFE
Text Example
Text Example
White with #477DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DFE; }
p { color: rgb(71,125,254); }
H1.HeaderClassName
{
color: #477DFE;
}
.AnyTagClassName
{
color: #477DFE;
}
</style>
background-color css
<style>
a { background-color: #477DFE; }
a { background-color: rgb(71,125,254); }
div.DivClassName
{
background-color: #477DFE;
}
.BgClassName
{
background-color: #477DFE;
}
</style>
border-color css
<style>
span { border-color: #477DFE; }
span { border-color: rgb(71,125,254); }
td.TdClassName
{
border-color: #477DFE;
}
.TagClassName
{
border-color: #477DFE;
}
</style>