Shades of Royal Blue #477DEE
Tints of Royal Blue #477DEE
RGB
CMYK
RGB Variations
Color information
#477DEE (or 0x477DEE) is known color: Royal Blue. HEX triplet: 47, 7D and EE. RGB value is (71,125,238). Sum of RGB (Red+Green+Blue) = 71+125+238=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #477DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DEE is #B88211. Grayscale: #797979. Windows color (decimal): -12091922 or 15629639. OLE color: 15629639.
HSL color Cylindrical-coordinate representation of color #477DEE: hue angle of 220.6º 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 #477DEE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 125 | 238 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.07 |
| HSL | 220.6º | 0.83% | 0.61% | - |
| HSV(B) | 220.6º | 0.7% | 0.93% | - |
| XYZ | 25.36 | 22.18 | 83.83 | - |
| YUV | 121.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 238 | 0.70 | 0.47 | 0 | 0.07 | 220.6 | 0.83 | 0.61 |
| Hex | 47 | 7D | EE | 46 | 2F | 0 | 7 | DD | 53 | 3D |
| Octal | 107 | 175 | 356 | 106 | 57 | 0 | 7 | 335 | 123 | 75 |
| Binary | 1000111 | 1111101 | 11101110 | 1000110 | 101111 | 0 | 111 | 11011101 | 1010011 | 111101 |
Color Harmonies of #477DEE
Complementary color
Monochromatic Colors of #477DEE
Black with #477DEE
Text Example
Text Example
White with #477DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DEE; }
p { color: rgb(71,125,238); }
H1.HeaderClassName
{
color: #477DEE;
}
.AnyTagClassName
{
color: #477DEE;
}
</style>
background-color css
<style>
a { background-color: #477DEE; }
a { background-color: rgb(71,125,238); }
div.DivClassName
{
background-color: #477DEE;
}
.BgClassName
{
background-color: #477DEE;
}
</style>
border-color css
<style>
span { border-color: #477DEE; }
span { border-color: rgb(71,125,238); }
td.TdClassName
{
border-color: #477DEE;
}
.TagClassName
{
border-color: #477DEE;
}
</style>