Shades of Royal Blue #405FDA
Tints of Royal Blue #405FDA
RGB
CMYK
RGB Variations
Color information
#405FDA (or 0x405FDA) is known color: Royal Blue. HEX triplet: 40, 5F and DA. RGB value is (64,95,218). Sum of RGB (Red+Green+Blue) = 64+95+218=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #405FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FDA is #BFA025. Grayscale: #636363. Windows color (decimal): -12558374 or 14311232. OLE color: 14311232.
HSL color Cylindrical-coordinate representation of color #405FDA: hue angle of 227.92º 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 #405FDA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 95 | 218 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.15 |
| HSL | 227.92º | 0.68% | 0.55% | - |
| HSV(B) | 227.92º | 0.71% | 0.85% | - |
| XYZ | 18.86 | 14.34 | 68.1 | - |
| YUV | 99.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 218 | 0.71 | 0.56 | 0 | 0.15 | 227.92 | 0.68 | 0.55 |
| Hex | 40 | 5F | DA | 47 | 38 | 0 | F | E4 | 44 | 37 |
| Octal | 100 | 137 | 332 | 107 | 70 | 0 | 17 | 344 | 104 | 67 |
| Binary | 1000000 | 1011111 | 11011010 | 1000111 | 111000 | 0 | 1111 | 11100100 | 1000100 | 110111 |
Color Harmonies of #405FDA
Complementary color
Monochromatic Colors of #405FDA
Black with #405FDA
Text Example
Text Example
White with #405FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FDA; }
p { color: rgb(64,95,218); }
H1.HeaderClassName
{
color: #405FDA;
}
.AnyTagClassName
{
color: #405FDA;
}
</style>
background-color css
<style>
a { background-color: #405FDA; }
a { background-color: rgb(64,95,218); }
div.DivClassName
{
background-color: #405FDA;
}
.BgClassName
{
background-color: #405FDA;
}
</style>
border-color css
<style>
span { border-color: #405FDA; }
span { border-color: rgb(64,95,218); }
td.TdClassName
{
border-color: #405FDA;
}
.TagClassName
{
border-color: #405FDA;
}
</style>