Shades of Free Speech Blue #5049DA
Tints of Free Speech Blue #5049DA
RGB
CMYK
RGB Variations
Color information
#5049DA (or 0x5049DA) is known color: Free Speech Blue. HEX triplet: 50, 49 and DA. RGB value is (80,73,218). Sum of RGB (Red+Green+Blue) = 80+73+218=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #5049DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049DA is #AFB625. Grayscale: #5B5B5B. Windows color (decimal): -11515430 or 14305616. OLE color: 14305616.
HSL color Cylindrical-coordinate representation of color #5049DA: hue angle of 242.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5049DA is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 73 | 218 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.15 |
| HSL | 242.9º | 0.66% | 0.57% | - |
| HSV(B) | 242.9º | 0.67% | 0.85% | - |
| XYZ | 18.35 | 11.53 | 67.59 | - |
| YUV | 91.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 218 | 0.63 | 0.67 | 0 | 0.15 | 242.9 | 0.66 | 0.57 |
| Hex | 50 | 49 | DA | 3F | 43 | 0 | F | F3 | 42 | 39 |
| Octal | 120 | 111 | 332 | 77 | 103 | 0 | 17 | 363 | 102 | 71 |
| Binary | 1010000 | 1001001 | 11011010 | 111111 | 1000011 | 0 | 1111 | 11110011 | 1000010 | 111001 |
Color Harmonies of #5049DA
Complementary color
Monochromatic Colors of #5049DA
Black with #5049DA
Text Example
Text Example
White with #5049DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5049DA; }
p { color: rgb(80,73,218); }
H1.HeaderClassName
{
color: #5049DA;
}
.AnyTagClassName
{
color: #5049DA;
}
</style>
background-color css
<style>
a { background-color: #5049DA; }
a { background-color: rgb(80,73,218); }
div.DivClassName
{
background-color: #5049DA;
}
.BgClassName
{
background-color: #5049DA;
}
</style>
border-color css
<style>
span { border-color: #5049DA; }
span { border-color: rgb(80,73,218); }
td.TdClassName
{
border-color: #5049DA;
}
.TagClassName
{
border-color: #5049DA;
}
</style>