Shades of Royal Blue #475FDC
Tints of Royal Blue #475FDC
RGB
CMYK
RGB Variations
Color information
#475FDC (or 0x475FDC) is known color: Royal Blue. HEX triplet: 47, 5F and DC. RGB value is (71,95,220). Sum of RGB (Red+Green+Blue) = 71+95+220=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #475FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FDC is #B8A023. Grayscale: #656565. Windows color (decimal): -12099620 or 14442311. OLE color: 14442311.
HSL color Cylindrical-coordinate representation of color #475FDC: hue angle of 230.34º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #475FDC is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 95 | 220 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.14 |
| HSL | 230.34º | 0.68% | 0.57% | - |
| HSV(B) | 230.34º | 0.68% | 0.86% | - |
| XYZ | 19.61 | 14.69 | 69.51 | - |
| YUV | 102.07 | 194.55 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 220 | 0.68 | 0.57 | 0 | 0.14 | 230.34 | 0.68 | 0.57 |
| Hex | 47 | 5F | DC | 44 | 39 | 0 | E | E6 | 44 | 39 |
| Octal | 107 | 137 | 334 | 104 | 71 | 0 | 16 | 346 | 104 | 71 |
| Binary | 1000111 | 1011111 | 11011100 | 1000100 | 111001 | 0 | 1110 | 11100110 | 1000100 | 111001 |
Color Harmonies of #475FDC
Complementary color
Monochromatic Colors of #475FDC
Black with #475FDC
Text Example
Text Example
White with #475FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475FDC; }
p { color: rgb(71,95,220); }
H1.HeaderClassName
{
color: #475FDC;
}
.AnyTagClassName
{
color: #475FDC;
}
</style>
background-color css
<style>
a { background-color: #475FDC; }
a { background-color: rgb(71,95,220); }
div.DivClassName
{
background-color: #475FDC;
}
.BgClassName
{
background-color: #475FDC;
}
</style>
border-color css
<style>
span { border-color: #475FDC; }
span { border-color: rgb(71,95,220); }
td.TdClassName
{
border-color: #475FDC;
}
.TagClassName
{
border-color: #475FDC;
}
</style>