Shades of Free Speech Blue #424CDF
Tints of Free Speech Blue #424CDF
RGB
CMYK
RGB Variations
Color information
#424CDF (or 0x424CDF) is known color: Free Speech Blue. HEX triplet: 42, 4C and DF. RGB value is (66,76,223). Sum of RGB (Red+Green+Blue) = 66+76+223=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #424CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CDF is #BDB320. Grayscale: #595959. Windows color (decimal): -12432161 or 14634050. OLE color: 14634050.
HSL color Cylindrical-coordinate representation of color #424CDF: hue angle of 236.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424CDF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 76 | 223 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.13 |
| HSL | 236.18º | 0.71% | 0.57% | - |
| HSV(B) | 236.18º | 0.7% | 0.87% | - |
| XYZ | 18.15 | 11.65 | 71.11 | - |
| YUV | 89.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 223 | 0.70 | 0.66 | 0 | 0.13 | 236.18 | 0.71 | 0.57 |
| Hex | 42 | 4C | DF | 46 | 42 | 0 | D | EC | 47 | 39 |
| Octal | 102 | 114 | 337 | 106 | 102 | 0 | 15 | 354 | 107 | 71 |
| Binary | 1000010 | 1001100 | 11011111 | 1000110 | 1000010 | 0 | 1101 | 11101100 | 1000111 | 111001 |
Color Harmonies of #424CDF
Complementary color
Monochromatic Colors of #424CDF
Black with #424CDF
Text Example
Text Example
White with #424CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CDF; }
p { color: rgb(66,76,223); }
H1.HeaderClassName
{
color: #424CDF;
}
.AnyTagClassName
{
color: #424CDF;
}
</style>
background-color css
<style>
a { background-color: #424CDF; }
a { background-color: rgb(66,76,223); }
div.DivClassName
{
background-color: #424CDF;
}
.BgClassName
{
background-color: #424CDF;
}
</style>
border-color css
<style>
span { border-color: #424CDF; }
span { border-color: rgb(66,76,223); }
td.TdClassName
{
border-color: #424CDF;
}
.TagClassName
{
border-color: #424CDF;
}
</style>