Shades of Royal Blue #475DDF
Tints of Royal Blue #475DDF
RGB
CMYK
RGB Variations
Color information
#475DDF (or 0x475DDF) is known color: Royal Blue. HEX triplet: 47, 5D and DF. RGB value is (71,93,223). Sum of RGB (Red+Green+Blue) = 71+93+223=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #475DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DDF is #B8A220. Grayscale: #646464. Windows color (decimal): -12100129 or 14638407. OLE color: 14638407.
HSL color Cylindrical-coordinate representation of color #475DDF: hue angle of 231.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475DDF is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 93 | 223 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.13 |
| HSL | 231.32º | 0.7% | 0.58% | - |
| HSV(B) | 231.32º | 0.68% | 0.87% | - |
| XYZ | 19.83 | 14.5 | 71.56 | - |
| YUV | 101.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 223 | 0.68 | 0.58 | 0 | 0.13 | 231.32 | 0.7 | 0.58 |
| Hex | 47 | 5D | DF | 44 | 3A | 0 | D | E7 | 46 | 3A |
| Octal | 107 | 135 | 337 | 104 | 72 | 0 | 15 | 347 | 106 | 72 |
| Binary | 1000111 | 1011101 | 11011111 | 1000100 | 111010 | 0 | 1101 | 11100111 | 1000110 | 111010 |
Color Harmonies of #475DDF
Complementary color
Monochromatic Colors of #475DDF
Black with #475DDF
Text Example
Text Example
White with #475DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DDF; }
p { color: rgb(71,93,223); }
H1.HeaderClassName
{
color: #475DDF;
}
.AnyTagClassName
{
color: #475DDF;
}
</style>
background-color css
<style>
a { background-color: #475DDF; }
a { background-color: rgb(71,93,223); }
div.DivClassName
{
background-color: #475DDF;
}
.BgClassName
{
background-color: #475DDF;
}
</style>
border-color css
<style>
span { border-color: #475DDF; }
span { border-color: rgb(71,93,223); }
td.TdClassName
{
border-color: #475DDF;
}
.TagClassName
{
border-color: #475DDF;
}
</style>