Shades of Free Speech Blue #514DDA
Tints of Free Speech Blue #514DDA
RGB
CMYK
RGB Variations
Color information
#514DDA (or 0x514DDA) is known color: Free Speech Blue. HEX triplet: 51, 4D and DA. RGB value is (81,77,218). Sum of RGB (Red+Green+Blue) = 81+77+218=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #514DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DDA is #AEB225. Grayscale: #5D5D5D. Windows color (decimal): -11448870 or 14306641. OLE color: 14306641.
HSL color Cylindrical-coordinate representation of color #514DDA: hue angle of 241.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514DDA is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 77 | 218 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.15 |
| HSL | 241.7º | 0.66% | 0.58% | - |
| HSV(B) | 241.7º | 0.65% | 0.85% | - |
| XYZ | 18.7 | 12.12 | 67.68 | - |
| YUV | 94.27 | 197.83 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 218 | 0.63 | 0.65 | 0 | 0.15 | 241.7 | 0.66 | 0.58 |
| Hex | 51 | 4D | DA | 3F | 41 | 0 | F | F2 | 42 | 3A |
| Octal | 121 | 115 | 332 | 77 | 101 | 0 | 17 | 362 | 102 | 72 |
| Binary | 1010001 | 1001101 | 11011010 | 111111 | 1000001 | 0 | 1111 | 11110010 | 1000010 | 111010 |
Color Harmonies of #514DDA
Complementary color
Monochromatic Colors of #514DDA
Black with #514DDA
Text Example
Text Example
White with #514DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DDA; }
p { color: rgb(81,77,218); }
H1.HeaderClassName
{
color: #514DDA;
}
.AnyTagClassName
{
color: #514DDA;
}
</style>
background-color css
<style>
a { background-color: #514DDA; }
a { background-color: rgb(81,77,218); }
div.DivClassName
{
background-color: #514DDA;
}
.BgClassName
{
background-color: #514DDA;
}
</style>
border-color css
<style>
span { border-color: #514DDA; }
span { border-color: rgb(81,77,218); }
td.TdClassName
{
border-color: #514DDA;
}
.TagClassName
{
border-color: #514DDA;
}
</style>