Shades of Free Speech Blue #515ECE
Tints of Free Speech Blue #515ECE
RGB
CMYK
RGB Variations
Color information
#515ECE (or 0x515ECE) is known color: Free Speech Blue. HEX triplet: 51, 5E and CE. RGB value is (81,94,206). Sum of RGB (Red+Green+Blue) = 81+94+206=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #515ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ECE is #AEA131. Grayscale: #666666. Windows color (decimal): -11444530 or 13524561. OLE color: 13524561.
HSL color Cylindrical-coordinate representation of color #515ECE: hue angle of 233.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515ECE is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 94 | 206 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.19 |
| HSL | 233.76º | 0.56% | 0.56% | - |
| HSV(B) | 233.76º | 0.61% | 0.81% | - |
| XYZ | 18.54 | 14.21 | 60.16 | - |
| YUV | 102.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 206 | 0.61 | 0.54 | 0 | 0.19 | 233.76 | 0.56 | 0.56 |
| Hex | 51 | 5E | CE | 3D | 36 | 0 | 13 | EA | 38 | 38 |
| Octal | 121 | 136 | 316 | 75 | 66 | 0 | 23 | 352 | 70 | 70 |
| Binary | 1010001 | 1011110 | 11001110 | 111101 | 110110 | 0 | 10011 | 11101010 | 111000 | 111000 |
Color Harmonies of #515ECE
Complementary color
Monochromatic Colors of #515ECE
Black with #515ECE
Text Example
Text Example
White with #515ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ECE; }
p { color: rgb(81,94,206); }
H1.HeaderClassName
{
color: #515ECE;
}
.AnyTagClassName
{
color: #515ECE;
}
</style>
background-color css
<style>
a { background-color: #515ECE; }
a { background-color: rgb(81,94,206); }
div.DivClassName
{
background-color: #515ECE;
}
.BgClassName
{
background-color: #515ECE;
}
</style>
border-color css
<style>
span { border-color: #515ECE; }
span { border-color: rgb(81,94,206); }
td.TdClassName
{
border-color: #515ECE;
}
.TagClassName
{
border-color: #515ECE;
}
</style>