Shades of Royal Blue #477CEF
Tints of Royal Blue #477CEF
RGB
CMYK
RGB Variations
Color information
#477CEF (or 0x477CEF) is known color: Royal Blue. HEX triplet: 47, 7C and EF. RGB value is (71,124,239). Sum of RGB (Red+Green+Blue) = 71+124+239=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #477CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477CEF is #B88310. Grayscale: #787878. Windows color (decimal): -12092177 or 15694919. OLE color: 15694919.
HSL color Cylindrical-coordinate representation of color #477CEF: hue angle of 221.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477CEF is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 124 | 239 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.06 |
| HSL | 221.07º | 0.84% | 0.61% | - |
| HSV(B) | 221.07º | 0.7% | 0.94% | - |
| XYZ | 25.39 | 21.99 | 84.57 | - |
| YUV | 121.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 239 | 0.70 | 0.48 | 0 | 0.06 | 221.07 | 0.84 | 0.61 |
| Hex | 47 | 7C | EF | 46 | 30 | 0 | 6 | DD | 54 | 3D |
| Octal | 107 | 174 | 357 | 106 | 60 | 0 | 6 | 335 | 124 | 75 |
| Binary | 1000111 | 1111100 | 11101111 | 1000110 | 110000 | 0 | 110 | 11011101 | 1010100 | 111101 |
Color Harmonies of #477CEF
Complementary color
Monochromatic Colors of #477CEF
Black with #477CEF
Text Example
Text Example
White with #477CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CEF; }
p { color: rgb(71,124,239); }
H1.HeaderClassName
{
color: #477CEF;
}
.AnyTagClassName
{
color: #477CEF;
}
</style>
background-color css
<style>
a { background-color: #477CEF; }
a { background-color: rgb(71,124,239); }
div.DivClassName
{
background-color: #477CEF;
}
.BgClassName
{
background-color: #477CEF;
}
</style>
border-color css
<style>
span { border-color: #477CEF; }
span { border-color: rgb(71,124,239); }
td.TdClassName
{
border-color: #477CEF;
}
.TagClassName
{
border-color: #477CEF;
}
</style>