Shades of Free Speech Blue #5045CB
Tints of Free Speech Blue #5045CB
RGB
CMYK
RGB Variations
Color information
#5045CB (or 0x5045CB) is known color: Free Speech Blue. HEX triplet: 50, 45 and CB. RGB value is (80,69,203). Sum of RGB (Red+Green+Blue) = 80+69+203=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #5045CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5045CB is #AFBA34. Grayscale: #575757. Windows color (decimal): -11516469 or 13321552. OLE color: 13321552.
HSL color Cylindrical-coordinate representation of color #5045CB: hue angle of 244.93º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5045CB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 69 | 203 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.20 |
| HSL | 244.93º | 0.56% | 0.53% | - |
| HSV(B) | 244.93º | 0.66% | 0.8% | - |
| XYZ | 16.22 | 10.27 | 57.63 | - |
| YUV | 87.57 | 193.14 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 203 | 0.61 | 0.66 | 0 | 0.20 | 244.93 | 0.56 | 0.53 |
| Hex | 50 | 45 | CB | 3D | 42 | 0 | 14 | F5 | 38 | 35 |
| Octal | 120 | 105 | 313 | 75 | 102 | 0 | 24 | 365 | 70 | 65 |
| Binary | 1010000 | 1000101 | 11001011 | 111101 | 1000010 | 0 | 10100 | 11110101 | 111000 | 110101 |
Color Harmonies of #5045CB
Complementary color
Monochromatic Colors of #5045CB
Black with #5045CB
Text Example
Text Example
White with #5045CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5045CB; }
p { color: rgb(80,69,203); }
H1.HeaderClassName
{
color: #5045CB;
}
.AnyTagClassName
{
color: #5045CB;
}
</style>
background-color css
<style>
a { background-color: #5045CB; }
a { background-color: rgb(80,69,203); }
div.DivClassName
{
background-color: #5045CB;
}
.BgClassName
{
background-color: #5045CB;
}
</style>
border-color css
<style>
span { border-color: #5045CB; }
span { border-color: rgb(80,69,203); }
td.TdClassName
{
border-color: #5045CB;
}
.TagClassName
{
border-color: #5045CB;
}
</style>