Shades of Royal Blue #407CFA
Tints of Royal Blue #407CFA
RGB
CMYK
RGB Variations
Color information
#407CFA (or 0x407CFA) is known color: Royal Blue. HEX triplet: 40, 7C and FA. RGB value is (64,124,250). Sum of RGB (Red+Green+Blue) = 64+124+250=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #407CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CFA is #BF8305. Grayscale: #777777. Windows color (decimal): -12550918 or 16415808. OLE color: 16415808.
HSL color Cylindrical-coordinate representation of color #407CFA: hue angle of 220.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407CFA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 124 | 250 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.02 |
| HSL | 220.65º | 0.95% | 0.62% | - |
| HSV(B) | 220.65º | 0.74% | 0.98% | - |
| XYZ | 26.58 | 22.41 | 93.37 | - |
| YUV | 120.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 250 | 0.74 | 0.50 | 0 | 0.02 | 220.65 | 0.95 | 0.62 |
| Hex | 40 | 7C | FA | 4A | 32 | 0 | 2 | DD | 5F | 3E |
| Octal | 100 | 174 | 372 | 112 | 62 | 0 | 2 | 335 | 137 | 76 |
| Binary | 1000000 | 1111100 | 11111010 | 1001010 | 110010 | 0 | 10 | 11011101 | 1011111 | 111110 |
Color Harmonies of #407CFA
Complementary color
Monochromatic Colors of #407CFA
Black with #407CFA
Text Example
Text Example
White with #407CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CFA; }
p { color: rgb(64,124,250); }
H1.HeaderClassName
{
color: #407CFA;
}
.AnyTagClassName
{
color: #407CFA;
}
</style>
background-color css
<style>
a { background-color: #407CFA; }
a { background-color: rgb(64,124,250); }
div.DivClassName
{
background-color: #407CFA;
}
.BgClassName
{
background-color: #407CFA;
}
</style>
border-color css
<style>
span { border-color: #407CFA; }
span { border-color: rgb(64,124,250); }
td.TdClassName
{
border-color: #407CFA;
}
.TagClassName
{
border-color: #407CFA;
}
</style>