Shades of Free Speech Blue #514FDD
Tints of Free Speech Blue #514FDD
RGB
CMYK
RGB Variations
Color information
#514FDD (or 0x514FDD) is known color: Free Speech Blue. HEX triplet: 51, 4F and DD. RGB value is (81,79,221). Sum of RGB (Red+Green+Blue) = 81+79+221=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #514FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FDD is #AEB022. Grayscale: #5F5F5F. Windows color (decimal): -11448355 or 14503761. OLE color: 14503761.
HSL color Cylindrical-coordinate representation of color #514FDD: hue angle of 240.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514FDD is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 79 | 221 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.13 |
| HSL | 240.85º | 0.68% | 0.59% | - |
| HSV(B) | 240.85º | 0.64% | 0.87% | - |
| XYZ | 19.24 | 12.56 | 69.82 | - |
| YUV | 95.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 221 | 0.63 | 0.64 | 0 | 0.13 | 240.85 | 0.68 | 0.59 |
| Hex | 51 | 4F | DD | 3F | 40 | 0 | D | F1 | 44 | 3B |
| Octal | 121 | 117 | 335 | 77 | 100 | 0 | 15 | 361 | 104 | 73 |
| Binary | 1010001 | 1001111 | 11011101 | 111111 | 1000000 | 0 | 1101 | 11110001 | 1000100 | 111011 |
Color Harmonies of #514FDD
Complementary color
Monochromatic Colors of #514FDD
Black with #514FDD
Text Example
Text Example
White with #514FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514FDD; }
p { color: rgb(81,79,221); }
H1.HeaderClassName
{
color: #514FDD;
}
.AnyTagClassName
{
color: #514FDD;
}
</style>
background-color css
<style>
a { background-color: #514FDD; }
a { background-color: rgb(81,79,221); }
div.DivClassName
{
background-color: #514FDD;
}
.BgClassName
{
background-color: #514FDD;
}
</style>
border-color css
<style>
span { border-color: #514FDD; }
span { border-color: rgb(81,79,221); }
td.TdClassName
{
border-color: #514FDD;
}
.TagClassName
{
border-color: #514FDD;
}
</style>