Shades of Free Speech Blue #5040CB
Tints of Free Speech Blue #5040CB
RGB
CMYK
RGB Variations
Color information
#5040CB (or 0x5040CB) is known color: Free Speech Blue. HEX triplet: 50, 40 and CB. RGB value is (80,64,203). Sum of RGB (Red+Green+Blue) = 80+64+203=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #5040CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040CB is #AFBF34. Grayscale: #545454. Windows color (decimal): -11517749 or 13320272. OLE color: 13320272.
HSL color Cylindrical-coordinate representation of color #5040CB: hue angle of 246.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5040CB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 64 | 203 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.20 |
| HSL | 246.91º | 0.57% | 0.52% | - |
| HSV(B) | 246.91º | 0.68% | 0.8% | - |
| XYZ | 15.92 | 9.68 | 57.53 | - |
| YUV | 84.63 | 194.8 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 203 | 0.61 | 0.68 | 0 | 0.20 | 246.91 | 0.57 | 0.52 |
| Hex | 50 | 40 | CB | 3D | 44 | 0 | 14 | F7 | 39 | 34 |
| Octal | 120 | 100 | 313 | 75 | 104 | 0 | 24 | 367 | 71 | 64 |
| Binary | 1010000 | 1000000 | 11001011 | 111101 | 1000100 | 0 | 10100 | 11110111 | 111001 | 110100 |
Color Harmonies of #5040CB
Complementary color
Monochromatic Colors of #5040CB
Black with #5040CB
Text Example
Text Example
White with #5040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5040CB; }
p { color: rgb(80,64,203); }
H1.HeaderClassName
{
color: #5040CB;
}
.AnyTagClassName
{
color: #5040CB;
}
</style>
background-color css
<style>
a { background-color: #5040CB; }
a { background-color: rgb(80,64,203); }
div.DivClassName
{
background-color: #5040CB;
}
.BgClassName
{
background-color: #5040CB;
}
</style>
border-color css
<style>
span { border-color: #5040CB; }
span { border-color: rgb(80,64,203); }
td.TdClassName
{
border-color: #5040CB;
}
.TagClassName
{
border-color: #5040CB;
}
</style>