Shades of Royal Blue #405EF4
Tints of Royal Blue #405EF4
RGB
CMYK
RGB Variations
Color information
#405EF4 (or 0x405EF4) is known color: Royal Blue. HEX triplet: 40, 5E and F4. RGB value is (64,94,244). Sum of RGB (Red+Green+Blue) = 64+94+244=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 244 (95.70% from 255 or 60.70% from 402); Max value from RGB is 244 - color contains mainly: blue. Hex color #405EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EF4 is #BFA10B. Grayscale: #656565. Windows color (decimal): -12558604 or 16014912. OLE color: 16014912.
HSL color Cylindrical-coordinate representation of color #405EF4: hue angle of 230º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405EF4 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 94 | 244 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.04 |
| HSL | 230º | 0.89% | 0.6% | - |
| HSV(B) | 230º | 0.74% | 0.96% | - |
| XYZ | 22.45 | 15.63 | 87.42 | - |
| YUV | 102.13 | 208.06 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 244 | 0.74 | 0.61 | 0 | 0.04 | 230 | 0.89 | 0.6 |
| Hex | 40 | 5E | F4 | 4A | 3D | 0 | 4 | E6 | 59 | 3C |
| Octal | 100 | 136 | 364 | 112 | 75 | 0 | 4 | 346 | 131 | 74 |
| Binary | 1000000 | 1011110 | 11110100 | 1001010 | 111101 | 0 | 100 | 11100110 | 1011001 | 111100 |
Color Harmonies of #405EF4
Complementary color
Monochromatic Colors of #405EF4
Black with #405EF4
Text Example
Text Example
White with #405EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EF4; }
p { color: rgb(64,94,244); }
H1.HeaderClassName
{
color: #405EF4;
}
.AnyTagClassName
{
color: #405EF4;
}
</style>
background-color css
<style>
a { background-color: #405EF4; }
a { background-color: rgb(64,94,244); }
div.DivClassName
{
background-color: #405EF4;
}
.BgClassName
{
background-color: #405EF4;
}
</style>
border-color css
<style>
span { border-color: #405EF4; }
span { border-color: rgb(64,94,244); }
td.TdClassName
{
border-color: #405EF4;
}
.TagClassName
{
border-color: #405EF4;
}
</style>