Shades of Free Speech Blue #4250D1
Tints of Free Speech Blue #4250D1
RGB
CMYK
RGB Variations
Color information
#4250D1 (or 0x4250D1) is known color: Free Speech Blue. HEX triplet: 42, 50 and D1. RGB value is (66,80,209). Sum of RGB (Red+Green+Blue) = 66+80+209=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 209 (82.03% from 255 or 58.87% from 355); Max value from RGB is 209 - color contains mainly: blue. Hex color #4250D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250D1 is #BDAF2E. Grayscale: #595959. Windows color (decimal): -12431151 or 13717570. OLE color: 13717570.
HSL color Cylindrical-coordinate representation of color #4250D1: hue angle of 234.13º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4250D1 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 80 | 209 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.18 |
| HSL | 234.13º | 0.61% | 0.54% | - |
| HSV(B) | 234.13º | 0.68% | 0.82% | - |
| XYZ | 16.62 | 11.5 | 61.66 | - |
| YUV | 90.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 209 | 0.68 | 0.62 | 0 | 0.18 | 234.13 | 0.61 | 0.54 |
| Hex | 42 | 50 | D1 | 44 | 3E | 0 | 12 | EA | 3D | 36 |
| Octal | 102 | 120 | 321 | 104 | 76 | 0 | 22 | 352 | 75 | 66 |
| Binary | 1000010 | 1010000 | 11010001 | 1000100 | 111110 | 0 | 10010 | 11101010 | 111101 | 110110 |
Color Harmonies of #4250D1
Complementary color
Monochromatic Colors of #4250D1
Black with #4250D1
Text Example
Text Example
White with #4250D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4250D1; }
p { color: rgb(66,80,209); }
H1.HeaderClassName
{
color: #4250D1;
}
.AnyTagClassName
{
color: #4250D1;
}
</style>
background-color css
<style>
a { background-color: #4250D1; }
a { background-color: rgb(66,80,209); }
div.DivClassName
{
background-color: #4250D1;
}
.BgClassName
{
background-color: #4250D1;
}
</style>
border-color css
<style>
span { border-color: #4250D1; }
span { border-color: rgb(66,80,209); }
td.TdClassName
{
border-color: #4250D1;
}
.TagClassName
{
border-color: #4250D1;
}
</style>