Shades of Free Speech Blue #5048D4
Tints of Free Speech Blue #5048D4
RGB
CMYK
RGB Variations
Color information
#5048D4 (or 0x5048D4) is known color: Free Speech Blue. HEX triplet: 50, 48 and D4. RGB value is (80,72,212). Sum of RGB (Red+Green+Blue) = 80+72+212=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 212 (83.20% from 255 or 58.24% from 364); Max value from RGB is 212 - color contains mainly: blue. Hex color #5048D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048D4 is #AFB72B. Grayscale: #595959. Windows color (decimal): -11515692 or 13912144. OLE color: 13912144.
HSL color Cylindrical-coordinate representation of color #5048D4: hue angle of 243.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5048D4 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 72 | 212 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.17 |
| HSL | 243.43º | 0.62% | 0.56% | - |
| HSV(B) | 243.43º | 0.66% | 0.83% | - |
| XYZ | 17.51 | 11.09 | 63.51 | - |
| YUV | 90.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 212 | 0.62 | 0.66 | 0 | 0.17 | 243.43 | 0.62 | 0.56 |
| Hex | 50 | 48 | D4 | 3E | 42 | 0 | 11 | F3 | 3E | 38 |
| Octal | 120 | 110 | 324 | 76 | 102 | 0 | 21 | 363 | 76 | 70 |
| Binary | 1010000 | 1001000 | 11010100 | 111110 | 1000010 | 0 | 10001 | 11110011 | 111110 | 111000 |
Color Harmonies of #5048D4
Complementary color
Monochromatic Colors of #5048D4
Black with #5048D4
Text Example
Text Example
White with #5048D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048D4; }
p { color: rgb(80,72,212); }
H1.HeaderClassName
{
color: #5048D4;
}
.AnyTagClassName
{
color: #5048D4;
}
</style>
background-color css
<style>
a { background-color: #5048D4; }
a { background-color: rgb(80,72,212); }
div.DivClassName
{
background-color: #5048D4;
}
.BgClassName
{
background-color: #5048D4;
}
</style>
border-color css
<style>
span { border-color: #5048D4; }
span { border-color: rgb(80,72,212); }
td.TdClassName
{
border-color: #5048D4;
}
.TagClassName
{
border-color: #5048D4;
}
</style>