Shades of Royal Blue #475DDD
Tints of Royal Blue #475DDD
RGB
CMYK
RGB Variations
Color information
#475DDD (or 0x475DDD) is known color: Royal Blue. HEX triplet: 47, 5D and DD. RGB value is (71,93,221). Sum of RGB (Red+Green+Blue) = 71+93+221=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #475DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475DDD is #B8A222. Grayscale: #646464. Windows color (decimal): -12100131 or 14507335. OLE color: 14507335.
HSL color Cylindrical-coordinate representation of color #475DDD: hue angle of 231.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475DDD is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 93 | 221 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.13 |
| HSL | 231.2º | 0.69% | 0.57% | - |
| HSV(B) | 231.2º | 0.68% | 0.87% | - |
| XYZ | 19.56 | 14.39 | 70.15 | - |
| YUV | 101.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 221 | 0.68 | 0.58 | 0 | 0.13 | 231.2 | 0.69 | 0.57 |
| Hex | 47 | 5D | DD | 44 | 3A | 0 | D | E7 | 45 | 39 |
| Octal | 107 | 135 | 335 | 104 | 72 | 0 | 15 | 347 | 105 | 71 |
| Binary | 1000111 | 1011101 | 11011101 | 1000100 | 111010 | 0 | 1101 | 11100111 | 1000101 | 111001 |
Color Harmonies of #475DDD
Complementary color
Monochromatic Colors of #475DDD
Black with #475DDD
Text Example
Text Example
White with #475DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DDD; }
p { color: rgb(71,93,221); }
H1.HeaderClassName
{
color: #475DDD;
}
.AnyTagClassName
{
color: #475DDD;
}
</style>
background-color css
<style>
a { background-color: #475DDD; }
a { background-color: rgb(71,93,221); }
div.DivClassName
{
background-color: #475DDD;
}
.BgClassName
{
background-color: #475DDD;
}
</style>
border-color css
<style>
span { border-color: #475DDD; }
span { border-color: rgb(71,93,221); }
td.TdClassName
{
border-color: #475DDD;
}
.TagClassName
{
border-color: #475DDD;
}
</style>