Shades of Free Speech Blue #404ECF
Tints of Free Speech Blue #404ECF
RGB
CMYK
RGB Variations
Color information
#404ECF (or 0x404ECF) is known color: Free Speech Blue. HEX triplet: 40, 4E and CF. RGB value is (64,78,207). Sum of RGB (Red+Green+Blue) = 64+78+207=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #404ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ECF is #BFB130. Grayscale: #575757. Windows color (decimal): -12562737 or 13585984. OLE color: 13585984.
HSL color Cylindrical-coordinate representation of color #404ECF: hue angle of 234.13º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #404ECF is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 78 | 207 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.19 |
| HSL | 234.13º | 0.6% | 0.53% | - |
| HSV(B) | 234.13º | 0.69% | 0.81% | - |
| XYZ | 16.1 | 11.04 | 60.31 | - |
| YUV | 88.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 207 | 0.69 | 0.62 | 0 | 0.19 | 234.13 | 0.6 | 0.53 |
| Hex | 40 | 4E | CF | 45 | 3E | 0 | 13 | EA | 3C | 35 |
| Octal | 100 | 116 | 317 | 105 | 76 | 0 | 23 | 352 | 74 | 65 |
| Binary | 1000000 | 1001110 | 11001111 | 1000101 | 111110 | 0 | 10011 | 11101010 | 111100 | 110101 |
Color Harmonies of #404ECF
Complementary color
Monochromatic Colors of #404ECF
Black with #404ECF
Text Example
Text Example
White with #404ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ECF; }
p { color: rgb(64,78,207); }
H1.HeaderClassName
{
color: #404ECF;
}
.AnyTagClassName
{
color: #404ECF;
}
</style>
background-color css
<style>
a { background-color: #404ECF; }
a { background-color: rgb(64,78,207); }
div.DivClassName
{
background-color: #404ECF;
}
.BgClassName
{
background-color: #404ECF;
}
</style>
border-color css
<style>
span { border-color: #404ECF; }
span { border-color: rgb(64,78,207); }
td.TdClassName
{
border-color: #404ECF;
}
.TagClassName
{
border-color: #404ECF;
}
</style>