Shades of Free Speech Blue #2E42DF
Tints of Free Speech Blue #2E42DF
RGB
CMYK
RGB Variations
Color information
#2E42DF (or 0x2E42DF) is known color: Free Speech Blue. HEX triplet: 2E, 42 and DF. RGB value is (46,66,223). Sum of RGB (Red+Green+Blue) = 46+66+223=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E42DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E42DF is #D1BD20. Grayscale: #4D4D4D. Windows color (decimal): -13745441 or 14631470. OLE color: 14631470.
HSL color Cylindrical-coordinate representation of color #2E42DF: hue angle of 233.22º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E42DF is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 66 | 223 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.13 |
| HSL | 233.22º | 0.73% | 0.53% | - |
| HSV(B) | 233.22º | 0.79% | 0.87% | - |
| XYZ | 16.39 | 9.8 | 70.84 | - |
| YUV | 77.92 | 209.87 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 223 | 0.79 | 0.70 | 0 | 0.13 | 233.22 | 0.73 | 0.53 |
| Hex | 2E | 42 | DF | 4F | 46 | 0 | D | E9 | 49 | 35 |
| Octal | 56 | 102 | 337 | 117 | 106 | 0 | 15 | 351 | 111 | 65 |
| Binary | 101110 | 1000010 | 11011111 | 1001111 | 1000110 | 0 | 1101 | 11101001 | 1001001 | 110101 |
Color Harmonies of #2E42DF
Complementary color
Monochromatic Colors of #2E42DF
Black with #2E42DF
Text Example
Text Example
White with #2E42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E42DF; }
p { color: rgb(46,66,223); }
H1.HeaderClassName
{
color: #2E42DF;
}
.AnyTagClassName
{
color: #2E42DF;
}
</style>
background-color css
<style>
a { background-color: #2E42DF; }
a { background-color: rgb(46,66,223); }
div.DivClassName
{
background-color: #2E42DF;
}
.BgClassName
{
background-color: #2E42DF;
}
</style>
border-color css
<style>
span { border-color: #2E42DF; }
span { border-color: rgb(46,66,223); }
td.TdClassName
{
border-color: #2E42DF;
}
.TagClassName
{
border-color: #2E42DF;
}
</style>