Shades of Royal Blue #405FDC
Tints of Royal Blue #405FDC
RGB
CMYK
RGB Variations
Color information
#405FDC (or 0x405FDC) is known color: Royal Blue. HEX triplet: 40, 5F and DC. RGB value is (64,95,220). Sum of RGB (Red+Green+Blue) = 64+95+220=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #405FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FDC is #BFA023. Grayscale: #636363. Windows color (decimal): -12558372 or 14442304. OLE color: 14442304.
HSL color Cylindrical-coordinate representation of color #405FDC: hue angle of 228.08º 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 #405FDC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 95 | 220 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.14 |
| HSL | 228.08º | 0.69% | 0.56% | - |
| HSV(B) | 228.08º | 0.71% | 0.86% | - |
| XYZ | 19.12 | 14.44 | 69.49 | - |
| YUV | 99.98 | 195.73 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 220 | 0.71 | 0.57 | 0 | 0.14 | 228.08 | 0.69 | 0.56 |
| Hex | 40 | 5F | DC | 47 | 39 | 0 | E | E4 | 45 | 38 |
| Octal | 100 | 137 | 334 | 107 | 71 | 0 | 16 | 344 | 105 | 70 |
| Binary | 1000000 | 1011111 | 11011100 | 1000111 | 111001 | 0 | 1110 | 11100100 | 1000101 | 111000 |
Color Harmonies of #405FDC
Complementary color
Monochromatic Colors of #405FDC
Black with #405FDC
Text Example
Text Example
White with #405FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FDC; }
p { color: rgb(64,95,220); }
H1.HeaderClassName
{
color: #405FDC;
}
.AnyTagClassName
{
color: #405FDC;
}
</style>
background-color css
<style>
a { background-color: #405FDC; }
a { background-color: rgb(64,95,220); }
div.DivClassName
{
background-color: #405FDC;
}
.BgClassName
{
background-color: #405FDC;
}
</style>
border-color css
<style>
span { border-color: #405FDC; }
span { border-color: rgb(64,95,220); }
td.TdClassName
{
border-color: #405FDC;
}
.TagClassName
{
border-color: #405FDC;
}
</style>