Shades of Free Speech Blue #515FCB
Tints of Free Speech Blue #515FCB
RGB
CMYK
RGB Variations
Color information
#515FCB (or 0x515FCB) is known color: Free Speech Blue. HEX triplet: 51, 5F and CB. RGB value is (81,95,203). Sum of RGB (Red+Green+Blue) = 81+95+203=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #515FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FCB is #AEA034. Grayscale: #666666. Windows color (decimal): -11444277 or 13328209. OLE color: 13328209.
HSL color Cylindrical-coordinate representation of color #515FCB: hue angle of 233.11º 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 #515FCB is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 95 | 203 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.20 |
| HSL | 233.11º | 0.54% | 0.56% | - |
| HSV(B) | 233.11º | 0.6% | 0.8% | - |
| XYZ | 18.27 | 14.25 | 58.29 | - |
| YUV | 103.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 203 | 0.60 | 0.53 | 0 | 0.20 | 233.11 | 0.54 | 0.56 |
| Hex | 51 | 5F | CB | 3C | 35 | 0 | 14 | E9 | 36 | 38 |
| Octal | 121 | 137 | 313 | 74 | 65 | 0 | 24 | 351 | 66 | 70 |
| Binary | 1010001 | 1011111 | 11001011 | 111100 | 110101 | 0 | 10100 | 11101001 | 110110 | 111000 |
Color Harmonies of #515FCB
Complementary color
Monochromatic Colors of #515FCB
Black with #515FCB
Text Example
Text Example
White with #515FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FCB; }
p { color: rgb(81,95,203); }
H1.HeaderClassName
{
color: #515FCB;
}
.AnyTagClassName
{
color: #515FCB;
}
</style>
background-color css
<style>
a { background-color: #515FCB; }
a { background-color: rgb(81,95,203); }
div.DivClassName
{
background-color: #515FCB;
}
.BgClassName
{
background-color: #515FCB;
}
</style>
border-color css
<style>
span { border-color: #515FCB; }
span { border-color: rgb(81,95,203); }
td.TdClassName
{
border-color: #515FCB;
}
.TagClassName
{
border-color: #515FCB;
}
</style>