Shades of Royal Blue #407DEC
Tints of Royal Blue #407DEC
RGB
CMYK
RGB Variations
Color information
#407DEC (or 0x407DEC) is known color: Royal Blue. HEX triplet: 40, 7D and EC. RGB value is (64,125,236). Sum of RGB (Red+Green+Blue) = 64+125+236=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #407DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEC is #BF8213. Grayscale: #767676. Windows color (decimal): -12550676 or 15498560. OLE color: 15498560.
HSL color Cylindrical-coordinate representation of color #407DEC: hue angle of 218.72º 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 #407DEC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 125 | 236 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.07 |
| HSL | 218.72º | 0.82% | 0.59% | - |
| HSV(B) | 218.72º | 0.73% | 0.93% | - |
| XYZ | 24.59 | 21.81 | 82.27 | - |
| YUV | 119.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 236 | 0.73 | 0.47 | 0 | 0.07 | 218.72 | 0.82 | 0.59 |
| Hex | 40 | 7D | EC | 49 | 2F | 0 | 7 | DB | 52 | 3B |
| Octal | 100 | 175 | 354 | 111 | 57 | 0 | 7 | 333 | 122 | 73 |
| Binary | 1000000 | 1111101 | 11101100 | 1001001 | 101111 | 0 | 111 | 11011011 | 1010010 | 111011 |
Color Harmonies of #407DEC
Complementary color
Monochromatic Colors of #407DEC
Black with #407DEC
Text Example
Text Example
White with #407DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DEC; }
p { color: rgb(64,125,236); }
H1.HeaderClassName
{
color: #407DEC;
}
.AnyTagClassName
{
color: #407DEC;
}
</style>
background-color css
<style>
a { background-color: #407DEC; }
a { background-color: rgb(64,125,236); }
div.DivClassName
{
background-color: #407DEC;
}
.BgClassName
{
background-color: #407DEC;
}
</style>
border-color css
<style>
span { border-color: #407DEC; }
span { border-color: rgb(64,125,236); }
td.TdClassName
{
border-color: #407DEC;
}
.TagClassName
{
border-color: #407DEC;
}
</style>