Shades of Free Speech Blue #503FCE
Tints of Free Speech Blue #503FCE
RGB
CMYK
RGB Variations
Color information
#503FCE (or 0x503FCE) is known color: Free Speech Blue. HEX triplet: 50, 3F and CE. RGB value is (80,63,206). Sum of RGB (Red+Green+Blue) = 80+63+206=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #503FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FCE is #AFC031. Grayscale: #535353. Windows color (decimal): -11518002 or 13516624. OLE color: 13516624.
HSL color Cylindrical-coordinate representation of color #503FCE: hue angle of 247.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503FCE is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 63 | 206 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.19 |
| HSL | 247.13º | 0.59% | 0.53% | - |
| HSV(B) | 247.13º | 0.69% | 0.81% | - |
| XYZ | 16.23 | 9.72 | 59.41 | - |
| YUV | 84.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 206 | 0.61 | 0.69 | 0 | 0.19 | 247.13 | 0.59 | 0.53 |
| Hex | 50 | 3F | CE | 3D | 45 | 0 | 13 | F7 | 3B | 35 |
| Octal | 120 | 77 | 316 | 75 | 105 | 0 | 23 | 367 | 73 | 65 |
| Binary | 1010000 | 111111 | 11001110 | 111101 | 1000101 | 0 | 10011 | 11110111 | 111011 | 110101 |
Color Harmonies of #503FCE
Complementary color
Monochromatic Colors of #503FCE
Black with #503FCE
Text Example
Text Example
White with #503FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FCE; }
p { color: rgb(80,63,206); }
H1.HeaderClassName
{
color: #503FCE;
}
.AnyTagClassName
{
color: #503FCE;
}
</style>
background-color css
<style>
a { background-color: #503FCE; }
a { background-color: rgb(80,63,206); }
div.DivClassName
{
background-color: #503FCE;
}
.BgClassName
{
background-color: #503FCE;
}
</style>
border-color css
<style>
span { border-color: #503FCE; }
span { border-color: rgb(80,63,206); }
td.TdClassName
{
border-color: #503FCE;
}
.TagClassName
{
border-color: #503FCE;
}
</style>