Shades of Free Speech Blue #503FCF
Tints of Free Speech Blue #503FCF
RGB
CMYK
RGB Variations
Color information
#503FCF (or 0x503FCF) is known color: Free Speech Blue. HEX triplet: 50, 3F and CF. RGB value is (80,63,207). Sum of RGB (Red+Green+Blue) = 80+63+207=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #503FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCF is #AFC030. Grayscale: #535353. Windows color (decimal): -11518001 or 13582160. OLE color: 13582160.
HSL color Cylindrical-coordinate representation of color #503FCF: hue angle of 247.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503FCF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 63 | 207 | - |
| CMYK | 0.61 | 0.70 | 0 | 0.19 |
| HSL | 247.08º | 0.6% | 0.53% | - |
| HSV(B) | 247.08º | 0.7% | 0.81% | - |
| XYZ | 16.35 | 9.77 | 60.05 | - |
| YUV | 84.5 | 197.13 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 207 | 0.61 | 0.70 | 0 | 0.19 | 247.08 | 0.6 | 0.53 |
| Hex | 50 | 3F | CF | 3D | 46 | 0 | 13 | F7 | 3C | 35 |
| Octal | 120 | 77 | 317 | 75 | 106 | 0 | 23 | 367 | 74 | 65 |
| Binary | 1010000 | 111111 | 11001111 | 111101 | 1000110 | 0 | 10011 | 11110111 | 111100 | 110101 |
Color Harmonies of #503FCF
Complementary color
Monochromatic Colors of #503FCF
Black with #503FCF
Text Example
Text Example
White with #503FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FCF; }
p { color: rgb(80,63,207); }
H1.HeaderClassName
{
color: #503FCF;
}
.AnyTagClassName
{
color: #503FCF;
}
</style>
background-color css
<style>
a { background-color: #503FCF; }
a { background-color: rgb(80,63,207); }
div.DivClassName
{
background-color: #503FCF;
}
.BgClassName
{
background-color: #503FCF;
}
</style>
border-color css
<style>
span { border-color: #503FCF; }
span { border-color: rgb(80,63,207); }
td.TdClassName
{
border-color: #503FCF;
}
.TagClassName
{
border-color: #503FCF;
}
</style>