Shades of Free Speech Blue #5069C3
Tints of Free Speech Blue #5069C3
RGB
CMYK
RGB Variations
Color information
#5069C3 (or 0x5069C3) is known color: Free Speech Blue. HEX triplet: 50, 69 and C3. RGB value is (80,105,195). Sum of RGB (Red+Green+Blue) = 80+105+195=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #5069C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5069C3 is #AF963C. Grayscale: #6B6B6B. Windows color (decimal): -11507261 or 12806480. OLE color: 12806480.
HSL color Cylindrical-coordinate representation of color #5069C3: hue angle of 226.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5069C3 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 105 | 195 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.24 |
| HSL | 226.96º | 0.49% | 0.54% | - |
| HSV(B) | 226.96º | 0.59% | 0.76% | - |
| XYZ | 18.21 | 15.75 | 53.71 | - |
| YUV | 107.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 195 | 0.59 | 0.46 | 0 | 0.24 | 226.96 | 0.49 | 0.54 |
| Hex | 50 | 69 | C3 | 3B | 2E | 0 | 18 | E3 | 31 | 36 |
| Octal | 120 | 151 | 303 | 73 | 56 | 0 | 30 | 343 | 61 | 66 |
| Binary | 1010000 | 1101001 | 11000011 | 111011 | 101110 | 0 | 11000 | 11100011 | 110001 | 110110 |
Color Harmonies of #5069C3
Complementary color
Monochromatic Colors of #5069C3
Black with #5069C3
Text Example
Text Example
White with #5069C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5069C3; }
p { color: rgb(80,105,195); }
H1.HeaderClassName
{
color: #5069C3;
}
.AnyTagClassName
{
color: #5069C3;
}
</style>
background-color css
<style>
a { background-color: #5069C3; }
a { background-color: rgb(80,105,195); }
div.DivClassName
{
background-color: #5069C3;
}
.BgClassName
{
background-color: #5069C3;
}
</style>
border-color css
<style>
span { border-color: #5069C3; }
span { border-color: rgb(80,105,195); }
td.TdClassName
{
border-color: #5069C3;
}
.TagClassName
{
border-color: #5069C3;
}
</style>