Shades of Royal Blue #405FEC
Tints of Royal Blue #405FEC
RGB
CMYK
RGB Variations
Color information
#405FEC (or 0x405FEC) is known color: Royal Blue. HEX triplet: 40, 5F and EC. RGB value is (64,95,236). Sum of RGB (Red+Green+Blue) = 64+95+236=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #405FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FEC is #BFA013. Grayscale: #656565. Windows color (decimal): -12558356 or 15490880. OLE color: 15490880.
HSL color Cylindrical-coordinate representation of color #405FEC: hue angle of 229.19º 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 #405FEC is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 95 | 236 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.07 |
| HSL | 229.19º | 0.82% | 0.59% | - |
| HSV(B) | 229.19º | 0.73% | 0.93% | - |
| XYZ | 21.35 | 15.33 | 81.19 | - |
| YUV | 101.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 236 | 0.73 | 0.60 | 0 | 0.07 | 229.19 | 0.82 | 0.59 |
| Hex | 40 | 5F | EC | 49 | 3C | 0 | 7 | E5 | 52 | 3B |
| Octal | 100 | 137 | 354 | 111 | 74 | 0 | 7 | 345 | 122 | 73 |
| Binary | 1000000 | 1011111 | 11101100 | 1001001 | 111100 | 0 | 111 | 11100101 | 1010010 | 111011 |
Color Harmonies of #405FEC
Complementary color
Monochromatic Colors of #405FEC
Black with #405FEC
Text Example
Text Example
White with #405FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FEC; }
p { color: rgb(64,95,236); }
H1.HeaderClassName
{
color: #405FEC;
}
.AnyTagClassName
{
color: #405FEC;
}
</style>
background-color css
<style>
a { background-color: #405FEC; }
a { background-color: rgb(64,95,236); }
div.DivClassName
{
background-color: #405FEC;
}
.BgClassName
{
background-color: #405FEC;
}
</style>
border-color css
<style>
span { border-color: #405FEC; }
span { border-color: rgb(64,95,236); }
td.TdClassName
{
border-color: #405FEC;
}
.TagClassName
{
border-color: #405FEC;
}
</style>