Shades of Royal Blue #405DDC
Tints of Royal Blue #405DDC
RGB
CMYK
RGB Variations
Color information
#405DDC (or 0x405DDC) is known color: Royal Blue. HEX triplet: 40, 5D and DC. RGB value is (64,93,220). Sum of RGB (Red+Green+Blue) = 64+93+220=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #405DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DDC is #BFA223. Grayscale: #626262. Windows color (decimal): -12558884 or 14441792. OLE color: 14441792.
HSL color Cylindrical-coordinate representation of color #405DDC: hue angle of 228.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405DDC is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 93 | 220 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.14 |
| HSL | 228.85º | 0.69% | 0.56% | - |
| HSV(B) | 228.85º | 0.71% | 0.86% | - |
| XYZ | 18.95 | 14.09 | 69.43 | - |
| YUV | 98.81 | 196.39 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 220 | 0.71 | 0.58 | 0 | 0.14 | 228.85 | 0.69 | 0.56 |
| Hex | 40 | 5D | DC | 47 | 3A | 0 | E | E5 | 45 | 38 |
| Octal | 100 | 135 | 334 | 107 | 72 | 0 | 16 | 345 | 105 | 70 |
| Binary | 1000000 | 1011101 | 11011100 | 1000111 | 111010 | 0 | 1110 | 11100101 | 1000101 | 111000 |
Color Harmonies of #405DDC
Complementary color
Monochromatic Colors of #405DDC
Black with #405DDC
Text Example
Text Example
White with #405DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DDC; }
p { color: rgb(64,93,220); }
H1.HeaderClassName
{
color: #405DDC;
}
.AnyTagClassName
{
color: #405DDC;
}
</style>
background-color css
<style>
a { background-color: #405DDC; }
a { background-color: rgb(64,93,220); }
div.DivClassName
{
background-color: #405DDC;
}
.BgClassName
{
background-color: #405DDC;
}
</style>
border-color css
<style>
span { border-color: #405DDC; }
span { border-color: rgb(64,93,220); }
td.TdClassName
{
border-color: #405DDC;
}
.TagClassName
{
border-color: #405DDC;
}
</style>