Shades of Free Speech Blue #504ADB
Tints of Free Speech Blue #504ADB
RGB
CMYK
RGB Variations
Color information
#504ADB (or 0x504ADB) is known color: Free Speech Blue. HEX triplet: 50, 4A and DB. RGB value is (80,74,219). Sum of RGB (Red+Green+Blue) = 80+74+219=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #504ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ADB is #AFB524. Grayscale: #5B5B5B. Windows color (decimal): -11515173 or 14371408. OLE color: 14371408.
HSL color Cylindrical-coordinate representation of color #504ADB: hue angle of 242.48º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504ADB is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 74 | 219 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.14 |
| HSL | 242.48º | 0.67% | 0.57% | - |
| HSV(B) | 242.48º | 0.66% | 0.86% | - |
| XYZ | 18.54 | 11.72 | 68.3 | - |
| YUV | 92.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 219 | 0.63 | 0.66 | 0 | 0.14 | 242.48 | 0.67 | 0.57 |
| Hex | 50 | 4A | DB | 3F | 42 | 0 | E | F2 | 43 | 39 |
| Octal | 120 | 112 | 333 | 77 | 102 | 0 | 16 | 362 | 103 | 71 |
| Binary | 1010000 | 1001010 | 11011011 | 111111 | 1000010 | 0 | 1110 | 11110010 | 1000011 | 111001 |
Color Harmonies of #504ADB
Complementary color
Monochromatic Colors of #504ADB
Black with #504ADB
Text Example
Text Example
White with #504ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ADB; }
p { color: rgb(80,74,219); }
H1.HeaderClassName
{
color: #504ADB;
}
.AnyTagClassName
{
color: #504ADB;
}
</style>
background-color css
<style>
a { background-color: #504ADB; }
a { background-color: rgb(80,74,219); }
div.DivClassName
{
background-color: #504ADB;
}
.BgClassName
{
background-color: #504ADB;
}
</style>
border-color css
<style>
span { border-color: #504ADB; }
span { border-color: rgb(80,74,219); }
td.TdClassName
{
border-color: #504ADB;
}
.TagClassName
{
border-color: #504ADB;
}
</style>