Shades of Royal Blue #475DEC
Tints of Royal Blue #475DEC
RGB
CMYK
RGB Variations
Color information
#475DEC (or 0x475DEC) is known color: Royal Blue. HEX triplet: 47, 5D and EC. RGB value is (71,93,236). Sum of RGB (Red+Green+Blue) = 71+93+236=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #475DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475DEC is #B8A213. Grayscale: #666666. Windows color (decimal): -12100116 or 15490375. OLE color: 15490375.
HSL color Cylindrical-coordinate representation of color #475DEC: hue angle of 232º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475DEC is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 93 | 236 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.07 |
| HSL | 232º | 0.81% | 0.6% | - |
| HSV(B) | 232º | 0.7% | 0.93% | - |
| XYZ | 21.65 | 15.22 | 81.15 | - |
| YUV | 102.72 | 203.21 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 236 | 0.70 | 0.61 | 0 | 0.07 | 232 | 0.81 | 0.6 |
| Hex | 47 | 5D | EC | 46 | 3D | 0 | 7 | E8 | 51 | 3C |
| Octal | 107 | 135 | 354 | 106 | 75 | 0 | 7 | 350 | 121 | 74 |
| Binary | 1000111 | 1011101 | 11101100 | 1000110 | 111101 | 0 | 111 | 11101000 | 1010001 | 111100 |
Color Harmonies of #475DEC
Complementary color
Monochromatic Colors of #475DEC
Black with #475DEC
Text Example
Text Example
White with #475DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DEC; }
p { color: rgb(71,93,236); }
H1.HeaderClassName
{
color: #475DEC;
}
.AnyTagClassName
{
color: #475DEC;
}
</style>
background-color css
<style>
a { background-color: #475DEC; }
a { background-color: rgb(71,93,236); }
div.DivClassName
{
background-color: #475DEC;
}
.BgClassName
{
background-color: #475DEC;
}
</style>
border-color css
<style>
span { border-color: #475DEC; }
span { border-color: rgb(71,93,236); }
td.TdClassName
{
border-color: #475DEC;
}
.TagClassName
{
border-color: #475DEC;
}
</style>