Shades of Royal Blue #407ADD
Tints of Royal Blue #407ADD
RGB
CMYK
RGB Variations
Color information
#407ADD (or 0x407ADD) is known color: Royal Blue. HEX triplet: 40, 7A and DD. RGB value is (64,122,221). Sum of RGB (Red+Green+Blue) = 64+122+221=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #407ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ADD is #BF8522. Grayscale: #737373. Windows color (decimal): -12551459 or 14514752. OLE color: 14514752.
HSL color Cylindrical-coordinate representation of color #407ADD: hue angle of 217.83º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407ADD is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 122 | 221 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.13 |
| HSL | 217.83º | 0.7% | 0.56% | - |
| HSV(B) | 217.83º | 0.71% | 0.87% | - |
| XYZ | 22.13 | 20.23 | 71.15 | - |
| YUV | 115.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 221 | 0.71 | 0.45 | 0 | 0.13 | 217.83 | 0.7 | 0.56 |
| Hex | 40 | 7A | DD | 47 | 2D | 0 | D | DA | 46 | 38 |
| Octal | 100 | 172 | 335 | 107 | 55 | 0 | 15 | 332 | 106 | 70 |
| Binary | 1000000 | 1111010 | 11011101 | 1000111 | 101101 | 0 | 1101 | 11011010 | 1000110 | 111000 |
Color Harmonies of #407ADD
Complementary color
Monochromatic Colors of #407ADD
Black with #407ADD
Text Example
Text Example
White with #407ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ADD; }
p { color: rgb(64,122,221); }
H1.HeaderClassName
{
color: #407ADD;
}
.AnyTagClassName
{
color: #407ADD;
}
</style>
background-color css
<style>
a { background-color: #407ADD; }
a { background-color: rgb(64,122,221); }
div.DivClassName
{
background-color: #407ADD;
}
.BgClassName
{
background-color: #407ADD;
}
</style>
border-color css
<style>
span { border-color: #407ADD; }
span { border-color: rgb(64,122,221); }
td.TdClassName
{
border-color: #407ADD;
}
.TagClassName
{
border-color: #407ADD;
}
</style>