Shades of Free Speech Blue #514DDB
Tints of Free Speech Blue #514DDB
RGB
CMYK
RGB Variations
Color information
#514DDB (or 0x514DDB) is known color: Free Speech Blue. HEX triplet: 51, 4D and DB. RGB value is (81,77,219). Sum of RGB (Red+Green+Blue) = 81+77+219=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #514DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DDB is #AEB224. Grayscale: #5D5D5D. Windows color (decimal): -11448869 or 14372177. OLE color: 14372177.
HSL color Cylindrical-coordinate representation of color #514DDB: hue angle of 241.69º degrees, saturation: 0.66, 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 #514DDB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 77 | 219 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.14 |
| HSL | 241.69º | 0.66% | 0.58% | - |
| HSV(B) | 241.69º | 0.65% | 0.86% | - |
| XYZ | 18.83 | 12.17 | 68.37 | - |
| YUV | 94.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 219 | 0.63 | 0.65 | 0 | 0.14 | 241.69 | 0.66 | 0.58 |
| Hex | 51 | 4D | DB | 3F | 41 | 0 | E | F2 | 42 | 3A |
| Octal | 121 | 115 | 333 | 77 | 101 | 0 | 16 | 362 | 102 | 72 |
| Binary | 1010001 | 1001101 | 11011011 | 111111 | 1000001 | 0 | 1110 | 11110010 | 1000010 | 111010 |
Color Harmonies of #514DDB
Complementary color
Monochromatic Colors of #514DDB
Black with #514DDB
Text Example
Text Example
White with #514DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514DDB; }
p { color: rgb(81,77,219); }
H1.HeaderClassName
{
color: #514DDB;
}
.AnyTagClassName
{
color: #514DDB;
}
</style>
background-color css
<style>
a { background-color: #514DDB; }
a { background-color: rgb(81,77,219); }
div.DivClassName
{
background-color: #514DDB;
}
.BgClassName
{
background-color: #514DDB;
}
</style>
border-color css
<style>
span { border-color: #514DDB; }
span { border-color: rgb(81,77,219); }
td.TdClassName
{
border-color: #514DDB;
}
.TagClassName
{
border-color: #514DDB;
}
</style>