Shades of Free Speech Blue #5048CE
Tints of Free Speech Blue #5048CE
RGB
CMYK
RGB Variations
Color information
#5048CE (or 0x5048CE) is known color: Free Speech Blue. HEX triplet: 50, 48 and CE. RGB value is (80,72,206). Sum of RGB (Red+Green+Blue) = 80+72+206=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5048CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048CE is #AFB731. Grayscale: #595959. Windows color (decimal): -11515698 or 13518928. OLE color: 13518928.
HSL color Cylindrical-coordinate representation of color #5048CE: hue angle of 243.58º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5048CE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 72 | 206 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.19 |
| HSL | 243.58º | 0.58% | 0.55% | - |
| HSV(B) | 243.58º | 0.65% | 0.81% | - |
| XYZ | 16.77 | 10.8 | 59.59 | - |
| YUV | 89.67 | 193.65 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 206 | 0.61 | 0.65 | 0 | 0.19 | 243.58 | 0.58 | 0.55 |
| Hex | 50 | 48 | CE | 3D | 41 | 0 | 13 | F4 | 3A | 37 |
| Octal | 120 | 110 | 316 | 75 | 101 | 0 | 23 | 364 | 72 | 67 |
| Binary | 1010000 | 1001000 | 11001110 | 111101 | 1000001 | 0 | 10011 | 11110100 | 111010 | 110111 |
Color Harmonies of #5048CE
Complementary color
Monochromatic Colors of #5048CE
Black with #5048CE
Text Example
Text Example
White with #5048CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048CE; }
p { color: rgb(80,72,206); }
H1.HeaderClassName
{
color: #5048CE;
}
.AnyTagClassName
{
color: #5048CE;
}
</style>
background-color css
<style>
a { background-color: #5048CE; }
a { background-color: rgb(80,72,206); }
div.DivClassName
{
background-color: #5048CE;
}
.BgClassName
{
background-color: #5048CE;
}
</style>
border-color css
<style>
span { border-color: #5048CE; }
span { border-color: rgb(80,72,206); }
td.TdClassName
{
border-color: #5048CE;
}
.TagClassName
{
border-color: #5048CE;
}
</style>