Shades of Free Speech Blue #504FCC
Tints of Free Speech Blue #504FCC
RGB
CMYK
RGB Variations
Color information
#504FCC (or 0x504FCC) is known color: Free Speech Blue. HEX triplet: 50, 4F and CC. RGB value is (80,79,204). Sum of RGB (Red+Green+Blue) = 80+79+204=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #504FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FCC is #AFB033. Grayscale: #5D5D5D. Windows color (decimal): -11513908 or 13389648. OLE color: 13389648.
HSL color Cylindrical-coordinate representation of color #504FCC: hue angle of 240.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504FCC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 79 | 204 | - |
| CMYK | 0.61 | 0.61 | 0 | 0.2 |
| HSL | 240.48º | 0.55% | 0.55% | - |
| HSV(B) | 240.48º | 0.61% | 0.8% | - |
| XYZ | 17 | 11.66 | 58.48 | - |
| YUV | 93.55 | 190.33 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 204 | 0.61 | 0.61 | 0 | 0.2 | 240.48 | 0.55 | 0.55 |
| Hex | 50 | 4F | CC | 3D | 3D | 0 | 14 | F0 | 37 | 37 |
| Octal | 120 | 117 | 314 | 75 | 75 | 0 | 24 | 360 | 67 | 67 |
| Binary | 1010000 | 1001111 | 11001100 | 111101 | 111101 | 0 | 10100 | 11110000 | 110111 | 110111 |
Color Harmonies of #504FCC
Complementary color
Monochromatic Colors of #504FCC
Black with #504FCC
Text Example
Text Example
White with #504FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504FCC; }
p { color: rgb(80,79,204); }
H1.HeaderClassName
{
color: #504FCC;
}
.AnyTagClassName
{
color: #504FCC;
}
</style>
background-color css
<style>
a { background-color: #504FCC; }
a { background-color: rgb(80,79,204); }
div.DivClassName
{
background-color: #504FCC;
}
.BgClassName
{
background-color: #504FCC;
}
</style>
border-color css
<style>
span { border-color: #504FCC; }
span { border-color: rgb(80,79,204); }
td.TdClassName
{
border-color: #504FCC;
}
.TagClassName
{
border-color: #504FCC;
}
</style>