Shades of Royal Blue #477DEA
Tints of Royal Blue #477DEA
RGB
CMYK
RGB Variations
Color information
#477DEA (or 0x477DEA) is known color: Royal Blue. HEX triplet: 47, 7D and EA. RGB value is (71,125,234). Sum of RGB (Red+Green+Blue) = 71+125+234=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #477DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DEA is #B88215. Grayscale: #787878. Windows color (decimal): -12091926 or 15367495. OLE color: 15367495.
HSL color Cylindrical-coordinate representation of color #477DEA: hue angle of 220.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477DEA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 125 | 234 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.08 |
| HSL | 220.12º | 0.8% | 0.6% | - |
| HSV(B) | 220.12º | 0.7% | 0.92% | - |
| XYZ | 24.78 | 21.95 | 80.77 | - |
| YUV | 121.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 234 | 0.70 | 0.47 | 0 | 0.08 | 220.12 | 0.8 | 0.6 |
| Hex | 47 | 7D | EA | 46 | 2F | 0 | 8 | DC | 50 | 3C |
| Octal | 107 | 175 | 352 | 106 | 57 | 0 | 10 | 334 | 120 | 74 |
| Binary | 1000111 | 1111101 | 11101010 | 1000110 | 101111 | 0 | 1000 | 11011100 | 1010000 | 111100 |
Color Harmonies of #477DEA
Complementary color
Monochromatic Colors of #477DEA
Black with #477DEA
Text Example
Text Example
White with #477DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DEA; }
p { color: rgb(71,125,234); }
H1.HeaderClassName
{
color: #477DEA;
}
.AnyTagClassName
{
color: #477DEA;
}
</style>
background-color css
<style>
a { background-color: #477DEA; }
a { background-color: rgb(71,125,234); }
div.DivClassName
{
background-color: #477DEA;
}
.BgClassName
{
background-color: #477DEA;
}
</style>
border-color css
<style>
span { border-color: #477DEA; }
span { border-color: rgb(71,125,234); }
td.TdClassName
{
border-color: #477DEA;
}
.TagClassName
{
border-color: #477DEA;
}
</style>