Shades of Free Speech Blue #4041DF
Tints of Free Speech Blue #4041DF
RGB
CMYK
RGB Variations
Color information
#4041DF (or 0x4041DF) is known color: Free Speech Blue. HEX triplet: 40, 41 and DF. RGB value is (64,65,223). Sum of RGB (Red+Green+Blue) = 64+65+223=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #4041DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4041DF is #BFBE20. Grayscale: #525252. Windows color (decimal): -12566049 or 14631232. OLE color: 14631232.
HSL color Cylindrical-coordinate representation of color #4041DF: 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 #4041DF is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 65 | 223 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.13 |
| HSL | 239.62º | 0.71% | 0.56% | - |
| HSV(B) | 239.62º | 0.71% | 0.87% | - |
| XYZ | 17.32 | 10.2 | 70.87 | - |
| YUV | 82.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 223 | 0.71 | 0.71 | 0 | 0.13 | 239.62 | 0.71 | 0.56 |
| Hex | 40 | 41 | DF | 47 | 47 | 0 | D | F0 | 47 | 38 |
| Octal | 100 | 101 | 337 | 107 | 107 | 0 | 15 | 360 | 107 | 70 |
| Binary | 1000000 | 1000001 | 11011111 | 1000111 | 1000111 | 0 | 1101 | 11110000 | 1000111 | 111000 |
Color Harmonies of #4041DF
Complementary color
Monochromatic Colors of #4041DF
Black with #4041DF
Text Example
Text Example
White with #4041DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041DF; }
p { color: rgb(64,65,223); }
H1.HeaderClassName
{
color: #4041DF;
}
.AnyTagClassName
{
color: #4041DF;
}
</style>
background-color css
<style>
a { background-color: #4041DF; }
a { background-color: rgb(64,65,223); }
div.DivClassName
{
background-color: #4041DF;
}
.BgClassName
{
background-color: #4041DF;
}
</style>
border-color css
<style>
span { border-color: #4041DF; }
span { border-color: rgb(64,65,223); }
td.TdClassName
{
border-color: #4041DF;
}
.TagClassName
{
border-color: #4041DF;
}
</style>