Shades of Royal Blue #407AD1
Tints of Royal Blue #407AD1
RGB
CMYK
RGB Variations
Color information
#407AD1 (or 0x407AD1) is known color: Royal Blue. HEX triplet: 40, 7A and D1. RGB value is (64,122,209). Sum of RGB (Red+Green+Blue) = 64+122+209=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #407AD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AD1 is #BF852E. Grayscale: #727272. Windows color (decimal): -12551471 or 13728320. OLE color: 13728320.
HSL color Cylindrical-coordinate representation of color #407AD1: hue angle of 216º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407AD1 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 122 | 209 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.18 |
| HSL | 216º | 0.61% | 0.54% | - |
| HSV(B) | 216º | 0.69% | 0.82% | - |
| XYZ | 20.58 | 19.61 | 63.02 | - |
| YUV | 114.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 209 | 0.69 | 0.42 | 0 | 0.18 | 216 | 0.61 | 0.54 |
| Hex | 40 | 7A | D1 | 45 | 2A | 0 | 12 | D8 | 3D | 36 |
| Octal | 100 | 172 | 321 | 105 | 52 | 0 | 22 | 330 | 75 | 66 |
| Binary | 1000000 | 1111010 | 11010001 | 1000101 | 101010 | 0 | 10010 | 11011000 | 111101 | 110110 |
Color Harmonies of #407AD1
Complementary color
Monochromatic Colors of #407AD1
Black with #407AD1
Text Example
Text Example
White with #407AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AD1; }
p { color: rgb(64,122,209); }
H1.HeaderClassName
{
color: #407AD1;
}
.AnyTagClassName
{
color: #407AD1;
}
</style>
background-color css
<style>
a { background-color: #407AD1; }
a { background-color: rgb(64,122,209); }
div.DivClassName
{
background-color: #407AD1;
}
.BgClassName
{
background-color: #407AD1;
}
</style>
border-color css
<style>
span { border-color: #407AD1; }
span { border-color: rgb(64,122,209); }
td.TdClassName
{
border-color: #407AD1;
}
.TagClassName
{
border-color: #407AD1;
}
</style>