Shades of Royal Blue #405FEA
Tints of Royal Blue #405FEA
RGB
CMYK
RGB Variations
Color information
#405FEA (or 0x405FEA) is known color: Royal Blue. HEX triplet: 40, 5F and EA. RGB value is (64,95,234). Sum of RGB (Red+Green+Blue) = 64+95+234=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #405FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FEA is #BFA015. Grayscale: #646464. Windows color (decimal): -12558358 or 15359808. OLE color: 15359808.
HSL color Cylindrical-coordinate representation of color #405FEA: hue angle of 229.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405FEA is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 95 | 234 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.08 |
| HSL | 229.06º | 0.8% | 0.58% | - |
| HSV(B) | 229.06º | 0.73% | 0.92% | - |
| XYZ | 21.06 | 15.21 | 79.67 | - |
| YUV | 101.58 | 202.73 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 234 | 0.73 | 0.59 | 0 | 0.08 | 229.06 | 0.8 | 0.58 |
| Hex | 40 | 5F | EA | 49 | 3B | 0 | 8 | E5 | 50 | 3A |
| Octal | 100 | 137 | 352 | 111 | 73 | 0 | 10 | 345 | 120 | 72 |
| Binary | 1000000 | 1011111 | 11101010 | 1001001 | 111011 | 0 | 1000 | 11100101 | 1010000 | 111010 |
Color Harmonies of #405FEA
Complementary color
Monochromatic Colors of #405FEA
Black with #405FEA
Text Example
Text Example
White with #405FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FEA; }
p { color: rgb(64,95,234); }
H1.HeaderClassName
{
color: #405FEA;
}
.AnyTagClassName
{
color: #405FEA;
}
</style>
background-color css
<style>
a { background-color: #405FEA; }
a { background-color: rgb(64,95,234); }
div.DivClassName
{
background-color: #405FEA;
}
.BgClassName
{
background-color: #405FEA;
}
</style>
border-color css
<style>
span { border-color: #405FEA; }
span { border-color: rgb(64,95,234); }
td.TdClassName
{
border-color: #405FEA;
}
.TagClassName
{
border-color: #405FEA;
}
</style>