Shades of Free Speech Blue #504DCE
Tints of Free Speech Blue #504DCE
RGB
CMYK
RGB Variations
Color information
#504DCE (or 0x504DCE) is known color: Free Speech Blue. HEX triplet: 50, 4D and CE. RGB value is (80,77,206). Sum of RGB (Red+Green+Blue) = 80+77+206=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #504DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DCE is #AFB231. Grayscale: #5C5C5C. Windows color (decimal): -11514418 or 13520208. OLE color: 13520208.
HSL color Cylindrical-coordinate representation of color #504DCE: hue angle of 241.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #504DCE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 77 | 206 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.19 |
| HSL | 241.4º | 0.57% | 0.55% | - |
| HSV(B) | 241.4º | 0.63% | 0.81% | - |
| XYZ | 17.1 | 11.47 | 59.7 | - |
| YUV | 92.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 206 | 0.61 | 0.63 | 0 | 0.19 | 241.4 | 0.57 | 0.55 |
| Hex | 50 | 4D | CE | 3D | 3F | 0 | 13 | F1 | 39 | 37 |
| Octal | 120 | 115 | 316 | 75 | 77 | 0 | 23 | 361 | 71 | 67 |
| Binary | 1010000 | 1001101 | 11001110 | 111101 | 111111 | 0 | 10011 | 11110001 | 111001 | 110111 |
Color Harmonies of #504DCE
Complementary color
Monochromatic Colors of #504DCE
Black with #504DCE
Text Example
Text Example
White with #504DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DCE; }
p { color: rgb(80,77,206); }
H1.HeaderClassName
{
color: #504DCE;
}
.AnyTagClassName
{
color: #504DCE;
}
</style>
background-color css
<style>
a { background-color: #504DCE; }
a { background-color: rgb(80,77,206); }
div.DivClassName
{
background-color: #504DCE;
}
.BgClassName
{
background-color: #504DCE;
}
</style>
border-color css
<style>
span { border-color: #504DCE; }
span { border-color: rgb(80,77,206); }
td.TdClassName
{
border-color: #504DCE;
}
.TagClassName
{
border-color: #504DCE;
}
</style>