Shades of Royal Blue #405CEF
Tints of Royal Blue #405CEF
RGB
CMYK
RGB Variations
Color information
#405CEF (or 0x405CEF) is known color: Royal Blue. HEX triplet: 40, 5C and EF. RGB value is (64,92,239). Sum of RGB (Red+Green+Blue) = 64+92+239=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #405CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CEF is #BFA310. Grayscale: #636363. Windows color (decimal): -12559121 or 15686720. OLE color: 15686720.
HSL color Cylindrical-coordinate representation of color #405CEF: hue angle of 230.4º 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 #405CEF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 92 | 239 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.06 |
| HSL | 230.4º | 0.85% | 0.59% | - |
| HSV(B) | 230.4º | 0.73% | 0.94% | - |
| XYZ | 21.52 | 14.98 | 83.42 | - |
| YUV | 100.39 | 206.22 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 239 | 0.73 | 0.62 | 0 | 0.06 | 230.4 | 0.85 | 0.59 |
| Hex | 40 | 5C | EF | 49 | 3E | 0 | 6 | E6 | 55 | 3B |
| Octal | 100 | 134 | 357 | 111 | 76 | 0 | 6 | 346 | 125 | 73 |
| Binary | 1000000 | 1011100 | 11101111 | 1001001 | 111110 | 0 | 110 | 11100110 | 1010101 | 111011 |
Color Harmonies of #405CEF
Complementary color
Monochromatic Colors of #405CEF
Black with #405CEF
Text Example
Text Example
White with #405CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CEF; }
p { color: rgb(64,92,239); }
H1.HeaderClassName
{
color: #405CEF;
}
.AnyTagClassName
{
color: #405CEF;
}
</style>
background-color css
<style>
a { background-color: #405CEF; }
a { background-color: rgb(64,92,239); }
div.DivClassName
{
background-color: #405CEF;
}
.BgClassName
{
background-color: #405CEF;
}
</style>
border-color css
<style>
span { border-color: #405CEF; }
span { border-color: rgb(64,92,239); }
td.TdClassName
{
border-color: #405CEF;
}
.TagClassName
{
border-color: #405CEF;
}
</style>