Shades of Free Speech Blue #514FDA
Tints of Free Speech Blue #514FDA
RGB
CMYK
RGB Variations
Color information
#514FDA (or 0x514FDA) is known color: Free Speech Blue. HEX triplet: 51, 4F and DA. RGB value is (81,79,218). Sum of RGB (Red+Green+Blue) = 81+79+218=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #514FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FDA is #AEB025. Grayscale: #5E5E5E. Windows color (decimal): -11448358 or 14307153. OLE color: 14307153.
HSL color Cylindrical-coordinate representation of color #514FDA: hue angle of 240.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514FDA is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 79 | 218 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.15 |
| HSL | 240.86º | 0.65% | 0.58% | - |
| HSV(B) | 240.86º | 0.64% | 0.85% | - |
| XYZ | 18.84 | 12.4 | 67.73 | - |
| YUV | 95.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 218 | 0.63 | 0.64 | 0 | 0.15 | 240.86 | 0.65 | 0.58 |
| Hex | 51 | 4F | DA | 3F | 40 | 0 | F | F1 | 41 | 3A |
| Octal | 121 | 117 | 332 | 77 | 100 | 0 | 17 | 361 | 101 | 72 |
| Binary | 1010001 | 1001111 | 11011010 | 111111 | 1000000 | 0 | 1111 | 11110001 | 1000001 | 111010 |
Color Harmonies of #514FDA
Complementary color
Monochromatic Colors of #514FDA
Black with #514FDA
Text Example
Text Example
White with #514FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FDA; }
p { color: rgb(81,79,218); }
H1.HeaderClassName
{
color: #514FDA;
}
.AnyTagClassName
{
color: #514FDA;
}
</style>
background-color css
<style>
a { background-color: #514FDA; }
a { background-color: rgb(81,79,218); }
div.DivClassName
{
background-color: #514FDA;
}
.BgClassName
{
background-color: #514FDA;
}
</style>
border-color css
<style>
span { border-color: #514FDA; }
span { border-color: rgb(81,79,218); }
td.TdClassName
{
border-color: #514FDA;
}
.TagClassName
{
border-color: #514FDA;
}
</style>