Shades of Free Speech Blue #405EC9
Tints of Free Speech Blue #405EC9
RGB
CMYK
RGB Variations
Color information
#405EC9 (or 0x405EC9) is known color: Free Speech Blue. HEX triplet: 40, 5E and C9. RGB value is (64,94,201). Sum of RGB (Red+Green+Blue) = 64+94+201=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #405EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EC9 is #BFA136. Grayscale: #606060. Windows color (decimal): -12558647 or 13196864. OLE color: 13196864.
HSL color Cylindrical-coordinate representation of color #405EC9: hue angle of 226.86º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #405EC9 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 94 | 201 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.21 |
| HSL | 226.86º | 0.56% | 0.52% | - |
| HSV(B) | 226.86º | 0.68% | 0.79% | - |
| XYZ | 16.66 | 13.31 | 56.95 | - |
| YUV | 97.23 | 186.56 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 201 | 0.68 | 0.53 | 0 | 0.21 | 226.86 | 0.56 | 0.52 |
| Hex | 40 | 5E | C9 | 44 | 35 | 0 | 15 | E3 | 38 | 34 |
| Octal | 100 | 136 | 311 | 104 | 65 | 0 | 25 | 343 | 70 | 64 |
| Binary | 1000000 | 1011110 | 11001001 | 1000100 | 110101 | 0 | 10101 | 11100011 | 111000 | 110100 |
Color Harmonies of #405EC9
Complementary color
Monochromatic Colors of #405EC9
Black with #405EC9
Text Example
Text Example
White with #405EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EC9; }
p { color: rgb(64,94,201); }
H1.HeaderClassName
{
color: #405EC9;
}
.AnyTagClassName
{
color: #405EC9;
}
</style>
background-color css
<style>
a { background-color: #405EC9; }
a { background-color: rgb(64,94,201); }
div.DivClassName
{
background-color: #405EC9;
}
.BgClassName
{
background-color: #405EC9;
}
</style>
border-color css
<style>
span { border-color: #405EC9; }
span { border-color: rgb(64,94,201); }
td.TdClassName
{
border-color: #405EC9;
}
.TagClassName
{
border-color: #405EC9;
}
</style>