Shades of Royal Blue #407ACF
Tints of Royal Blue #407ACF
RGB
CMYK
RGB Variations
Color information
#407ACF (or 0x407ACF) is known color: Royal Blue. HEX triplet: 40, 7A and CF. RGB value is (64,122,207). Sum of RGB (Red+Green+Blue) = 64+122+207=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #407ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ACF is #BF8530. Grayscale: #717171. Windows color (decimal): -12551473 or 13597248. OLE color: 13597248.
HSL color Cylindrical-coordinate representation of color #407ACF: hue angle of 215.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407ACF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 122 | 207 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.19 |
| HSL | 215.66º | 0.6% | 0.53% | - |
| HSV(B) | 215.66º | 0.69% | 0.81% | - |
| XYZ | 20.34 | 19.51 | 61.73 | - |
| YUV | 114.35 | 180.28 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 207 | 0.69 | 0.41 | 0 | 0.19 | 215.66 | 0.6 | 0.53 |
| Hex | 40 | 7A | CF | 45 | 29 | 0 | 13 | D8 | 3C | 35 |
| Octal | 100 | 172 | 317 | 105 | 51 | 0 | 23 | 330 | 74 | 65 |
| Binary | 1000000 | 1111010 | 11001111 | 1000101 | 101001 | 0 | 10011 | 11011000 | 111100 | 110101 |
Color Harmonies of #407ACF
Complementary color
Monochromatic Colors of #407ACF
Black with #407ACF
Text Example
Text Example
White with #407ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ACF; }
p { color: rgb(64,122,207); }
H1.HeaderClassName
{
color: #407ACF;
}
.AnyTagClassName
{
color: #407ACF;
}
</style>
background-color css
<style>
a { background-color: #407ACF; }
a { background-color: rgb(64,122,207); }
div.DivClassName
{
background-color: #407ACF;
}
.BgClassName
{
background-color: #407ACF;
}
</style>
border-color css
<style>
span { border-color: #407ACF; }
span { border-color: rgb(64,122,207); }
td.TdClassName
{
border-color: #407ACF;
}
.TagClassName
{
border-color: #407ACF;
}
</style>