Shades of Free Speech Blue #504ED3
Tints of Free Speech Blue #504ED3
RGB
CMYK
RGB Variations
Color information
#504ED3 (or 0x504ED3) is known color: Free Speech Blue. HEX triplet: 50, 4E and D3. RGB value is (80,78,211). Sum of RGB (Red+Green+Blue) = 80+78+211=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #504ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ED3 is #AFB12C. Grayscale: #5D5D5D. Windows color (decimal): -11514157 or 13848144. OLE color: 13848144.
HSL color Cylindrical-coordinate representation of color #504ED3: hue angle of 240.9º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504ED3 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 78 | 211 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.17 |
| HSL | 240.9º | 0.6% | 0.57% | - |
| HSV(B) | 240.9º | 0.63% | 0.83% | - |
| XYZ | 17.79 | 11.86 | 62.98 | - |
| YUV | 93.76 | 194.16 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 211 | 0.62 | 0.63 | 0 | 0.17 | 240.9 | 0.6 | 0.57 |
| Hex | 50 | 4E | D3 | 3E | 3F | 0 | 11 | F1 | 3C | 39 |
| Octal | 120 | 116 | 323 | 76 | 77 | 0 | 21 | 361 | 74 | 71 |
| Binary | 1010000 | 1001110 | 11010011 | 111110 | 111111 | 0 | 10001 | 11110001 | 111100 | 111001 |
Color Harmonies of #504ED3
Complementary color
Monochromatic Colors of #504ED3
Black with #504ED3
Text Example
Text Example
White with #504ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ED3; }
p { color: rgb(80,78,211); }
H1.HeaderClassName
{
color: #504ED3;
}
.AnyTagClassName
{
color: #504ED3;
}
</style>
background-color css
<style>
a { background-color: #504ED3; }
a { background-color: rgb(80,78,211); }
div.DivClassName
{
background-color: #504ED3;
}
.BgClassName
{
background-color: #504ED3;
}
</style>
border-color css
<style>
span { border-color: #504ED3; }
span { border-color: rgb(80,78,211); }
td.TdClassName
{
border-color: #504ED3;
}
.TagClassName
{
border-color: #504ED3;
}
</style>