Shades of Free Speech Blue #405FCD
Tints of Free Speech Blue #405FCD
RGB
CMYK
RGB Variations
Color information
#405FCD (or 0x405FCD) is known color: Free Speech Blue. HEX triplet: 40, 5F and CD. RGB value is (64,95,205). Sum of RGB (Red+Green+Blue) = 64+95+205=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #405FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FCD is #BFA032. Grayscale: #616161. Windows color (decimal): -12558387 or 13459264. OLE color: 13459264.
HSL color Cylindrical-coordinate representation of color #405FCD: hue angle of 226.81º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405FCD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 95 | 205 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.20 |
| HSL | 226.81º | 0.59% | 0.53% | - |
| HSV(B) | 226.81º | 0.69% | 0.8% | - |
| XYZ | 17.23 | 13.68 | 59.49 | - |
| YUV | 98.27 | 188.23 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 205 | 0.69 | 0.54 | 0 | 0.20 | 226.81 | 0.59 | 0.53 |
| Hex | 40 | 5F | CD | 45 | 36 | 0 | 14 | E3 | 3B | 35 |
| Octal | 100 | 137 | 315 | 105 | 66 | 0 | 24 | 343 | 73 | 65 |
| Binary | 1000000 | 1011111 | 11001101 | 1000101 | 110110 | 0 | 10100 | 11100011 | 111011 | 110101 |
Color Harmonies of #405FCD
Complementary color
Monochromatic Colors of #405FCD
Black with #405FCD
Text Example
Text Example
White with #405FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FCD; }
p { color: rgb(64,95,205); }
H1.HeaderClassName
{
color: #405FCD;
}
.AnyTagClassName
{
color: #405FCD;
}
</style>
background-color css
<style>
a { background-color: #405FCD; }
a { background-color: rgb(64,95,205); }
div.DivClassName
{
background-color: #405FCD;
}
.BgClassName
{
background-color: #405FCD;
}
</style>
border-color css
<style>
span { border-color: #405FCD; }
span { border-color: rgb(64,95,205); }
td.TdClassName
{
border-color: #405FCD;
}
.TagClassName
{
border-color: #405FCD;
}
</style>