Shades of Free Speech Blue #414FDF
Tints of Free Speech Blue #414FDF
RGB
CMYK
RGB Variations
Color information
#414FDF (or 0x414FDF) is known color: Free Speech Blue. HEX triplet: 41, 4F and DF. RGB value is (65,79,223). Sum of RGB (Red+Green+Blue) = 65+79+223=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #414FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FDF is #BEB020. Grayscale: #5A5A5A. Windows color (decimal): -12496929 or 14634817. OLE color: 14634817.
HSL color Cylindrical-coordinate representation of color #414FDF: hue angle of 234.68º 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 #414FDF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 79 | 223 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.13 |
| HSL | 234.68º | 0.71% | 0.56% | - |
| HSV(B) | 234.68º | 0.71% | 0.87% | - |
| XYZ | 18.3 | 12.04 | 71.17 | - |
| YUV | 91.23 | 202.36 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 223 | 0.71 | 0.65 | 0 | 0.13 | 234.68 | 0.71 | 0.56 |
| Hex | 41 | 4F | DF | 47 | 41 | 0 | D | EB | 47 | 38 |
| Octal | 101 | 117 | 337 | 107 | 101 | 0 | 15 | 353 | 107 | 70 |
| Binary | 1000001 | 1001111 | 11011111 | 1000111 | 1000001 | 0 | 1101 | 11101011 | 1000111 | 111000 |
Color Harmonies of #414FDF
Complementary color
Monochromatic Colors of #414FDF
Black with #414FDF
Text Example
Text Example
White with #414FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414FDF; }
p { color: rgb(65,79,223); }
H1.HeaderClassName
{
color: #414FDF;
}
.AnyTagClassName
{
color: #414FDF;
}
</style>
background-color css
<style>
a { background-color: #414FDF; }
a { background-color: rgb(65,79,223); }
div.DivClassName
{
background-color: #414FDF;
}
.BgClassName
{
background-color: #414FDF;
}
</style>
border-color css
<style>
span { border-color: #414FDF; }
span { border-color: rgb(65,79,223); }
td.TdClassName
{
border-color: #414FDF;
}
.TagClassName
{
border-color: #414FDF;
}
</style>