Shades of Free Speech Blue #515ECB
Tints of Free Speech Blue #515ECB
RGB
CMYK
RGB Variations
Color information
#515ECB (or 0x515ECB) is known color: Free Speech Blue. HEX triplet: 51, 5E and CB. RGB value is (81,94,203). Sum of RGB (Red+Green+Blue) = 81+94+203=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #515ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ECB is #AEA134. Grayscale: #666666. Windows color (decimal): -11444533 or 13327953. OLE color: 13327953.
HSL color Cylindrical-coordinate representation of color #515ECB: hue angle of 233.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515ECB is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 94 | 203 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.20 |
| HSL | 233.61º | 0.54% | 0.56% | - |
| HSV(B) | 233.61º | 0.6% | 0.8% | - |
| XYZ | 18.18 | 14.07 | 58.26 | - |
| YUV | 102.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 203 | 0.60 | 0.54 | 0 | 0.20 | 233.61 | 0.54 | 0.56 |
| Hex | 51 | 5E | CB | 3C | 36 | 0 | 14 | EA | 36 | 38 |
| Octal | 121 | 136 | 313 | 74 | 66 | 0 | 24 | 352 | 66 | 70 |
| Binary | 1010001 | 1011110 | 11001011 | 111100 | 110110 | 0 | 10100 | 11101010 | 110110 | 111000 |
Color Harmonies of #515ECB
Complementary color
Monochromatic Colors of #515ECB
Black with #515ECB
Text Example
Text Example
White with #515ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ECB; }
p { color: rgb(81,94,203); }
H1.HeaderClassName
{
color: #515ECB;
}
.AnyTagClassName
{
color: #515ECB;
}
</style>
background-color css
<style>
a { background-color: #515ECB; }
a { background-color: rgb(81,94,203); }
div.DivClassName
{
background-color: #515ECB;
}
.BgClassName
{
background-color: #515ECB;
}
</style>
border-color css
<style>
span { border-color: #515ECB; }
span { border-color: rgb(81,94,203); }
td.TdClassName
{
border-color: #515ECB;
}
.TagClassName
{
border-color: #515ECB;
}
</style>