Shades of Royal Blue #475EDA
Tints of Royal Blue #475EDA
RGB
CMYK
RGB Variations
Color information
#475EDA (or 0x475EDA) is known color: Royal Blue. HEX triplet: 47, 5E and DA. RGB value is (71,94,218). Sum of RGB (Red+Green+Blue) = 71+94+218=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #475EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EDA is #B8A125. Grayscale: #646464. Windows color (decimal): -12099878 or 14310983. OLE color: 14310983.
HSL color Cylindrical-coordinate representation of color #475EDA: hue angle of 230.61º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #475EDA is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 94 | 218 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.15 |
| HSL | 230.61º | 0.67% | 0.57% | - |
| HSV(B) | 230.61º | 0.67% | 0.85% | - |
| XYZ | 19.26 | 14.41 | 68.1 | - |
| YUV | 101.26 | 193.88 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 218 | 0.67 | 0.57 | 0 | 0.15 | 230.61 | 0.67 | 0.57 |
| Hex | 47 | 5E | DA | 43 | 39 | 0 | F | E7 | 43 | 39 |
| Octal | 107 | 136 | 332 | 103 | 71 | 0 | 17 | 347 | 103 | 71 |
| Binary | 1000111 | 1011110 | 11011010 | 1000011 | 111001 | 0 | 1111 | 11100111 | 1000011 | 111001 |
Color Harmonies of #475EDA
Complementary color
Monochromatic Colors of #475EDA
Black with #475EDA
Text Example
Text Example
White with #475EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475EDA; }
p { color: rgb(71,94,218); }
H1.HeaderClassName
{
color: #475EDA;
}
.AnyTagClassName
{
color: #475EDA;
}
</style>
background-color css
<style>
a { background-color: #475EDA; }
a { background-color: rgb(71,94,218); }
div.DivClassName
{
background-color: #475EDA;
}
.BgClassName
{
background-color: #475EDA;
}
</style>
border-color css
<style>
span { border-color: #475EDA; }
span { border-color: rgb(71,94,218); }
td.TdClassName
{
border-color: #475EDA;
}
.TagClassName
{
border-color: #475EDA;
}
</style>