Shades of Free Speech Blue #504DCD
Tints of Free Speech Blue #504DCD
RGB
CMYK
RGB Variations
Color information
#504DCD (or 0x504DCD) is known color: Free Speech Blue. HEX triplet: 50, 4D and CD. RGB value is (80,77,205). Sum of RGB (Red+Green+Blue) = 80+77+205=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #504DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DCD is #AFB232. Grayscale: #5B5B5B. Windows color (decimal): -11514419 or 13454672. OLE color: 13454672.
HSL color Cylindrical-coordinate representation of color #504DCD: hue angle of 241.41º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504DCD is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 77 | 205 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.20 |
| HSL | 241.41º | 0.56% | 0.55% | - |
| HSV(B) | 241.41º | 0.62% | 0.8% | - |
| XYZ | 16.98 | 11.42 | 59.07 | - |
| YUV | 92.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 205 | 0.61 | 0.62 | 0 | 0.20 | 241.41 | 0.56 | 0.55 |
| Hex | 50 | 4D | CD | 3D | 3E | 0 | 14 | F1 | 38 | 37 |
| Octal | 120 | 115 | 315 | 75 | 76 | 0 | 24 | 361 | 70 | 67 |
| Binary | 1010000 | 1001101 | 11001101 | 111101 | 111110 | 0 | 10100 | 11110001 | 111000 | 110111 |
Color Harmonies of #504DCD
Complementary color
Monochromatic Colors of #504DCD
Black with #504DCD
Text Example
Text Example
White with #504DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DCD; }
p { color: rgb(80,77,205); }
H1.HeaderClassName
{
color: #504DCD;
}
.AnyTagClassName
{
color: #504DCD;
}
</style>
background-color css
<style>
a { background-color: #504DCD; }
a { background-color: rgb(80,77,205); }
div.DivClassName
{
background-color: #504DCD;
}
.BgClassName
{
background-color: #504DCD;
}
</style>
border-color css
<style>
span { border-color: #504DCD; }
span { border-color: rgb(80,77,205); }
td.TdClassName
{
border-color: #504DCD;
}
.TagClassName
{
border-color: #504DCD;
}
</style>