Shades of Royal Blue #405BEB
Tints of Royal Blue #405BEB
RGB
CMYK
RGB Variations
Color information
#405BEB (or 0x405BEB) is known color: Royal Blue. HEX triplet: 40, 5B and EB. RGB value is (64,91,235). Sum of RGB (Red+Green+Blue) = 64+91+235=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #405BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405BEB is #BFA414. Grayscale: #626262. Windows color (decimal): -12559381 or 15424320. OLE color: 15424320.
HSL color Cylindrical-coordinate representation of color #405BEB: hue angle of 230.53º 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 #405BEB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 91 | 235 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.08 |
| HSL | 230.53º | 0.81% | 0.59% | - |
| HSV(B) | 230.53º | 0.73% | 0.92% | - |
| XYZ | 20.85 | 14.57 | 80.31 | - |
| YUV | 99.34 | 204.55 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 235 | 0.73 | 0.61 | 0 | 0.08 | 230.53 | 0.81 | 0.59 |
| Hex | 40 | 5B | EB | 49 | 3D | 0 | 8 | E7 | 51 | 3B |
| Octal | 100 | 133 | 353 | 111 | 75 | 0 | 10 | 347 | 121 | 73 |
| Binary | 1000000 | 1011011 | 11101011 | 1001001 | 111101 | 0 | 1000 | 11100111 | 1010001 | 111011 |
Color Harmonies of #405BEB
Complementary color
Monochromatic Colors of #405BEB
Black with #405BEB
Text Example
Text Example
White with #405BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BEB; }
p { color: rgb(64,91,235); }
H1.HeaderClassName
{
color: #405BEB;
}
.AnyTagClassName
{
color: #405BEB;
}
</style>
background-color css
<style>
a { background-color: #405BEB; }
a { background-color: rgb(64,91,235); }
div.DivClassName
{
background-color: #405BEB;
}
.BgClassName
{
background-color: #405BEB;
}
</style>
border-color css
<style>
span { border-color: #405BEB; }
span { border-color: rgb(64,91,235); }
td.TdClassName
{
border-color: #405BEB;
}
.TagClassName
{
border-color: #405BEB;
}
</style>