Shades of Free Speech Blue #405DC9
Tints of Free Speech Blue #405DC9
RGB
CMYK
RGB Variations
Color information
#405DC9 (or 0x405DC9) is known color: Free Speech Blue. HEX triplet: 40, 5D and C9. RGB value is (64,93,201). Sum of RGB (Red+Green+Blue) = 64+93+201=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #405DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405DC9 is #BFA236. Grayscale: #606060. Windows color (decimal): -12558903 or 13196608. OLE color: 13196608.
HSL color Cylindrical-coordinate representation of color #405DC9: hue angle of 227.3º 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 #405DC9 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 93 | 201 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.21 |
| HSL | 227.3º | 0.56% | 0.52% | - |
| HSV(B) | 227.3º | 0.68% | 0.79% | - |
| XYZ | 16.57 | 13.14 | 56.92 | - |
| YUV | 96.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 201 | 0.68 | 0.54 | 0 | 0.21 | 227.3 | 0.56 | 0.52 |
| Hex | 40 | 5D | C9 | 44 | 36 | 0 | 15 | E3 | 38 | 34 |
| Octal | 100 | 135 | 311 | 104 | 66 | 0 | 25 | 343 | 70 | 64 |
| Binary | 1000000 | 1011101 | 11001001 | 1000100 | 110110 | 0 | 10101 | 11100011 | 111000 | 110100 |
Color Harmonies of #405DC9
Complementary color
Monochromatic Colors of #405DC9
Black with #405DC9
Text Example
Text Example
White with #405DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405DC9; }
p { color: rgb(64,93,201); }
H1.HeaderClassName
{
color: #405DC9;
}
.AnyTagClassName
{
color: #405DC9;
}
</style>
background-color css
<style>
a { background-color: #405DC9; }
a { background-color: rgb(64,93,201); }
div.DivClassName
{
background-color: #405DC9;
}
.BgClassName
{
background-color: #405DC9;
}
</style>
border-color css
<style>
span { border-color: #405DC9; }
span { border-color: rgb(64,93,201); }
td.TdClassName
{
border-color: #405DC9;
}
.TagClassName
{
border-color: #405DC9;
}
</style>