Shades of Royal Blue #475EE0
Tints of Royal Blue #475EE0
RGB
CMYK
RGB Variations
Color information
#475EE0 (or 0x475EE0) is known color: Royal Blue. HEX triplet: 47, 5E and E0. RGB value is (71,94,224). Sum of RGB (Red+Green+Blue) = 71+94+224=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #475EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EE0 is #B8A11F. Grayscale: #656565. Windows color (decimal): -12099872 or 14704199. OLE color: 14704199.
HSL color Cylindrical-coordinate representation of color #475EE0: hue angle of 230.98º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475EE0 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 94 | 224 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.12 |
| HSL | 230.98º | 0.71% | 0.58% | - |
| HSV(B) | 230.98º | 0.68% | 0.88% | - |
| XYZ | 20.06 | 14.73 | 72.31 | - |
| YUV | 101.94 | 196.88 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 224 | 0.68 | 0.58 | 0 | 0.12 | 230.98 | 0.71 | 0.58 |
| Hex | 47 | 5E | E0 | 44 | 3A | 0 | C | E7 | 47 | 3A |
| Octal | 107 | 136 | 340 | 104 | 72 | 0 | 14 | 347 | 107 | 72 |
| Binary | 1000111 | 1011110 | 11100000 | 1000100 | 111010 | 0 | 1100 | 11100111 | 1000111 | 111010 |
Color Harmonies of #475EE0
Complementary color
Monochromatic Colors of #475EE0
Black with #475EE0
Text Example
Text Example
White with #475EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EE0; }
p { color: rgb(71,94,224); }
H1.HeaderClassName
{
color: #475EE0;
}
.AnyTagClassName
{
color: #475EE0;
}
</style>
background-color css
<style>
a { background-color: #475EE0; }
a { background-color: rgb(71,94,224); }
div.DivClassName
{
background-color: #475EE0;
}
.BgClassName
{
background-color: #475EE0;
}
</style>
border-color css
<style>
span { border-color: #475EE0; }
span { border-color: rgb(71,94,224); }
td.TdClassName
{
border-color: #475EE0;
}
.TagClassName
{
border-color: #475EE0;
}
</style>