Shades of Free Speech Blue #504ECF
Tints of Free Speech Blue #504ECF
RGB
CMYK
RGB Variations
Color information
#504ECF (or 0x504ECF) is known color: Free Speech Blue. HEX triplet: 50, 4E and CF. RGB value is (80,78,207). Sum of RGB (Red+Green+Blue) = 80+78+207=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #504ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ECF is #AFB130. Grayscale: #5C5C5C. Windows color (decimal): -11514161 or 13586000. OLE color: 13586000.
HSL color Cylindrical-coordinate representation of color #504ECF: hue angle of 240.93º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504ECF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 78 | 207 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.19 |
| HSL | 240.93º | 0.57% | 0.56% | - |
| HSV(B) | 240.93º | 0.62% | 0.81% | - |
| XYZ | 17.3 | 11.66 | 60.37 | - |
| YUV | 93.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 207 | 0.61 | 0.62 | 0 | 0.19 | 240.93 | 0.57 | 0.56 |
| Hex | 50 | 4E | CF | 3D | 3E | 0 | 13 | F1 | 39 | 38 |
| Octal | 120 | 116 | 317 | 75 | 76 | 0 | 23 | 361 | 71 | 70 |
| Binary | 1010000 | 1001110 | 11001111 | 111101 | 111110 | 0 | 10011 | 11110001 | 111001 | 111000 |
Color Harmonies of #504ECF
Complementary color
Monochromatic Colors of #504ECF
Black with #504ECF
Text Example
Text Example
White with #504ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ECF; }
p { color: rgb(80,78,207); }
H1.HeaderClassName
{
color: #504ECF;
}
.AnyTagClassName
{
color: #504ECF;
}
</style>
background-color css
<style>
a { background-color: #504ECF; }
a { background-color: rgb(80,78,207); }
div.DivClassName
{
background-color: #504ECF;
}
.BgClassName
{
background-color: #504ECF;
}
</style>
border-color css
<style>
span { border-color: #504ECF; }
span { border-color: rgb(80,78,207); }
td.TdClassName
{
border-color: #504ECF;
}
.TagClassName
{
border-color: #504ECF;
}
</style>