Shades of Free Speech Blue #424DDA
Tints of Free Speech Blue #424DDA
RGB
CMYK
RGB Variations
Color information
#424DDA (or 0x424DDA) is known color: Free Speech Blue. HEX triplet: 42, 4D and DA. RGB value is (66,77,218). Sum of RGB (Red+Green+Blue) = 66+77+218=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #424DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DDA is #BDB225. Grayscale: #595959. Windows color (decimal): -12431910 or 14306626. OLE color: 14306626.
HSL color Cylindrical-coordinate representation of color #424DDA: hue angle of 235.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424DDA is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 77 | 218 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.15 |
| HSL | 235.66º | 0.67% | 0.56% | - |
| HSV(B) | 235.66º | 0.7% | 0.85% | - |
| XYZ | 17.56 | 11.53 | 67.63 | - |
| YUV | 89.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 218 | 0.70 | 0.65 | 0 | 0.15 | 235.66 | 0.67 | 0.56 |
| Hex | 42 | 4D | DA | 46 | 41 | 0 | F | EC | 43 | 38 |
| Octal | 102 | 115 | 332 | 106 | 101 | 0 | 17 | 354 | 103 | 70 |
| Binary | 1000010 | 1001101 | 11011010 | 1000110 | 1000001 | 0 | 1111 | 11101100 | 1000011 | 111000 |
Color Harmonies of #424DDA
Complementary color
Monochromatic Colors of #424DDA
Black with #424DDA
Text Example
Text Example
White with #424DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DDA; }
p { color: rgb(66,77,218); }
H1.HeaderClassName
{
color: #424DDA;
}
.AnyTagClassName
{
color: #424DDA;
}
</style>
background-color css
<style>
a { background-color: #424DDA; }
a { background-color: rgb(66,77,218); }
div.DivClassName
{
background-color: #424DDA;
}
.BgClassName
{
background-color: #424DDA;
}
</style>
border-color css
<style>
span { border-color: #424DDA; }
span { border-color: rgb(66,77,218); }
td.TdClassName
{
border-color: #424DDA;
}
.TagClassName
{
border-color: #424DDA;
}
</style>