Shades of Royal Blue #407ADF
Tints of Royal Blue #407ADF
RGB
CMYK
RGB Variations
Color information
#407ADF (or 0x407ADF) is known color: Royal Blue. HEX triplet: 40, 7A and DF. RGB value is (64,122,223). Sum of RGB (Red+Green+Blue) = 64+122+223=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #407ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ADF is #BF8520. Grayscale: #737373. Windows color (decimal): -12551457 or 14645824. OLE color: 14645824.
HSL color Cylindrical-coordinate representation of color #407ADF: hue angle of 218.11º degrees, saturation: 0.71, 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 #407ADF is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 122 | 223 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.13 |
| HSL | 218.11º | 0.71% | 0.56% | - |
| HSV(B) | 218.11º | 0.71% | 0.87% | - |
| XYZ | 22.39 | 20.34 | 72.56 | - |
| YUV | 116.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 223 | 0.71 | 0.45 | 0 | 0.13 | 218.11 | 0.71 | 0.56 |
| Hex | 40 | 7A | DF | 47 | 2D | 0 | D | DA | 47 | 38 |
| Octal | 100 | 172 | 337 | 107 | 55 | 0 | 15 | 332 | 107 | 70 |
| Binary | 1000000 | 1111010 | 11011111 | 1000111 | 101101 | 0 | 1101 | 11011010 | 1000111 | 111000 |
Color Harmonies of #407ADF
Complementary color
Monochromatic Colors of #407ADF
Black with #407ADF
Text Example
Text Example
White with #407ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ADF; }
p { color: rgb(64,122,223); }
H1.HeaderClassName
{
color: #407ADF;
}
.AnyTagClassName
{
color: #407ADF;
}
</style>
background-color css
<style>
a { background-color: #407ADF; }
a { background-color: rgb(64,122,223); }
div.DivClassName
{
background-color: #407ADF;
}
.BgClassName
{
background-color: #407ADF;
}
</style>
border-color css
<style>
span { border-color: #407ADF; }
span { border-color: rgb(64,122,223); }
td.TdClassName
{
border-color: #407ADF;
}
.TagClassName
{
border-color: #407ADF;
}
</style>