Shades of Free Speech Blue #404FDD
Tints of Free Speech Blue #404FDD
RGB
CMYK
RGB Variations
Color information
#404FDD (or 0x404FDD) is known color: Free Speech Blue. HEX triplet: 40, 4F and DD. RGB value is (64,79,221). Sum of RGB (Red+Green+Blue) = 64+79+221=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #404FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404FDD is #BFB022. Grayscale: #5A5A5A. Windows color (decimal): -12562467 or 14503744. OLE color: 14503744.
HSL color Cylindrical-coordinate representation of color #404FDD: hue angle of 234.27º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404FDD is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 79 | 221 | - |
| CMYK | 0.71 | 0.64 | 0 | 0.13 |
| HSL | 234.27º | 0.7% | 0.56% | - |
| HSV(B) | 234.27º | 0.71% | 0.87% | - |
| XYZ | 17.96 | 11.9 | 69.76 | - |
| YUV | 90.7 | 201.53 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 221 | 0.71 | 0.64 | 0 | 0.13 | 234.27 | 0.7 | 0.56 |
| Hex | 40 | 4F | DD | 47 | 40 | 0 | D | EA | 46 | 38 |
| Octal | 100 | 117 | 335 | 107 | 100 | 0 | 15 | 352 | 106 | 70 |
| Binary | 1000000 | 1001111 | 11011101 | 1000111 | 1000000 | 0 | 1101 | 11101010 | 1000110 | 111000 |
Color Harmonies of #404FDD
Complementary color
Monochromatic Colors of #404FDD
Black with #404FDD
Text Example
Text Example
White with #404FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FDD; }
p { color: rgb(64,79,221); }
H1.HeaderClassName
{
color: #404FDD;
}
.AnyTagClassName
{
color: #404FDD;
}
</style>
background-color css
<style>
a { background-color: #404FDD; }
a { background-color: rgb(64,79,221); }
div.DivClassName
{
background-color: #404FDD;
}
.BgClassName
{
background-color: #404FDD;
}
</style>
border-color css
<style>
span { border-color: #404FDD; }
span { border-color: rgb(64,79,221); }
td.TdClassName
{
border-color: #404FDD;
}
.TagClassName
{
border-color: #404FDD;
}
</style>