Shades of Free Speech Blue #4255BF
Tints of Free Speech Blue #4255BF
RGB
CMYK
RGB Variations
Color information
#4255BF (or 0x4255BF) is known color: Free Speech Blue. HEX triplet: 42, 55 and BF. RGB value is (66,85,191). Sum of RGB (Red+Green+Blue) = 66+85+191=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #4255BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255BF is #BDAA40. Grayscale: #5A5A5A. Windows color (decimal): -12429889 or 12539202. OLE color: 12539202.
HSL color Cylindrical-coordinate representation of color #4255BF: hue angle of 230.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4255BF is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 85 | 191 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.25 |
| HSL | 230.88º | 0.49% | 0.5% | - |
| HSV(B) | 230.88º | 0.65% | 0.75% | - |
| XYZ | 14.9 | 11.42 | 50.71 | - |
| YUV | 91.4 | 184.21 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 191 | 0.65 | 0.55 | 0 | 0.25 | 230.88 | 0.49 | 0.5 |
| Hex | 42 | 55 | BF | 41 | 37 | 0 | 19 | E7 | 31 | 32 |
| Octal | 102 | 125 | 277 | 101 | 67 | 0 | 31 | 347 | 61 | 62 |
| Binary | 1000010 | 1010101 | 10111111 | 1000001 | 110111 | 0 | 11001 | 11100111 | 110001 | 110010 |
Color Harmonies of #4255BF
Complementary color
Monochromatic Colors of #4255BF
Black with #4255BF
Text Example
Text Example
White with #4255BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255BF; }
p { color: rgb(66,85,191); }
H1.HeaderClassName
{
color: #4255BF;
}
.AnyTagClassName
{
color: #4255BF;
}
</style>
background-color css
<style>
a { background-color: #4255BF; }
a { background-color: rgb(66,85,191); }
div.DivClassName
{
background-color: #4255BF;
}
.BgClassName
{
background-color: #4255BF;
}
</style>
border-color css
<style>
span { border-color: #4255BF; }
span { border-color: rgb(66,85,191); }
td.TdClassName
{
border-color: #4255BF;
}
.TagClassName
{
border-color: #4255BF;
}
</style>