Shades of Royal Blue #405BEF
Tints of Royal Blue #405BEF
RGB
CMYK
RGB Variations
Color information
#405BEF (or 0x405BEF) is known color: Royal Blue. HEX triplet: 40, 5B and EF. RGB value is (64,91,239). Sum of RGB (Red+Green+Blue) = 64+91+239=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #405BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405BEF is #BFA410. Grayscale: #636363. Windows color (decimal): -12559377 or 15686464. OLE color: 15686464.
HSL color Cylindrical-coordinate representation of color #405BEF: hue angle of 230.74º 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 #405BEF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 91 | 239 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.06 |
| HSL | 230.74º | 0.85% | 0.59% | - |
| HSV(B) | 230.74º | 0.73% | 0.94% | - |
| XYZ | 21.44 | 14.8 | 83.39 | - |
| YUV | 99.8 | 206.55 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 239 | 0.73 | 0.62 | 0 | 0.06 | 230.74 | 0.85 | 0.59 |
| Hex | 40 | 5B | EF | 49 | 3E | 0 | 6 | E7 | 55 | 3B |
| Octal | 100 | 133 | 357 | 111 | 76 | 0 | 6 | 347 | 125 | 73 |
| Binary | 1000000 | 1011011 | 11101111 | 1001001 | 111110 | 0 | 110 | 11100111 | 1010101 | 111011 |
Color Harmonies of #405BEF
Complementary color
Monochromatic Colors of #405BEF
Black with #405BEF
Text Example
Text Example
White with #405BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BEF; }
p { color: rgb(64,91,239); }
H1.HeaderClassName
{
color: #405BEF;
}
.AnyTagClassName
{
color: #405BEF;
}
</style>
background-color css
<style>
a { background-color: #405BEF; }
a { background-color: rgb(64,91,239); }
div.DivClassName
{
background-color: #405BEF;
}
.BgClassName
{
background-color: #405BEF;
}
</style>
border-color css
<style>
span { border-color: #405BEF; }
span { border-color: rgb(64,91,239); }
td.TdClassName
{
border-color: #405BEF;
}
.TagClassName
{
border-color: #405BEF;
}
</style>