Shades of Royal Blue #405CE8
Tints of Royal Blue #405CE8
RGB
CMYK
RGB Variations
Color information
#405CE8 (or 0x405CE8) is known color: Royal Blue. HEX triplet: 40, 5C and E8. RGB value is (64,92,232). Sum of RGB (Red+Green+Blue) = 64+92+232=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 232 (91.02% from 255 or 59.79% from 388); Max value from RGB is 232 - color contains mainly: blue. Hex color #405CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CE8 is #BFA317. Grayscale: #626262. Windows color (decimal): -12559128 or 15227968. OLE color: 15227968.
HSL color Cylindrical-coordinate representation of color #405CE8: hue angle of 230º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405CE8 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 92 | 232 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.09 |
| HSL | 230º | 0.79% | 0.58% | - |
| HSV(B) | 230º | 0.72% | 0.91% | - |
| XYZ | 20.51 | 14.57 | 78.08 | - |
| YUV | 99.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 232 | 0.72 | 0.60 | 0 | 0.09 | 230 | 0.79 | 0.58 |
| Hex | 40 | 5C | E8 | 48 | 3C | 0 | 9 | E6 | 4F | 3A |
| Octal | 100 | 134 | 350 | 110 | 74 | 0 | 11 | 346 | 117 | 72 |
| Binary | 1000000 | 1011100 | 11101000 | 1001000 | 111100 | 0 | 1001 | 11100110 | 1001111 | 111010 |
Color Harmonies of #405CE8
Complementary color
Monochromatic Colors of #405CE8
Black with #405CE8
Text Example
Text Example
White with #405CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CE8; }
p { color: rgb(64,92,232); }
H1.HeaderClassName
{
color: #405CE8;
}
.AnyTagClassName
{
color: #405CE8;
}
</style>
background-color css
<style>
a { background-color: #405CE8; }
a { background-color: rgb(64,92,232); }
div.DivClassName
{
background-color: #405CE8;
}
.BgClassName
{
background-color: #405CE8;
}
</style>
border-color css
<style>
span { border-color: #405CE8; }
span { border-color: rgb(64,92,232); }
td.TdClassName
{
border-color: #405CE8;
}
.TagClassName
{
border-color: #405CE8;
}
</style>