Shades of Free Speech Blue #503FCD
Tints of Free Speech Blue #503FCD
RGB
CMYK
RGB Variations
Color information
#503FCD (or 0x503FCD) is known color: Free Speech Blue. HEX triplet: 50, 3F and CD. RGB value is (80,63,205). Sum of RGB (Red+Green+Blue) = 80+63+205=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #503FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCD is #AFC032. Grayscale: #535353. Windows color (decimal): -11518003 or 13451088. OLE color: 13451088.
HSL color Cylindrical-coordinate representation of color #503FCD: hue angle of 247.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503FCD is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 63 | 205 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.20 |
| HSL | 247.18º | 0.59% | 0.53% | - |
| HSV(B) | 247.18º | 0.69% | 0.8% | - |
| XYZ | 16.11 | 9.67 | 58.77 | - |
| YUV | 84.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 205 | 0.61 | 0.69 | 0 | 0.20 | 247.18 | 0.59 | 0.53 |
| Hex | 50 | 3F | CD | 3D | 45 | 0 | 14 | F7 | 3B | 35 |
| Octal | 120 | 77 | 315 | 75 | 105 | 0 | 24 | 367 | 73 | 65 |
| Binary | 1010000 | 111111 | 11001101 | 111101 | 1000101 | 0 | 10100 | 11110111 | 111011 | 110101 |
Color Harmonies of #503FCD
Complementary color
Monochromatic Colors of #503FCD
Black with #503FCD
Text Example
Text Example
White with #503FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FCD; }
p { color: rgb(80,63,205); }
H1.HeaderClassName
{
color: #503FCD;
}
.AnyTagClassName
{
color: #503FCD;
}
</style>
background-color css
<style>
a { background-color: #503FCD; }
a { background-color: rgb(80,63,205); }
div.DivClassName
{
background-color: #503FCD;
}
.BgClassName
{
background-color: #503FCD;
}
</style>
border-color css
<style>
span { border-color: #503FCD; }
span { border-color: rgb(80,63,205); }
td.TdClassName
{
border-color: #503FCD;
}
.TagClassName
{
border-color: #503FCD;
}
</style>