Shades of Royal Blue #405FED
Tints of Royal Blue #405FED
RGB
CMYK
RGB Variations
Color information
#405FED (or 0x405FED) is known color: Royal Blue. HEX triplet: 40, 5F and ED. RGB value is (64,95,237). Sum of RGB (Red+Green+Blue) = 64+95+237=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #405FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FED is #BFA012. Grayscale: #656565. Windows color (decimal): -12558355 or 15556416. OLE color: 15556416.
HSL color Cylindrical-coordinate representation of color #405FED: hue angle of 229.25º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405FED is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 95 | 237 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.07 |
| HSL | 229.25º | 0.83% | 0.59% | - |
| HSV(B) | 229.25º | 0.73% | 0.93% | - |
| XYZ | 21.49 | 15.39 | 81.96 | - |
| YUV | 101.92 | 204.23 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 237 | 0.73 | 0.60 | 0 | 0.07 | 229.25 | 0.83 | 0.59 |
| Hex | 40 | 5F | ED | 49 | 3C | 0 | 7 | E5 | 53 | 3B |
| Octal | 100 | 137 | 355 | 111 | 74 | 0 | 7 | 345 | 123 | 73 |
| Binary | 1000000 | 1011111 | 11101101 | 1001001 | 111100 | 0 | 111 | 11100101 | 1010011 | 111011 |
Color Harmonies of #405FED
Complementary color
Monochromatic Colors of #405FED
Black with #405FED
Text Example
Text Example
White with #405FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FED; }
p { color: rgb(64,95,237); }
H1.HeaderClassName
{
color: #405FED;
}
.AnyTagClassName
{
color: #405FED;
}
</style>
background-color css
<style>
a { background-color: #405FED; }
a { background-color: rgb(64,95,237); }
div.DivClassName
{
background-color: #405FED;
}
.BgClassName
{
background-color: #405FED;
}
</style>
border-color css
<style>
span { border-color: #405FED; }
span { border-color: rgb(64,95,237); }
td.TdClassName
{
border-color: #405FED;
}
.TagClassName
{
border-color: #405FED;
}
</style>