Shades of Free Speech Blue #5048D9
Tints of Free Speech Blue #5048D9
RGB
CMYK
RGB Variations
Color information
#5048D9 (or 0x5048D9) is known color: Free Speech Blue. HEX triplet: 50, 48 and D9. RGB value is (80,72,217). Sum of RGB (Red+Green+Blue) = 80+72+217=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #5048D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048D9 is #AFB726. Grayscale: #5A5A5A. Windows color (decimal): -11515687 or 14239824. OLE color: 14239824.
HSL color Cylindrical-coordinate representation of color #5048D9: hue angle of 243.31º 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 #5048D9 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 72 | 217 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.15 |
| HSL | 243.31º | 0.66% | 0.57% | - |
| HSV(B) | 243.31º | 0.67% | 0.85% | - |
| XYZ | 18.15 | 11.35 | 66.88 | - |
| YUV | 90.92 | 199.15 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 217 | 0.63 | 0.67 | 0 | 0.15 | 243.31 | 0.66 | 0.57 |
| Hex | 50 | 48 | D9 | 3F | 43 | 0 | F | F3 | 42 | 39 |
| Octal | 120 | 110 | 331 | 77 | 103 | 0 | 17 | 363 | 102 | 71 |
| Binary | 1010000 | 1001000 | 11011001 | 111111 | 1000011 | 0 | 1111 | 11110011 | 1000010 | 111001 |
Color Harmonies of #5048D9
Complementary color
Monochromatic Colors of #5048D9
Black with #5048D9
Text Example
Text Example
White with #5048D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048D9; }
p { color: rgb(80,72,217); }
H1.HeaderClassName
{
color: #5048D9;
}
.AnyTagClassName
{
color: #5048D9;
}
</style>
background-color css
<style>
a { background-color: #5048D9; }
a { background-color: rgb(80,72,217); }
div.DivClassName
{
background-color: #5048D9;
}
.BgClassName
{
background-color: #5048D9;
}
</style>
border-color css
<style>
span { border-color: #5048D9; }
span { border-color: rgb(80,72,217); }
td.TdClassName
{
border-color: #5048D9;
}
.TagClassName
{
border-color: #5048D9;
}
</style>