Shades of Royal Blue #475BDF
Tints of Royal Blue #475BDF
RGB
CMYK
RGB Variations
Color information
#475BDF (or 0x475BDF) is known color: Royal Blue. HEX triplet: 47, 5B and DF. RGB value is (71,91,223). Sum of RGB (Red+Green+Blue) = 71+91+223=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #475BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BDF is #B8A420. Grayscale: #636363. Windows color (decimal): -12100641 or 14637895. OLE color: 14637895.
HSL color Cylindrical-coordinate representation of color #475BDF: hue angle of 232.11º 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 #475BDF is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 91 | 223 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.13 |
| HSL | 232.11º | 0.7% | 0.58% | - |
| HSV(B) | 232.11º | 0.68% | 0.87% | - |
| XYZ | 19.66 | 14.15 | 71.51 | - |
| YUV | 100.07 | 197.37 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 223 | 0.68 | 0.59 | 0 | 0.13 | 232.11 | 0.7 | 0.58 |
| Hex | 47 | 5B | DF | 44 | 3B | 0 | D | E8 | 46 | 3A |
| Octal | 107 | 133 | 337 | 104 | 73 | 0 | 15 | 350 | 106 | 72 |
| Binary | 1000111 | 1011011 | 11011111 | 1000100 | 111011 | 0 | 1101 | 11101000 | 1000110 | 111010 |
Color Harmonies of #475BDF
Complementary color
Monochromatic Colors of #475BDF
Black with #475BDF
Text Example
Text Example
White with #475BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BDF; }
p { color: rgb(71,91,223); }
H1.HeaderClassName
{
color: #475BDF;
}
.AnyTagClassName
{
color: #475BDF;
}
</style>
background-color css
<style>
a { background-color: #475BDF; }
a { background-color: rgb(71,91,223); }
div.DivClassName
{
background-color: #475BDF;
}
.BgClassName
{
background-color: #475BDF;
}
</style>
border-color css
<style>
span { border-color: #475BDF; }
span { border-color: rgb(71,91,223); }
td.TdClassName
{
border-color: #475BDF;
}
.TagClassName
{
border-color: #475BDF;
}
</style>