Shades of Free Speech Blue #405ED0
Tints of Free Speech Blue #405ED0
RGB
CMYK
RGB Variations
Color information
#405ED0 (or 0x405ED0) is known color: Free Speech Blue. HEX triplet: 40, 5E and D0. RGB value is (64,94,208). Sum of RGB (Red+Green+Blue) = 64+94+208=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 208 (81.64% from 255 or 56.83% from 366); Max value from RGB is 208 - color contains mainly: blue. Hex color #405ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ED0 is #BFA12F. Grayscale: #616161. Windows color (decimal): -12558640 or 13655616. OLE color: 13655616.
HSL color Cylindrical-coordinate representation of color #405ED0: hue angle of 227.5º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405ED0 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 94 | 208 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.18 |
| HSL | 227.5º | 0.61% | 0.53% | - |
| HSV(B) | 227.5º | 0.69% | 0.82% | - |
| XYZ | 17.5 | 13.65 | 61.39 | - |
| YUV | 98.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 208 | 0.69 | 0.55 | 0 | 0.18 | 227.5 | 0.61 | 0.53 |
| Hex | 40 | 5E | D0 | 45 | 37 | 0 | 12 | E4 | 3D | 35 |
| Octal | 100 | 136 | 320 | 105 | 67 | 0 | 22 | 344 | 75 | 65 |
| Binary | 1000000 | 1011110 | 11010000 | 1000101 | 110111 | 0 | 10010 | 11100100 | 111101 | 110101 |
Color Harmonies of #405ED0
Complementary color
Monochromatic Colors of #405ED0
Black with #405ED0
Text Example
Text Example
White with #405ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405ED0; }
p { color: rgb(64,94,208); }
H1.HeaderClassName
{
color: #405ED0;
}
.AnyTagClassName
{
color: #405ED0;
}
</style>
background-color css
<style>
a { background-color: #405ED0; }
a { background-color: rgb(64,94,208); }
div.DivClassName
{
background-color: #405ED0;
}
.BgClassName
{
background-color: #405ED0;
}
</style>
border-color css
<style>
span { border-color: #405ED0; }
span { border-color: rgb(64,94,208); }
td.TdClassName
{
border-color: #405ED0;
}
.TagClassName
{
border-color: #405ED0;
}
</style>