Shades of Royal Blue #477BFE
Tints of Royal Blue #477BFE
RGB
CMYK
RGB Variations
Color information
#477BFE (or 0x477BFE) is known color: Royal Blue. HEX triplet: 47, 7B and FE. RGB value is (71,123,254). Sum of RGB (Red+Green+Blue) = 71+123+254=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #477BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477BFE is #B88401. Grayscale: #797979. Windows color (decimal): -12092418 or 16677703. OLE color: 16677703.
HSL color Cylindrical-coordinate representation of color #477BFE: hue angle of 222.95º 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 #477BFE is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 123 | 254 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.00 |
| HSL | 222.95º | 0.99% | 0.64% | - |
| HSV(B) | 222.95º | 0.72% | 1% | - |
| XYZ | 27.57 | 22.66 | 96.69 | - |
| YUV | 122.39 | 202.27 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 254 | 0.72 | 0.52 | 0 | 0.00 | 222.95 | 0.99 | 0.64 |
| Hex | 47 | 7B | FE | 48 | 34 | 0 | 0 | DF | 63 | 40 |
| Octal | 107 | 173 | 376 | 110 | 64 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1000111 | 1111011 | 11111110 | 1001000 | 110100 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #477BFE
Complementary color
Monochromatic Colors of #477BFE
Black with #477BFE
Text Example
Text Example
White with #477BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BFE; }
p { color: rgb(71,123,254); }
H1.HeaderClassName
{
color: #477BFE;
}
.AnyTagClassName
{
color: #477BFE;
}
</style>
background-color css
<style>
a { background-color: #477BFE; }
a { background-color: rgb(71,123,254); }
div.DivClassName
{
background-color: #477BFE;
}
.BgClassName
{
background-color: #477BFE;
}
</style>
border-color css
<style>
span { border-color: #477BFE; }
span { border-color: rgb(71,123,254); }
td.TdClassName
{
border-color: #477BFE;
}
.TagClassName
{
border-color: #477BFE;
}
</style>