Shades of Free Speech Blue #5048DA
Tints of Free Speech Blue #5048DA
RGB
CMYK
RGB Variations
Color information
#5048DA (or 0x5048DA) is known color: Free Speech Blue. HEX triplet: 50, 48 and DA. RGB value is (80,72,218). Sum of RGB (Red+Green+Blue) = 80+72+218=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #5048DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048DA is #AFB725. Grayscale: #5A5A5A. Windows color (decimal): -11515686 or 14305360. OLE color: 14305360.
HSL color Cylindrical-coordinate representation of color #5048DA: hue angle of 243.29º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5048DA is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 72 | 218 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.15 |
| HSL | 243.29º | 0.66% | 0.57% | - |
| HSV(B) | 243.29º | 0.67% | 0.85% | - |
| XYZ | 18.28 | 11.4 | 67.57 | - |
| YUV | 91.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 218 | 0.63 | 0.67 | 0 | 0.15 | 243.29 | 0.66 | 0.57 |
| Hex | 50 | 48 | DA | 3F | 43 | 0 | F | F3 | 42 | 39 |
| Octal | 120 | 110 | 332 | 77 | 103 | 0 | 17 | 363 | 102 | 71 |
| Binary | 1010000 | 1001000 | 11011010 | 111111 | 1000011 | 0 | 1111 | 11110011 | 1000010 | 111001 |
Color Harmonies of #5048DA
Complementary color
Monochromatic Colors of #5048DA
Black with #5048DA
Text Example
Text Example
White with #5048DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048DA; }
p { color: rgb(80,72,218); }
H1.HeaderClassName
{
color: #5048DA;
}
.AnyTagClassName
{
color: #5048DA;
}
</style>
background-color css
<style>
a { background-color: #5048DA; }
a { background-color: rgb(80,72,218); }
div.DivClassName
{
background-color: #5048DA;
}
.BgClassName
{
background-color: #5048DA;
}
</style>
border-color css
<style>
span { border-color: #5048DA; }
span { border-color: rgb(80,72,218); }
td.TdClassName
{
border-color: #5048DA;
}
.TagClassName
{
border-color: #5048DA;
}
</style>