Shades of Royal Blue #405CEC
Tints of Royal Blue #405CEC
RGB
CMYK
RGB Variations
Color information
#405CEC (or 0x405CEC) is known color: Royal Blue. HEX triplet: 40, 5C and EC. RGB value is (64,92,236). Sum of RGB (Red+Green+Blue) = 64+92+236=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #405CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CEC is #BFA313. Grayscale: #636363. Windows color (decimal): -12559124 or 15490112. OLE color: 15490112.
HSL color Cylindrical-coordinate representation of color #405CEC: hue angle of 230.23º 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 #405CEC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 92 | 236 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.07 |
| HSL | 230.23º | 0.82% | 0.59% | - |
| HSV(B) | 230.23º | 0.73% | 0.93% | - |
| XYZ | 21.08 | 14.8 | 81.1 | - |
| YUV | 100.04 | 204.72 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 236 | 0.73 | 0.61 | 0 | 0.07 | 230.23 | 0.82 | 0.59 |
| Hex | 40 | 5C | EC | 49 | 3D | 0 | 7 | E6 | 52 | 3B |
| Octal | 100 | 134 | 354 | 111 | 75 | 0 | 7 | 346 | 122 | 73 |
| Binary | 1000000 | 1011100 | 11101100 | 1001001 | 111101 | 0 | 111 | 11100110 | 1010010 | 111011 |
Color Harmonies of #405CEC
Complementary color
Monochromatic Colors of #405CEC
Black with #405CEC
Text Example
Text Example
White with #405CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CEC; }
p { color: rgb(64,92,236); }
H1.HeaderClassName
{
color: #405CEC;
}
.AnyTagClassName
{
color: #405CEC;
}
</style>
background-color css
<style>
a { background-color: #405CEC; }
a { background-color: rgb(64,92,236); }
div.DivClassName
{
background-color: #405CEC;
}
.BgClassName
{
background-color: #405CEC;
}
</style>
border-color css
<style>
span { border-color: #405CEC; }
span { border-color: rgb(64,92,236); }
td.TdClassName
{
border-color: #405CEC;
}
.TagClassName
{
border-color: #405CEC;
}
</style>