Shades of Royal Blue #407ADB
Tints of Royal Blue #407ADB
RGB
CMYK
RGB Variations
Color information
#407ADB (or 0x407ADB) is known color: Royal Blue. HEX triplet: 40, 7A and DB. RGB value is (64,122,219). Sum of RGB (Red+Green+Blue) = 64+122+219=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #407ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ADB is #BF8524. Grayscale: #737373. Windows color (decimal): -12551461 or 14383680. OLE color: 14383680.
HSL color Cylindrical-coordinate representation of color #407ADB: hue angle of 217.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407ADB is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 122 | 219 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.14 |
| HSL | 217.55º | 0.68% | 0.55% | - |
| HSV(B) | 217.55º | 0.71% | 0.86% | - |
| XYZ | 21.86 | 20.12 | 69.75 | - |
| YUV | 115.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 219 | 0.71 | 0.44 | 0 | 0.14 | 217.55 | 0.68 | 0.55 |
| Hex | 40 | 7A | DB | 47 | 2C | 0 | E | DA | 44 | 37 |
| Octal | 100 | 172 | 333 | 107 | 54 | 0 | 16 | 332 | 104 | 67 |
| Binary | 1000000 | 1111010 | 11011011 | 1000111 | 101100 | 0 | 1110 | 11011010 | 1000100 | 110111 |
Color Harmonies of #407ADB
Complementary color
Monochromatic Colors of #407ADB
Black with #407ADB
Text Example
Text Example
White with #407ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ADB; }
p { color: rgb(64,122,219); }
H1.HeaderClassName
{
color: #407ADB;
}
.AnyTagClassName
{
color: #407ADB;
}
</style>
background-color css
<style>
a { background-color: #407ADB; }
a { background-color: rgb(64,122,219); }
div.DivClassName
{
background-color: #407ADB;
}
.BgClassName
{
background-color: #407ADB;
}
</style>
border-color css
<style>
span { border-color: #407ADB; }
span { border-color: rgb(64,122,219); }
td.TdClassName
{
border-color: #407ADB;
}
.TagClassName
{
border-color: #407ADB;
}
</style>