Shades of Free Speech Blue #415ACF
Tints of Free Speech Blue #415ACF
RGB
CMYK
RGB Variations
Color information
#415ACF (or 0x415ACF) is known color: Free Speech Blue. HEX triplet: 41, 5A and CF. RGB value is (65,90,207). Sum of RGB (Red+Green+Blue) = 65+90+207=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #415ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ACF is #BEA530. Grayscale: #5F5F5F. Windows color (decimal): -12494129 or 13589057. OLE color: 13589057.
HSL color Cylindrical-coordinate representation of color #415ACF: hue angle of 229.44º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #415ACF is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 90 | 207 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.19 |
| HSL | 229.44º | 0.6% | 0.53% | - |
| HSV(B) | 229.44º | 0.69% | 0.81% | - |
| XYZ | 17.1 | 12.94 | 60.63 | - |
| YUV | 95.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 207 | 0.69 | 0.57 | 0 | 0.19 | 229.44 | 0.6 | 0.53 |
| Hex | 41 | 5A | CF | 45 | 39 | 0 | 13 | E5 | 3C | 35 |
| Octal | 101 | 132 | 317 | 105 | 71 | 0 | 23 | 345 | 74 | 65 |
| Binary | 1000001 | 1011010 | 11001111 | 1000101 | 111001 | 0 | 10011 | 11100101 | 111100 | 110101 |
Color Harmonies of #415ACF
Complementary color
Monochromatic Colors of #415ACF
Black with #415ACF
Text Example
Text Example
White with #415ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415ACF; }
p { color: rgb(65,90,207); }
H1.HeaderClassName
{
color: #415ACF;
}
.AnyTagClassName
{
color: #415ACF;
}
</style>
background-color css
<style>
a { background-color: #415ACF; }
a { background-color: rgb(65,90,207); }
div.DivClassName
{
background-color: #415ACF;
}
.BgClassName
{
background-color: #415ACF;
}
</style>
border-color css
<style>
span { border-color: #415ACF; }
span { border-color: rgb(65,90,207); }
td.TdClassName
{
border-color: #415ACF;
}
.TagClassName
{
border-color: #415ACF;
}
</style>