Shades of Free Speech Blue #4250BF
Tints of Free Speech Blue #4250BF
RGB
CMYK
RGB Variations
Color information
#4250BF (or 0x4250BF) is known color: Free Speech Blue. HEX triplet: 42, 50 and BF. RGB value is (66,80,191). Sum of RGB (Red+Green+Blue) = 66+80+191=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #4250BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250BF is #BDAF40. Grayscale: #585858. Windows color (decimal): -12431169 or 12537922. OLE color: 12537922.
HSL color Cylindrical-coordinate representation of color #4250BF: hue angle of 233.28º 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 #4250BF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 80 | 191 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.25 |
| HSL | 233.28º | 0.49% | 0.5% | - |
| HSV(B) | 233.28º | 0.65% | 0.75% | - |
| XYZ | 14.52 | 10.66 | 50.58 | - |
| YUV | 88.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 191 | 0.65 | 0.58 | 0 | 0.25 | 233.28 | 0.49 | 0.5 |
| Hex | 42 | 50 | BF | 41 | 3A | 0 | 19 | E9 | 31 | 32 |
| Octal | 102 | 120 | 277 | 101 | 72 | 0 | 31 | 351 | 61 | 62 |
| Binary | 1000010 | 1010000 | 10111111 | 1000001 | 111010 | 0 | 11001 | 11101001 | 110001 | 110010 |
Color Harmonies of #4250BF
Complementary color
Monochromatic Colors of #4250BF
Black with #4250BF
Text Example
Text Example
White with #4250BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4250BF; }
p { color: rgb(66,80,191); }
H1.HeaderClassName
{
color: #4250BF;
}
.AnyTagClassName
{
color: #4250BF;
}
</style>
background-color css
<style>
a { background-color: #4250BF; }
a { background-color: rgb(66,80,191); }
div.DivClassName
{
background-color: #4250BF;
}
.BgClassName
{
background-color: #4250BF;
}
</style>
border-color css
<style>
span { border-color: #4250BF; }
span { border-color: rgb(66,80,191); }
td.TdClassName
{
border-color: #4250BF;
}
.TagClassName
{
border-color: #4250BF;
}
</style>