Shades of Free Speech Blue #405AD6
Tints of Free Speech Blue #405AD6
RGB
CMYK
RGB Variations
Color information
#405AD6 (or 0x405AD6) is known color: Free Speech Blue. HEX triplet: 40, 5A and D6. RGB value is (64,90,214). Sum of RGB (Red+Green+Blue) = 64+90+214=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 214 (83.98% from 255 or 58.15% from 368); Max value from RGB is 214 - color contains mainly: blue. Hex color #405AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405AD6 is #BFA529. Grayscale: #5F5F5F. Windows color (decimal): -12559658 or 14047808. OLE color: 14047808.
HSL color Cylindrical-coordinate representation of color #405AD6: hue angle of 229.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405AD6 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 90 | 214 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.16 |
| HSL | 229.6º | 0.65% | 0.55% | - |
| HSV(B) | 229.6º | 0.7% | 0.84% | - |
| XYZ | 17.91 | 13.26 | 65.23 | - |
| YUV | 96.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 214 | 0.70 | 0.58 | 0 | 0.16 | 229.6 | 0.65 | 0.55 |
| Hex | 40 | 5A | D6 | 46 | 3A | 0 | 10 | E6 | 41 | 37 |
| Octal | 100 | 132 | 326 | 106 | 72 | 0 | 20 | 346 | 101 | 67 |
| Binary | 1000000 | 1011010 | 11010110 | 1000110 | 111010 | 0 | 10000 | 11100110 | 1000001 | 110111 |
Color Harmonies of #405AD6
Complementary color
Monochromatic Colors of #405AD6
Black with #405AD6
Text Example
Text Example
White with #405AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AD6; }
p { color: rgb(64,90,214); }
H1.HeaderClassName
{
color: #405AD6;
}
.AnyTagClassName
{
color: #405AD6;
}
</style>
background-color css
<style>
a { background-color: #405AD6; }
a { background-color: rgb(64,90,214); }
div.DivClassName
{
background-color: #405AD6;
}
.BgClassName
{
background-color: #405AD6;
}
</style>
border-color css
<style>
span { border-color: #405AD6; }
span { border-color: rgb(64,90,214); }
td.TdClassName
{
border-color: #405AD6;
}
.TagClassName
{
border-color: #405AD6;
}
</style>