Shades of Free Speech Blue #424DC9
Tints of Free Speech Blue #424DC9
RGB
CMYK
RGB Variations
Color information
#424DC9 (or 0x424DC9) is known color: Free Speech Blue. HEX triplet: 42, 4D and C9. RGB value is (66,77,201). Sum of RGB (Red+Green+Blue) = 66+77+201=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #424DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DC9 is #BDB236. Grayscale: #575757. Windows color (decimal): -12431927 or 13192514. OLE color: 13192514.
HSL color Cylindrical-coordinate representation of color #424DC9: hue angle of 235.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424DC9 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 77 | 201 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.21 |
| HSL | 235.11º | 0.56% | 0.52% | - |
| HSV(B) | 235.11º | 0.67% | 0.79% | - |
| XYZ | 15.44 | 10.68 | 56.51 | - |
| YUV | 87.85 | 191.86 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 201 | 0.67 | 0.62 | 0 | 0.21 | 235.11 | 0.56 | 0.52 |
| Hex | 42 | 4D | C9 | 43 | 3E | 0 | 15 | EB | 38 | 34 |
| Octal | 102 | 115 | 311 | 103 | 76 | 0 | 25 | 353 | 70 | 64 |
| Binary | 1000010 | 1001101 | 11001001 | 1000011 | 111110 | 0 | 10101 | 11101011 | 111000 | 110100 |
Color Harmonies of #424DC9
Complementary color
Monochromatic Colors of #424DC9
Black with #424DC9
Text Example
Text Example
White with #424DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DC9; }
p { color: rgb(66,77,201); }
H1.HeaderClassName
{
color: #424DC9;
}
.AnyTagClassName
{
color: #424DC9;
}
</style>
background-color css
<style>
a { background-color: #424DC9; }
a { background-color: rgb(66,77,201); }
div.DivClassName
{
background-color: #424DC9;
}
.BgClassName
{
background-color: #424DC9;
}
</style>
border-color css
<style>
span { border-color: #424DC9; }
span { border-color: rgb(66,77,201); }
td.TdClassName
{
border-color: #424DC9;
}
.TagClassName
{
border-color: #424DC9;
}
</style>