Shades of Free Speech Blue #4142DF
Tints of Free Speech Blue #4142DF
RGB
CMYK
RGB Variations
Color information
#4142DF (or 0x4142DF) is known color: Free Speech Blue. HEX triplet: 41, 42 and DF. RGB value is (65,66,223). Sum of RGB (Red+Green+Blue) = 65+66+223=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #4142DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4142DF is #BEBD20. Grayscale: #525252. Windows color (decimal): -12500257 or 14631489. OLE color: 14631489.
HSL color Cylindrical-coordinate representation of color #4142DF: hue angle of 239.62º degrees, saturation: 0.71, 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 #4142DF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 66 | 223 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.13 |
| HSL | 239.62º | 0.71% | 0.56% | - |
| HSV(B) | 239.62º | 0.71% | 0.87% | - |
| XYZ | 17.45 | 10.35 | 70.89 | - |
| YUV | 83.6 | 206.67 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 223 | 0.71 | 0.70 | 0 | 0.13 | 239.62 | 0.71 | 0.56 |
| Hex | 41 | 42 | DF | 47 | 46 | 0 | D | F0 | 47 | 38 |
| Octal | 101 | 102 | 337 | 107 | 106 | 0 | 15 | 360 | 107 | 70 |
| Binary | 1000001 | 1000010 | 11011111 | 1000111 | 1000110 | 0 | 1101 | 11110000 | 1000111 | 111000 |
Color Harmonies of #4142DF
Complementary color
Monochromatic Colors of #4142DF
Black with #4142DF
Text Example
Text Example
White with #4142DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4142DF; }
p { color: rgb(65,66,223); }
H1.HeaderClassName
{
color: #4142DF;
}
.AnyTagClassName
{
color: #4142DF;
}
</style>
background-color css
<style>
a { background-color: #4142DF; }
a { background-color: rgb(65,66,223); }
div.DivClassName
{
background-color: #4142DF;
}
.BgClassName
{
background-color: #4142DF;
}
</style>
border-color css
<style>
span { border-color: #4142DF; }
span { border-color: rgb(65,66,223); }
td.TdClassName
{
border-color: #4142DF;
}
.TagClassName
{
border-color: #4142DF;
}
</style>