Shades of Royal Blue #407CFF
Tints of Royal Blue #407CFF
RGB
CMYK
RGB Variations
Color information
#407CFF (or 0x407CFF) is known color: Royal Blue. HEX triplet: 40, 7C and FF. RGB value is (64,124,255). Sum of RGB (Red+Green+Blue) = 64+124+255=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #407CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CFF is #BF8300. Grayscale: #787878. Windows color (decimal): -12550913 or 16743488. OLE color: 16743488.
HSL color Cylindrical-coordinate representation of color #407CFF: hue angle of 221.15º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407CFF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 124 | 255 | - |
| CMYK | 0.75 | 0.51 | 0 | 0 |
| HSL | 221.15º | 1% | 0.63% | - |
| HSV(B) | 221.15º | 0.75% | 1% | - |
| XYZ | 27.37 | 22.73 | 97.55 | - |
| YUV | 120.99 | 203.62 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 255 | 0.75 | 0.51 | 0 | 0 | 221.15 | 1 | 0.63 |
| Hex | 40 | 7C | FF | 4B | 33 | 0 | 0 | DD | 64 | 3F |
| Octal | 100 | 174 | 377 | 113 | 63 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000000 | 1111100 | 11111111 | 1001011 | 110011 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #407CFF
Complementary color
Monochromatic Colors of #407CFF
Black with #407CFF
Text Example
Text Example
White with #407CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CFF; }
p { color: rgb(64,124,255); }
H1.HeaderClassName
{
color: #407CFF;
}
.AnyTagClassName
{
color: #407CFF;
}
</style>
background-color css
<style>
a { background-color: #407CFF; }
a { background-color: rgb(64,124,255); }
div.DivClassName
{
background-color: #407CFF;
}
.BgClassName
{
background-color: #407CFF;
}
</style>
border-color css
<style>
span { border-color: #407CFF; }
span { border-color: rgb(64,124,255); }
td.TdClassName
{
border-color: #407CFF;
}
.TagClassName
{
border-color: #407CFF;
}
</style>