Shades of Free Speech Blue #5047CF
Tints of Free Speech Blue #5047CF
RGB
CMYK
RGB Variations
Color information
#5047CF (or 0x5047CF) is known color: Free Speech Blue. HEX triplet: 50, 47 and CF. RGB value is (80,71,207). Sum of RGB (Red+Green+Blue) = 80+71+207=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #5047CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5047CF is #AFB830. Grayscale: #585858. Windows color (decimal): -11515953 or 13584208. OLE color: 13584208.
HSL color Cylindrical-coordinate representation of color #5047CF: hue angle of 243.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5047CF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 71 | 207 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.19 |
| HSL | 243.97º | 0.59% | 0.55% | - |
| HSV(B) | 243.97º | 0.66% | 0.81% | - |
| XYZ | 16.82 | 10.72 | 60.21 | - |
| YUV | 89.2 | 194.48 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 207 | 0.61 | 0.66 | 0 | 0.19 | 243.97 | 0.59 | 0.55 |
| Hex | 50 | 47 | CF | 3D | 42 | 0 | 13 | F4 | 3B | 37 |
| Octal | 120 | 107 | 317 | 75 | 102 | 0 | 23 | 364 | 73 | 67 |
| Binary | 1010000 | 1000111 | 11001111 | 111101 | 1000010 | 0 | 10011 | 11110100 | 111011 | 110111 |
Color Harmonies of #5047CF
Complementary color
Monochromatic Colors of #5047CF
Black with #5047CF
Text Example
Text Example
White with #5047CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5047CF; }
p { color: rgb(80,71,207); }
H1.HeaderClassName
{
color: #5047CF;
}
.AnyTagClassName
{
color: #5047CF;
}
</style>
background-color css
<style>
a { background-color: #5047CF; }
a { background-color: rgb(80,71,207); }
div.DivClassName
{
background-color: #5047CF;
}
.BgClassName
{
background-color: #5047CF;
}
</style>
border-color css
<style>
span { border-color: #5047CF; }
span { border-color: rgb(80,71,207); }
td.TdClassName
{
border-color: #5047CF;
}
.TagClassName
{
border-color: #5047CF;
}
</style>