Shades of Free Speech Blue #504DCC
Tints of Free Speech Blue #504DCC
RGB
CMYK
RGB Variations
Color information
#504DCC (or 0x504DCC) is known color: Free Speech Blue. HEX triplet: 50, 4D and CC. RGB value is (80,77,204). Sum of RGB (Red+Green+Blue) = 80+77+204=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #504DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DCC is #AFB233. Grayscale: #5B5B5B. Windows color (decimal): -11514420 or 13389136. OLE color: 13389136.
HSL color Cylindrical-coordinate representation of color #504DCC: hue angle of 241.42º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504DCC is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 77 | 204 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.2 |
| HSL | 241.42º | 0.55% | 0.55% | - |
| HSV(B) | 241.42º | 0.62% | 0.8% | - |
| XYZ | 16.86 | 11.37 | 58.43 | - |
| YUV | 92.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 204 | 0.61 | 0.62 | 0 | 0.2 | 241.42 | 0.55 | 0.55 |
| Hex | 50 | 4D | CC | 3D | 3E | 0 | 14 | F1 | 37 | 37 |
| Octal | 120 | 115 | 314 | 75 | 76 | 0 | 24 | 361 | 67 | 67 |
| Binary | 1010000 | 1001101 | 11001100 | 111101 | 111110 | 0 | 10100 | 11110001 | 110111 | 110111 |
Color Harmonies of #504DCC
Complementary color
Monochromatic Colors of #504DCC
Black with #504DCC
Text Example
Text Example
White with #504DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DCC; }
p { color: rgb(80,77,204); }
H1.HeaderClassName
{
color: #504DCC;
}
.AnyTagClassName
{
color: #504DCC;
}
</style>
background-color css
<style>
a { background-color: #504DCC; }
a { background-color: rgb(80,77,204); }
div.DivClassName
{
background-color: #504DCC;
}
.BgClassName
{
background-color: #504DCC;
}
</style>
border-color css
<style>
span { border-color: #504DCC; }
span { border-color: rgb(80,77,204); }
td.TdClassName
{
border-color: #504DCC;
}
.TagClassName
{
border-color: #504DCC;
}
</style>