Shades of Royal Blue #477FEE
Tints of Royal Blue #477FEE
RGB
CMYK
RGB Variations
Color information
#477FEE (or 0x477FEE) is known color: Royal Blue. HEX triplet: 47, 7F and EE. RGB value is (71,127,238). Sum of RGB (Red+Green+Blue) = 71+127+238=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #477FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477FEE is #B88011. Grayscale: #7A7A7A. Windows color (decimal): -12091410 or 15630151. OLE color: 15630151.
HSL color Cylindrical-coordinate representation of color #477FEE: hue angle of 219.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477FEE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 127 | 238 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 219.88º | 0.83% | 0.61% | - |
| HSV(B) | 219.88º | 0.7% | 0.93% | - |
| XYZ | 25.62 | 22.69 | 83.92 | - |
| YUV | 122.91 | 192.95 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 238 | 0.70 | 0.47 | 0 | 0.07 | 219.88 | 0.83 | 0.61 |
| Hex | 47 | 7F | EE | 46 | 2F | 0 | 7 | DC | 53 | 3D |
| Octal | 107 | 177 | 356 | 106 | 57 | 0 | 7 | 334 | 123 | 75 |
| Binary | 1000111 | 1111111 | 11101110 | 1000110 | 101111 | 0 | 111 | 11011100 | 1010011 | 111101 |
Color Harmonies of #477FEE
Complementary color
Monochromatic Colors of #477FEE
Black with #477FEE
Text Example
Text Example
White with #477FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FEE; }
p { color: rgb(71,127,238); }
H1.HeaderClassName
{
color: #477FEE;
}
.AnyTagClassName
{
color: #477FEE;
}
</style>
background-color css
<style>
a { background-color: #477FEE; }
a { background-color: rgb(71,127,238); }
div.DivClassName
{
background-color: #477FEE;
}
.BgClassName
{
background-color: #477FEE;
}
</style>
border-color css
<style>
span { border-color: #477FEE; }
span { border-color: rgb(71,127,238); }
td.TdClassName
{
border-color: #477FEE;
}
.TagClassName
{
border-color: #477FEE;
}
</style>