Shades of Free Speech Blue #5048DB
Tints of Free Speech Blue #5048DB
RGB
CMYK
RGB Variations
Color information
#5048DB (or 0x5048DB) is known color: Free Speech Blue. HEX triplet: 50, 48 and DB. RGB value is (80,72,219). Sum of RGB (Red+Green+Blue) = 80+72+219=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #5048DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048DB is #AFB724. Grayscale: #5A5A5A. Windows color (decimal): -11515685 or 14370896. OLE color: 14370896.
HSL color Cylindrical-coordinate representation of color #5048DB: hue angle of 243.27º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5048DB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 72 | 219 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.14 |
| HSL | 243.27º | 0.67% | 0.57% | - |
| HSV(B) | 243.27º | 0.67% | 0.86% | - |
| XYZ | 18.41 | 11.45 | 68.26 | - |
| YUV | 91.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 219 | 0.63 | 0.67 | 0 | 0.14 | 243.27 | 0.67 | 0.57 |
| Hex | 50 | 48 | DB | 3F | 43 | 0 | E | F3 | 43 | 39 |
| Octal | 120 | 110 | 333 | 77 | 103 | 0 | 16 | 363 | 103 | 71 |
| Binary | 1010000 | 1001000 | 11011011 | 111111 | 1000011 | 0 | 1110 | 11110011 | 1000011 | 111001 |
Color Harmonies of #5048DB
Complementary color
Monochromatic Colors of #5048DB
Black with #5048DB
Text Example
Text Example
White with #5048DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048DB; }
p { color: rgb(80,72,219); }
H1.HeaderClassName
{
color: #5048DB;
}
.AnyTagClassName
{
color: #5048DB;
}
</style>
background-color css
<style>
a { background-color: #5048DB; }
a { background-color: rgb(80,72,219); }
div.DivClassName
{
background-color: #5048DB;
}
.BgClassName
{
background-color: #5048DB;
}
</style>
border-color css
<style>
span { border-color: #5048DB; }
span { border-color: rgb(80,72,219); }
td.TdClassName
{
border-color: #5048DB;
}
.TagClassName
{
border-color: #5048DB;
}
</style>