Shades of Free Speech Blue #424ECF
Tints of Free Speech Blue #424ECF
RGB
CMYK
RGB Variations
Color information
#424ECF (or 0x424ECF) is known color: Free Speech Blue. HEX triplet: 42, 4E and CF. RGB value is (66,78,207). Sum of RGB (Red+Green+Blue) = 66+78+207=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #424ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424ECF is #BDB130. Grayscale: #585858. Windows color (decimal): -12431665 or 13585986. OLE color: 13585986.
HSL color Cylindrical-coordinate representation of color #424ECF: hue angle of 234.89º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424ECF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 78 | 207 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.19 |
| HSL | 234.89º | 0.59% | 0.54% | - |
| HSV(B) | 234.89º | 0.68% | 0.81% | - |
| XYZ | 16.23 | 11.11 | 60.32 | - |
| YUV | 89.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 207 | 0.68 | 0.62 | 0 | 0.19 | 234.89 | 0.59 | 0.54 |
| Hex | 42 | 4E | CF | 44 | 3E | 0 | 13 | EB | 3B | 36 |
| Octal | 102 | 116 | 317 | 104 | 76 | 0 | 23 | 353 | 73 | 66 |
| Binary | 1000010 | 1001110 | 11001111 | 1000100 | 111110 | 0 | 10011 | 11101011 | 111011 | 110110 |
Color Harmonies of #424ECF
Complementary color
Monochromatic Colors of #424ECF
Black with #424ECF
Text Example
Text Example
White with #424ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424ECF; }
p { color: rgb(66,78,207); }
H1.HeaderClassName
{
color: #424ECF;
}
.AnyTagClassName
{
color: #424ECF;
}
</style>
background-color css
<style>
a { background-color: #424ECF; }
a { background-color: rgb(66,78,207); }
div.DivClassName
{
background-color: #424ECF;
}
.BgClassName
{
background-color: #424ECF;
}
</style>
border-color css
<style>
span { border-color: #424ECF; }
span { border-color: rgb(66,78,207); }
td.TdClassName
{
border-color: #424ECF;
}
.TagClassName
{
border-color: #424ECF;
}
</style>