Shades of Royal Blue #475DE2
Tints of Royal Blue #475DE2
RGB
CMYK
RGB Variations
Color information
#475DE2 (or 0x475DE2) is known color: Royal Blue. HEX triplet: 47, 5D and E2. RGB value is (71,93,226). Sum of RGB (Red+Green+Blue) = 71+93+226=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #475DE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DE2 is #B8A21D. Grayscale: #656565. Windows color (decimal): -12100126 or 14835015. OLE color: 14835015.
HSL color Cylindrical-coordinate representation of color #475DE2: hue angle of 231.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #475DE2 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 93 | 226 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.11 |
| HSL | 231.48º | 0.73% | 0.58% | - |
| HSV(B) | 231.48º | 0.69% | 0.89% | - |
| XYZ | 20.24 | 14.66 | 73.71 | - |
| YUV | 101.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 226 | 0.69 | 0.59 | 0 | 0.11 | 231.48 | 0.73 | 0.58 |
| Hex | 47 | 5D | E2 | 45 | 3B | 0 | B | E7 | 49 | 3A |
| Octal | 107 | 135 | 342 | 105 | 73 | 0 | 13 | 347 | 111 | 72 |
| Binary | 1000111 | 1011101 | 11100010 | 1000101 | 111011 | 0 | 1011 | 11100111 | 1001001 | 111010 |
Color Harmonies of #475DE2
Complementary color
Monochromatic Colors of #475DE2
Black with #475DE2
Text Example
Text Example
White with #475DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DE2; }
p { color: rgb(71,93,226); }
H1.HeaderClassName
{
color: #475DE2;
}
.AnyTagClassName
{
color: #475DE2;
}
</style>
background-color css
<style>
a { background-color: #475DE2; }
a { background-color: rgb(71,93,226); }
div.DivClassName
{
background-color: #475DE2;
}
.BgClassName
{
background-color: #475DE2;
}
</style>
border-color css
<style>
span { border-color: #475DE2; }
span { border-color: rgb(71,93,226); }
td.TdClassName
{
border-color: #475DE2;
}
.TagClassName
{
border-color: #475DE2;
}
</style>