Shades of Free Speech Blue #514ED2
Tints of Free Speech Blue #514ED2
RGB
CMYK
RGB Variations
Color information
#514ED2 (or 0x514ED2) is known color: Free Speech Blue. HEX triplet: 51, 4E and D2. RGB value is (81,78,210). Sum of RGB (Red+Green+Blue) = 81+78+210=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #514ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514ED2 is #AEB12D. Grayscale: #5D5D5D. Windows color (decimal): -11448622 or 13782609. OLE color: 13782609.
HSL color Cylindrical-coordinate representation of color #514ED2: hue angle of 241.36º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #514ED2 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 78 | 210 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.18 |
| HSL | 241.36º | 0.59% | 0.56% | - |
| HSV(B) | 241.36º | 0.63% | 0.82% | - |
| XYZ | 17.75 | 11.85 | 62.32 | - |
| YUV | 93.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 210 | 0.61 | 0.63 | 0 | 0.18 | 241.36 | 0.59 | 0.56 |
| Hex | 51 | 4E | D2 | 3D | 3F | 0 | 12 | F1 | 3B | 38 |
| Octal | 121 | 116 | 322 | 75 | 77 | 0 | 22 | 361 | 73 | 70 |
| Binary | 1010001 | 1001110 | 11010010 | 111101 | 111111 | 0 | 10010 | 11110001 | 111011 | 111000 |
Color Harmonies of #514ED2
Complementary color
Monochromatic Colors of #514ED2
Black with #514ED2
Text Example
Text Example
White with #514ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514ED2; }
p { color: rgb(81,78,210); }
H1.HeaderClassName
{
color: #514ED2;
}
.AnyTagClassName
{
color: #514ED2;
}
</style>
background-color css
<style>
a { background-color: #514ED2; }
a { background-color: rgb(81,78,210); }
div.DivClassName
{
background-color: #514ED2;
}
.BgClassName
{
background-color: #514ED2;
}
</style>
border-color css
<style>
span { border-color: #514ED2; }
span { border-color: rgb(81,78,210); }
td.TdClassName
{
border-color: #514ED2;
}
.TagClassName
{
border-color: #514ED2;
}
</style>