Shades of Free Speech Blue #405ACD
Tints of Free Speech Blue #405ACD
RGB
CMYK
RGB Variations
Color information
#405ACD (or 0x405ACD) is known color: Free Speech Blue. HEX triplet: 40, 5A and CD. RGB value is (64,90,205). Sum of RGB (Red+Green+Blue) = 64+90+205=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #405ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ACD is #BFA532. Grayscale: #5E5E5E. Windows color (decimal): -12559667 or 13457984. OLE color: 13457984.
HSL color Cylindrical-coordinate representation of color #405ACD: hue angle of 228.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405ACD is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 90 | 205 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.20 |
| HSL | 228.94º | 0.59% | 0.53% | - |
| HSV(B) | 228.94º | 0.69% | 0.8% | - |
| XYZ | 16.79 | 12.81 | 59.35 | - |
| YUV | 95.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 205 | 0.69 | 0.56 | 0 | 0.20 | 228.94 | 0.59 | 0.53 |
| Hex | 40 | 5A | CD | 45 | 38 | 0 | 14 | E5 | 3B | 35 |
| Octal | 100 | 132 | 315 | 105 | 70 | 0 | 24 | 345 | 73 | 65 |
| Binary | 1000000 | 1011010 | 11001101 | 1000101 | 111000 | 0 | 10100 | 11100101 | 111011 | 110101 |
Color Harmonies of #405ACD
Complementary color
Monochromatic Colors of #405ACD
Black with #405ACD
Text Example
Text Example
White with #405ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ACD; }
p { color: rgb(64,90,205); }
H1.HeaderClassName
{
color: #405ACD;
}
.AnyTagClassName
{
color: #405ACD;
}
</style>
background-color css
<style>
a { background-color: #405ACD; }
a { background-color: rgb(64,90,205); }
div.DivClassName
{
background-color: #405ACD;
}
.BgClassName
{
background-color: #405ACD;
}
</style>
border-color css
<style>
span { border-color: #405ACD; }
span { border-color: rgb(64,90,205); }
td.TdClassName
{
border-color: #405ACD;
}
.TagClassName
{
border-color: #405ACD;
}
</style>