Shades of Royal Blue #405CEB
Tints of Royal Blue #405CEB
RGB
CMYK
RGB Variations
Color information
#405CEB (or 0x405CEB) is known color: Royal Blue. HEX triplet: 40, 5C and EB. RGB value is (64,92,235). Sum of RGB (Red+Green+Blue) = 64+92+235=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #405CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CEB is #BFA314. Grayscale: #636363. Windows color (decimal): -12559125 or 15424576. OLE color: 15424576.
HSL color Cylindrical-coordinate representation of color #405CEB: hue angle of 230.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405CEB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 92 | 235 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.08 |
| HSL | 230.18º | 0.81% | 0.59% | - |
| HSV(B) | 230.18º | 0.73% | 0.92% | - |
| XYZ | 20.94 | 14.74 | 80.34 | - |
| YUV | 99.93 | 204.22 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 235 | 0.73 | 0.61 | 0 | 0.08 | 230.18 | 0.81 | 0.59 |
| Hex | 40 | 5C | EB | 49 | 3D | 0 | 8 | E6 | 51 | 3B |
| Octal | 100 | 134 | 353 | 111 | 75 | 0 | 10 | 346 | 121 | 73 |
| Binary | 1000000 | 1011100 | 11101011 | 1001001 | 111101 | 0 | 1000 | 11100110 | 1010001 | 111011 |
Color Harmonies of #405CEB
Complementary color
Monochromatic Colors of #405CEB
Black with #405CEB
Text Example
Text Example
White with #405CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CEB; }
p { color: rgb(64,92,235); }
H1.HeaderClassName
{
color: #405CEB;
}
.AnyTagClassName
{
color: #405CEB;
}
</style>
background-color css
<style>
a { background-color: #405CEB; }
a { background-color: rgb(64,92,235); }
div.DivClassName
{
background-color: #405CEB;
}
.BgClassName
{
background-color: #405CEB;
}
</style>
border-color css
<style>
span { border-color: #405CEB; }
span { border-color: rgb(64,92,235); }
td.TdClassName
{
border-color: #405CEB;
}
.TagClassName
{
border-color: #405CEB;
}
</style>