Shades of Royal Blue #405FEF
Tints of Royal Blue #405FEF
RGB
CMYK
RGB Variations
Color information
#405FEF (or 0x405FEF) is known color: Royal Blue. HEX triplet: 40, 5F and EF. RGB value is (64,95,239). Sum of RGB (Red+Green+Blue) = 64+95+239=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #405FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FEF is #BFA010. Grayscale: #656565. Windows color (decimal): -12558353 or 15687488. OLE color: 15687488.
HSL color Cylindrical-coordinate representation of color #405FEF: hue angle of 229.37º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405FEF is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 95 | 239 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.06 |
| HSL | 229.37º | 0.85% | 0.59% | - |
| HSV(B) | 229.37º | 0.73% | 0.94% | - |
| XYZ | 21.79 | 15.51 | 83.51 | - |
| YUV | 102.15 | 205.23 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 239 | 0.73 | 0.60 | 0 | 0.06 | 229.37 | 0.85 | 0.59 |
| Hex | 40 | 5F | EF | 49 | 3C | 0 | 6 | E5 | 55 | 3B |
| Octal | 100 | 137 | 357 | 111 | 74 | 0 | 6 | 345 | 125 | 73 |
| Binary | 1000000 | 1011111 | 11101111 | 1001001 | 111100 | 0 | 110 | 11100101 | 1010101 | 111011 |
Color Harmonies of #405FEF
Complementary color
Monochromatic Colors of #405FEF
Black with #405FEF
Text Example
Text Example
White with #405FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FEF; }
p { color: rgb(64,95,239); }
H1.HeaderClassName
{
color: #405FEF;
}
.AnyTagClassName
{
color: #405FEF;
}
</style>
background-color css
<style>
a { background-color: #405FEF; }
a { background-color: rgb(64,95,239); }
div.DivClassName
{
background-color: #405FEF;
}
.BgClassName
{
background-color: #405FEF;
}
</style>
border-color css
<style>
span { border-color: #405FEF; }
span { border-color: rgb(64,95,239); }
td.TdClassName
{
border-color: #405FEF;
}
.TagClassName
{
border-color: #405FEF;
}
</style>