Shades of Free Speech Blue #504BD1
Tints of Free Speech Blue #504BD1
RGB
CMYK
RGB Variations
Color information
#504BD1 (or 0x504BD1) is known color: Free Speech Blue. HEX triplet: 50, 4B and D1. RGB value is (80,75,209). Sum of RGB (Red+Green+Blue) = 80+75+209=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #504BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BD1 is #AFB42E. Grayscale: #5B5B5B. Windows color (decimal): -11514927 or 13716304. OLE color: 13716304.
HSL color Cylindrical-coordinate representation of color #504BD1: hue angle of 242.24º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504BD1 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 75 | 209 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.18 |
| HSL | 242.24º | 0.59% | 0.56% | - |
| HSV(B) | 242.24º | 0.64% | 0.82% | - |
| XYZ | 17.33 | 11.34 | 61.6 | - |
| YUV | 91.77 | 194.16 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 209 | 0.62 | 0.64 | 0 | 0.18 | 242.24 | 0.59 | 0.56 |
| Hex | 50 | 4B | D1 | 3E | 40 | 0 | 12 | F2 | 3B | 38 |
| Octal | 120 | 113 | 321 | 76 | 100 | 0 | 22 | 362 | 73 | 70 |
| Binary | 1010000 | 1001011 | 11010001 | 111110 | 1000000 | 0 | 10010 | 11110010 | 111011 | 111000 |
Color Harmonies of #504BD1
Complementary color
Monochromatic Colors of #504BD1
Black with #504BD1
Text Example
Text Example
White with #504BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BD1; }
p { color: rgb(80,75,209); }
H1.HeaderClassName
{
color: #504BD1;
}
.AnyTagClassName
{
color: #504BD1;
}
</style>
background-color css
<style>
a { background-color: #504BD1; }
a { background-color: rgb(80,75,209); }
div.DivClassName
{
background-color: #504BD1;
}
.BgClassName
{
background-color: #504BD1;
}
</style>
border-color css
<style>
span { border-color: #504BD1; }
span { border-color: rgb(80,75,209); }
td.TdClassName
{
border-color: #504BD1;
}
.TagClassName
{
border-color: #504BD1;
}
</style>