Shades of Free Speech Blue #5040CC
Tints of Free Speech Blue #5040CC
RGB
CMYK
RGB Variations
Color information
#5040CC (or 0x5040CC) is known color: Free Speech Blue. HEX triplet: 50, 40 and CC. RGB value is (80,64,204). Sum of RGB (Red+Green+Blue) = 80+64+204=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #5040CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040CC is #AFBF33. Grayscale: #545454. Windows color (decimal): -11517748 or 13385808. OLE color: 13385808.
HSL color Cylindrical-coordinate representation of color #5040CC: hue angle of 246.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5040CC is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 64 | 204 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.2 |
| HSL | 246.86º | 0.58% | 0.53% | - |
| HSV(B) | 246.86º | 0.69% | 0.8% | - |
| XYZ | 16.04 | 9.73 | 58.16 | - |
| YUV | 84.74 | 195.3 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 204 | 0.61 | 0.69 | 0 | 0.2 | 246.86 | 0.58 | 0.53 |
| Hex | 50 | 40 | CC | 3D | 45 | 0 | 14 | F7 | 3A | 35 |
| Octal | 120 | 100 | 314 | 75 | 105 | 0 | 24 | 367 | 72 | 65 |
| Binary | 1010000 | 1000000 | 11001100 | 111101 | 1000101 | 0 | 10100 | 11110111 | 111010 | 110101 |
Color Harmonies of #5040CC
Complementary color
Monochromatic Colors of #5040CC
Black with #5040CC
Text Example
Text Example
White with #5040CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5040CC; }
p { color: rgb(80,64,204); }
H1.HeaderClassName
{
color: #5040CC;
}
.AnyTagClassName
{
color: #5040CC;
}
</style>
background-color css
<style>
a { background-color: #5040CC; }
a { background-color: rgb(80,64,204); }
div.DivClassName
{
background-color: #5040CC;
}
.BgClassName
{
background-color: #5040CC;
}
</style>
border-color css
<style>
span { border-color: #5040CC; }
span { border-color: rgb(80,64,204); }
td.TdClassName
{
border-color: #5040CC;
}
.TagClassName
{
border-color: #5040CC;
}
</style>