Shades of Free Speech Blue #2F42DD
Tints of Free Speech Blue #2F42DD
RGB
CMYK
RGB Variations
Color information
#2F42DD (or 0x2F42DD) is known color: Free Speech Blue. HEX triplet: 2F, 42 and DD. RGB value is (47,66,221). Sum of RGB (Red+Green+Blue) = 47+66+221=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F42DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42DD is #D0BD22. Grayscale: #4D4D4D. Windows color (decimal): -13679907 or 14500399. OLE color: 14500399.
HSL color Cylindrical-coordinate representation of color #2F42DD: hue angle of 233.45º degrees, saturation: 0.72, 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 #2F42DD is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 66 | 221 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.13 |
| HSL | 233.45º | 0.72% | 0.53% | - |
| HSV(B) | 233.45º | 0.79% | 0.87% | - |
| XYZ | 16.17 | 9.72 | 69.43 | - |
| YUV | 77.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 221 | 0.79 | 0.70 | 0 | 0.13 | 233.45 | 0.72 | 0.53 |
| Hex | 2F | 42 | DD | 4F | 46 | 0 | D | E9 | 48 | 35 |
| Octal | 57 | 102 | 335 | 117 | 106 | 0 | 15 | 351 | 110 | 65 |
| Binary | 101111 | 1000010 | 11011101 | 1001111 | 1000110 | 0 | 1101 | 11101001 | 1001000 | 110101 |
Color Harmonies of #2F42DD
Complementary color
Monochromatic Colors of #2F42DD
Black with #2F42DD
Text Example
Text Example
White with #2F42DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F42DD; }
p { color: rgb(47,66,221); }
H1.HeaderClassName
{
color: #2F42DD;
}
.AnyTagClassName
{
color: #2F42DD;
}
</style>
background-color css
<style>
a { background-color: #2F42DD; }
a { background-color: rgb(47,66,221); }
div.DivClassName
{
background-color: #2F42DD;
}
.BgClassName
{
background-color: #2F42DD;
}
</style>
border-color css
<style>
span { border-color: #2F42DD; }
span { border-color: rgb(47,66,221); }
td.TdClassName
{
border-color: #2F42DD;
}
.TagClassName
{
border-color: #2F42DD;
}
</style>