Shades of Royal Blue #407FEC
Tints of Royal Blue #407FEC
RGB
CMYK
RGB Variations
Color information
#407FEC (or 0x407FEC) is known color: Royal Blue. HEX triplet: 40, 7F and EC. RGB value is (64,127,236). Sum of RGB (Red+Green+Blue) = 64+127+236=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #407FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FEC is #BF8013. Grayscale: #787878. Windows color (decimal): -12550164 or 15499072. OLE color: 15499072.
HSL color Cylindrical-coordinate representation of color #407FEC: hue angle of 218.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407FEC is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 127 | 236 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.07 |
| HSL | 218.02º | 0.82% | 0.59% | - |
| HSV(B) | 218.02º | 0.73% | 0.93% | - |
| XYZ | 24.84 | 22.32 | 82.36 | - |
| YUV | 120.59 | 193.13 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 127 | 236 | 0.73 | 0.46 | 0 | 0.07 | 218.02 | 0.82 | 0.59 |
| Hex | 40 | 7F | EC | 49 | 2E | 0 | 7 | DA | 52 | 3B |
| Octal | 100 | 177 | 354 | 111 | 56 | 0 | 7 | 332 | 122 | 73 |
| Binary | 1000000 | 1111111 | 11101100 | 1001001 | 101110 | 0 | 111 | 11011010 | 1010010 | 111011 |
Color Harmonies of #407FEC
Complementary color
Monochromatic Colors of #407FEC
Black with #407FEC
Text Example
Text Example
White with #407FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407FEC; }
p { color: rgb(64,127,236); }
H1.HeaderClassName
{
color: #407FEC;
}
.AnyTagClassName
{
color: #407FEC;
}
</style>
background-color css
<style>
a { background-color: #407FEC; }
a { background-color: rgb(64,127,236); }
div.DivClassName
{
background-color: #407FEC;
}
.BgClassName
{
background-color: #407FEC;
}
</style>
border-color css
<style>
span { border-color: #407FEC; }
span { border-color: rgb(64,127,236); }
td.TdClassName
{
border-color: #407FEC;
}
.TagClassName
{
border-color: #407FEC;
}
</style>