Shades of Royal Blue #405BDA
Tints of Royal Blue #405BDA
RGB
CMYK
RGB Variations
Color information
#405BDA (or 0x405BDA) is known color: Royal Blue. HEX triplet: 40, 5B and DA. RGB value is (64,91,218). Sum of RGB (Red+Green+Blue) = 64+91+218=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #405BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BDA is #BFA425. Grayscale: #606060. Windows color (decimal): -12559398 or 14310208. OLE color: 14310208.
HSL color Cylindrical-coordinate representation of color #405BDA: hue angle of 229.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405BDA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 91 | 218 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.15 |
| HSL | 229.48º | 0.68% | 0.55% | - |
| HSV(B) | 229.48º | 0.71% | 0.85% | - |
| XYZ | 18.51 | 13.63 | 67.99 | - |
| YUV | 97.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 218 | 0.71 | 0.58 | 0 | 0.15 | 229.48 | 0.68 | 0.55 |
| Hex | 40 | 5B | DA | 47 | 3A | 0 | F | E5 | 44 | 37 |
| Octal | 100 | 133 | 332 | 107 | 72 | 0 | 17 | 345 | 104 | 67 |
| Binary | 1000000 | 1011011 | 11011010 | 1000111 | 111010 | 0 | 1111 | 11100101 | 1000100 | 110111 |
Color Harmonies of #405BDA
Complementary color
Monochromatic Colors of #405BDA
Black with #405BDA
Text Example
Text Example
White with #405BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BDA; }
p { color: rgb(64,91,218); }
H1.HeaderClassName
{
color: #405BDA;
}
.AnyTagClassName
{
color: #405BDA;
}
</style>
background-color css
<style>
a { background-color: #405BDA; }
a { background-color: rgb(64,91,218); }
div.DivClassName
{
background-color: #405BDA;
}
.BgClassName
{
background-color: #405BDA;
}
</style>
border-color css
<style>
span { border-color: #405BDA; }
span { border-color: rgb(64,91,218); }
td.TdClassName
{
border-color: #405BDA;
}
.TagClassName
{
border-color: #405BDA;
}
</style>