Shades of Free Speech Blue #405ECF
Tints of Free Speech Blue #405ECF
RGB
CMYK
RGB Variations
Color information
#405ECF (or 0x405ECF) is known color: Free Speech Blue. HEX triplet: 40, 5E and CF. RGB value is (64,94,207). Sum of RGB (Red+Green+Blue) = 64+94+207=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #405ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ECF is #BFA130. Grayscale: #616161. Windows color (decimal): -12558641 or 13590080. OLE color: 13590080.
HSL color Cylindrical-coordinate representation of color #405ECF: hue angle of 227.41º 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 #405ECF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 94 | 207 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.19 |
| HSL | 227.41º | 0.6% | 0.53% | - |
| HSV(B) | 227.41º | 0.69% | 0.81% | - |
| XYZ | 17.38 | 13.6 | 60.74 | - |
| YUV | 97.91 | 189.56 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 207 | 0.69 | 0.55 | 0 | 0.19 | 227.41 | 0.6 | 0.53 |
| Hex | 40 | 5E | CF | 45 | 37 | 0 | 13 | E3 | 3C | 35 |
| Octal | 100 | 136 | 317 | 105 | 67 | 0 | 23 | 343 | 74 | 65 |
| Binary | 1000000 | 1011110 | 11001111 | 1000101 | 110111 | 0 | 10011 | 11100011 | 111100 | 110101 |
Color Harmonies of #405ECF
Complementary color
Monochromatic Colors of #405ECF
Black with #405ECF
Text Example
Text Example
White with #405ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ECF; }
p { color: rgb(64,94,207); }
H1.HeaderClassName
{
color: #405ECF;
}
.AnyTagClassName
{
color: #405ECF;
}
</style>
background-color css
<style>
a { background-color: #405ECF; }
a { background-color: rgb(64,94,207); }
div.DivClassName
{
background-color: #405ECF;
}
.BgClassName
{
background-color: #405ECF;
}
</style>
border-color css
<style>
span { border-color: #405ECF; }
span { border-color: rgb(64,94,207); }
td.TdClassName
{
border-color: #405ECF;
}
.TagClassName
{
border-color: #405ECF;
}
</style>