Shades of Free Speech Blue #5065CB
Tints of Free Speech Blue #5065CB
RGB
CMYK
RGB Variations
Color information
#5065CB (or 0x5065CB) is known color: Free Speech Blue. HEX triplet: 50, 65 and CB. RGB value is (80,101,203). Sum of RGB (Red+Green+Blue) = 80+101+203=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #5065CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5065CB is #AF9A34. Grayscale: #696969. Windows color (decimal): -11508277 or 13329744. OLE color: 13329744.
HSL color Cylindrical-coordinate representation of color #5065CB: hue angle of 229.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5065CB is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 101 | 203 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.20 |
| HSL | 229.76º | 0.54% | 0.55% | - |
| HSV(B) | 229.76º | 0.61% | 0.8% | - |
| XYZ | 18.74 | 15.32 | 58.47 | - |
| YUV | 106.35 | 182.54 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 203 | 0.61 | 0.50 | 0 | 0.20 | 229.76 | 0.54 | 0.55 |
| Hex | 50 | 65 | CB | 3D | 32 | 0 | 14 | E6 | 36 | 37 |
| Octal | 120 | 145 | 313 | 75 | 62 | 0 | 24 | 346 | 66 | 67 |
| Binary | 1010000 | 1100101 | 11001011 | 111101 | 110010 | 0 | 10100 | 11100110 | 110110 | 110111 |
Color Harmonies of #5065CB
Complementary color
Monochromatic Colors of #5065CB
Black with #5065CB
Text Example
Text Example
White with #5065CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065CB; }
p { color: rgb(80,101,203); }
H1.HeaderClassName
{
color: #5065CB;
}
.AnyTagClassName
{
color: #5065CB;
}
</style>
background-color css
<style>
a { background-color: #5065CB; }
a { background-color: rgb(80,101,203); }
div.DivClassName
{
background-color: #5065CB;
}
.BgClassName
{
background-color: #5065CB;
}
</style>
border-color css
<style>
span { border-color: #5065CB; }
span { border-color: rgb(80,101,203); }
td.TdClassName
{
border-color: #5065CB;
}
.TagClassName
{
border-color: #5065CB;
}
</style>