Shades of Free Speech Blue #5047CE
Tints of Free Speech Blue #5047CE
RGB
CMYK
RGB Variations
Color information
#5047CE (or 0x5047CE) is known color: Free Speech Blue. HEX triplet: 50, 47 and CE. RGB value is (80,71,206). Sum of RGB (Red+Green+Blue) = 80+71+206=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #5047CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5047CE is #AFB831. Grayscale: #585858. Windows color (decimal): -11515954 or 13518672. OLE color: 13518672.
HSL color Cylindrical-coordinate representation of color #5047CE: hue angle of 244º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5047CE is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 71 | 206 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.19 |
| HSL | 244º | 0.58% | 0.54% | - |
| HSV(B) | 244º | 0.66% | 0.81% | - |
| XYZ | 16.7 | 10.67 | 59.57 | - |
| YUV | 89.08 | 193.98 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 206 | 0.61 | 0.66 | 0 | 0.19 | 244 | 0.58 | 0.54 |
| Hex | 50 | 47 | CE | 3D | 42 | 0 | 13 | F4 | 3A | 36 |
| Octal | 120 | 107 | 316 | 75 | 102 | 0 | 23 | 364 | 72 | 66 |
| Binary | 1010000 | 1000111 | 11001110 | 111101 | 1000010 | 0 | 10011 | 11110100 | 111010 | 110110 |
Color Harmonies of #5047CE
Complementary color
Monochromatic Colors of #5047CE
Black with #5047CE
Text Example
Text Example
White with #5047CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5047CE; }
p { color: rgb(80,71,206); }
H1.HeaderClassName
{
color: #5047CE;
}
.AnyTagClassName
{
color: #5047CE;
}
</style>
background-color css
<style>
a { background-color: #5047CE; }
a { background-color: rgb(80,71,206); }
div.DivClassName
{
background-color: #5047CE;
}
.BgClassName
{
background-color: #5047CE;
}
</style>
border-color css
<style>
span { border-color: #5047CE; }
span { border-color: rgb(80,71,206); }
td.TdClassName
{
border-color: #5047CE;
}
.TagClassName
{
border-color: #5047CE;
}
</style>