Shades of Royal Blue #407AD5
Tints of Royal Blue #407AD5
RGB
CMYK
RGB Variations
Color information
#407AD5 (or 0x407AD5) is known color: Royal Blue. HEX triplet: 40, 7A and D5. RGB value is (64,122,213). Sum of RGB (Red+Green+Blue) = 64+122+213=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #407AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AD5 is #BF852A. Grayscale: #727272. Windows color (decimal): -12551467 or 13990464. OLE color: 13990464.
HSL color Cylindrical-coordinate representation of color #407AD5: hue angle of 216.64º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407AD5 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 122 | 213 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.16 |
| HSL | 216.64º | 0.64% | 0.54% | - |
| HSV(B) | 216.64º | 0.7% | 0.84% | - |
| XYZ | 21.08 | 19.81 | 65.66 | - |
| YUV | 115.03 | 183.28 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 213 | 0.70 | 0.43 | 0 | 0.16 | 216.64 | 0.64 | 0.54 |
| Hex | 40 | 7A | D5 | 46 | 2B | 0 | 10 | D9 | 40 | 36 |
| Octal | 100 | 172 | 325 | 106 | 53 | 0 | 20 | 331 | 100 | 66 |
| Binary | 1000000 | 1111010 | 11010101 | 1000110 | 101011 | 0 | 10000 | 11011001 | 1000000 | 110110 |
Color Harmonies of #407AD5
Complementary color
Monochromatic Colors of #407AD5
Black with #407AD5
Text Example
Text Example
White with #407AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AD5; }
p { color: rgb(64,122,213); }
H1.HeaderClassName
{
color: #407AD5;
}
.AnyTagClassName
{
color: #407AD5;
}
</style>
background-color css
<style>
a { background-color: #407AD5; }
a { background-color: rgb(64,122,213); }
div.DivClassName
{
background-color: #407AD5;
}
.BgClassName
{
background-color: #407AD5;
}
</style>
border-color css
<style>
span { border-color: #407AD5; }
span { border-color: rgb(64,122,213); }
td.TdClassName
{
border-color: #407AD5;
}
.TagClassName
{
border-color: #407AD5;
}
</style>