Shades of Royal Blue #475EEA
Tints of Royal Blue #475EEA
RGB
CMYK
RGB Variations
Color information
#475EEA (or 0x475EEA) is known color: Royal Blue. HEX triplet: 47, 5E and EA. RGB value is (71,94,234). Sum of RGB (Red+Green+Blue) = 71+94+234=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #475EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475EEA is #B8A115. Grayscale: #666666. Windows color (decimal): -12099862 or 15359559. OLE color: 15359559.
HSL color Cylindrical-coordinate representation of color #475EEA: hue angle of 231.53º 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 #475EEA is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 94 | 234 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.08 |
| HSL | 231.53º | 0.8% | 0.6% | - |
| HSV(B) | 231.53º | 0.7% | 0.92% | - |
| XYZ | 21.45 | 15.29 | 79.66 | - |
| YUV | 103.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 234 | 0.70 | 0.60 | 0 | 0.08 | 231.53 | 0.8 | 0.6 |
| Hex | 47 | 5E | EA | 46 | 3C | 0 | 8 | E8 | 50 | 3C |
| Octal | 107 | 136 | 352 | 106 | 74 | 0 | 10 | 350 | 120 | 74 |
| Binary | 1000111 | 1011110 | 11101010 | 1000110 | 111100 | 0 | 1000 | 11101000 | 1010000 | 111100 |
Color Harmonies of #475EEA
Complementary color
Monochromatic Colors of #475EEA
Black with #475EEA
Text Example
Text Example
White with #475EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EEA; }
p { color: rgb(71,94,234); }
H1.HeaderClassName
{
color: #475EEA;
}
.AnyTagClassName
{
color: #475EEA;
}
</style>
background-color css
<style>
a { background-color: #475EEA; }
a { background-color: rgb(71,94,234); }
div.DivClassName
{
background-color: #475EEA;
}
.BgClassName
{
background-color: #475EEA;
}
</style>
border-color css
<style>
span { border-color: #475EEA; }
span { border-color: rgb(71,94,234); }
td.TdClassName
{
border-color: #475EEA;
}
.TagClassName
{
border-color: #475EEA;
}
</style>