Shades of Free Speech Blue #504DDC
Tints of Free Speech Blue #504DDC
RGB
CMYK
RGB Variations
Color information
#504DDC (or 0x504DDC) is known color: Free Speech Blue. HEX triplet: 50, 4D and DC. RGB value is (80,77,220). Sum of RGB (Red+Green+Blue) = 80+77+220=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #504DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DDC is #AFB223. Grayscale: #5D5D5D. Windows color (decimal): -11514404 or 14437712. OLE color: 14437712.
HSL color Cylindrical-coordinate representation of color #504DDC: hue angle of 241.26º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504DDC is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 77 | 220 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.14 |
| HSL | 241.26º | 0.67% | 0.58% | - |
| HSV(B) | 241.26º | 0.65% | 0.86% | - |
| XYZ | 18.88 | 12.18 | 69.07 | - |
| YUV | 94.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 220 | 0.64 | 0.65 | 0 | 0.14 | 241.26 | 0.67 | 0.58 |
| Hex | 50 | 4D | DC | 40 | 41 | 0 | E | F1 | 43 | 3A |
| Octal | 120 | 115 | 334 | 100 | 101 | 0 | 16 | 361 | 103 | 72 |
| Binary | 1010000 | 1001101 | 11011100 | 1000000 | 1000001 | 0 | 1110 | 11110001 | 1000011 | 111010 |
Color Harmonies of #504DDC
Complementary color
Monochromatic Colors of #504DDC
Black with #504DDC
Text Example
Text Example
White with #504DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DDC; }
p { color: rgb(80,77,220); }
H1.HeaderClassName
{
color: #504DDC;
}
.AnyTagClassName
{
color: #504DDC;
}
</style>
background-color css
<style>
a { background-color: #504DDC; }
a { background-color: rgb(80,77,220); }
div.DivClassName
{
background-color: #504DDC;
}
.BgClassName
{
background-color: #504DDC;
}
</style>
border-color css
<style>
span { border-color: #504DDC; }
span { border-color: rgb(80,77,220); }
td.TdClassName
{
border-color: #504DDC;
}
.TagClassName
{
border-color: #504DDC;
}
</style>