Shades of Free Speech Blue #415EC9
Tints of Free Speech Blue #415EC9
RGB
CMYK
RGB Variations
Color information
#415EC9 (or 0x415EC9) is known color: Free Speech Blue. HEX triplet: 41, 5E and C9. RGB value is (65,94,201). Sum of RGB (Red+Green+Blue) = 65+94+201=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 201 (78.91% from 255 or 55.83% from 360); Max value from RGB is 201 - color contains mainly: blue. Hex color #415EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EC9 is #BEA136. Grayscale: #616161. Windows color (decimal): -12493111 or 13196865. OLE color: 13196865.
HSL color Cylindrical-coordinate representation of color #415EC9: hue angle of 227.21º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415EC9 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 94 | 201 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.21 |
| HSL | 227.21º | 0.56% | 0.52% | - |
| HSV(B) | 227.21º | 0.68% | 0.79% | - |
| XYZ | 16.73 | 13.35 | 56.95 | - |
| YUV | 97.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 201 | 0.68 | 0.53 | 0 | 0.21 | 227.21 | 0.56 | 0.52 |
| Hex | 41 | 5E | C9 | 44 | 35 | 0 | 15 | E3 | 38 | 34 |
| Octal | 101 | 136 | 311 | 104 | 65 | 0 | 25 | 343 | 70 | 64 |
| Binary | 1000001 | 1011110 | 11001001 | 1000100 | 110101 | 0 | 10101 | 11100011 | 111000 | 110100 |
Color Harmonies of #415EC9
Complementary color
Monochromatic Colors of #415EC9
Black with #415EC9
Text Example
Text Example
White with #415EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415EC9; }
p { color: rgb(65,94,201); }
H1.HeaderClassName
{
color: #415EC9;
}
.AnyTagClassName
{
color: #415EC9;
}
</style>
background-color css
<style>
a { background-color: #415EC9; }
a { background-color: rgb(65,94,201); }
div.DivClassName
{
background-color: #415EC9;
}
.BgClassName
{
background-color: #415EC9;
}
</style>
border-color css
<style>
span { border-color: #415EC9; }
span { border-color: rgb(65,94,201); }
td.TdClassName
{
border-color: #415EC9;
}
.TagClassName
{
border-color: #415EC9;
}
</style>