Shades of Free Speech Blue #2F4FDD
Tints of Free Speech Blue #2F4FDD
RGB
CMYK
RGB Variations
Color information
#2F4FDD (or 0x2F4FDD) is known color: Free Speech Blue. HEX triplet: 2F, 4F and DD. RGB value is (47,79,221). Sum of RGB (Red+Green+Blue) = 47+79+221=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F4FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4FDD is #D0B022. Grayscale: #555555. Windows color (decimal): -13676579 or 14503727. OLE color: 14503727.
HSL color Cylindrical-coordinate representation of color #2F4FDD: hue angle of 228.97º 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 #2F4FDD is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 79 | 221 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.13 |
| HSL | 228.97º | 0.72% | 0.53% | - |
| HSV(B) | 228.97º | 0.79% | 0.87% | - |
| XYZ | 17.02 | 11.42 | 69.71 | - |
| YUV | 85.62 | 204.4 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 79 | 221 | 0.79 | 0.64 | 0 | 0.13 | 228.97 | 0.72 | 0.53 |
| Hex | 2F | 4F | DD | 4F | 40 | 0 | D | E5 | 48 | 35 |
| Octal | 57 | 117 | 335 | 117 | 100 | 0 | 15 | 345 | 110 | 65 |
| Binary | 101111 | 1001111 | 11011101 | 1001111 | 1000000 | 0 | 1101 | 11100101 | 1001000 | 110101 |
Color Harmonies of #2F4FDD
Complementary color
Monochromatic Colors of #2F4FDD
Black with #2F4FDD
Text Example
Text Example
White with #2F4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4FDD; }
p { color: rgb(47,79,221); }
H1.HeaderClassName
{
color: #2F4FDD;
}
.AnyTagClassName
{
color: #2F4FDD;
}
</style>
background-color css
<style>
a { background-color: #2F4FDD; }
a { background-color: rgb(47,79,221); }
div.DivClassName
{
background-color: #2F4FDD;
}
.BgClassName
{
background-color: #2F4FDD;
}
</style>
border-color css
<style>
span { border-color: #2F4FDD; }
span { border-color: rgb(47,79,221); }
td.TdClassName
{
border-color: #2F4FDD;
}
.TagClassName
{
border-color: #2F4FDD;
}
</style>