Shades of Free Speech Blue #4250CF
Tints of Free Speech Blue #4250CF
RGB
CMYK
RGB Variations
Color information
#4250CF (or 0x4250CF) is known color: Free Speech Blue. HEX triplet: 42, 50 and CF. RGB value is (66,80,207). Sum of RGB (Red+Green+Blue) = 66+80+207=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #4250CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250CF is #BDAF30. Grayscale: #595959. Windows color (decimal): -12431153 or 13586498. OLE color: 13586498.
HSL color Cylindrical-coordinate representation of color #4250CF: hue angle of 234.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4250CF is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 80 | 207 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.19 |
| HSL | 234.04º | 0.59% | 0.54% | - |
| HSV(B) | 234.04º | 0.68% | 0.81% | - |
| XYZ | 16.38 | 11.4 | 60.37 | - |
| YUV | 90.29 | 193.86 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 207 | 0.68 | 0.61 | 0 | 0.19 | 234.04 | 0.59 | 0.54 |
| Hex | 42 | 50 | CF | 44 | 3D | 0 | 13 | EA | 3B | 36 |
| Octal | 102 | 120 | 317 | 104 | 75 | 0 | 23 | 352 | 73 | 66 |
| Binary | 1000010 | 1010000 | 11001111 | 1000100 | 111101 | 0 | 10011 | 11101010 | 111011 | 110110 |
Color Harmonies of #4250CF
Complementary color
Monochromatic Colors of #4250CF
Black with #4250CF
Text Example
Text Example
White with #4250CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4250CF; }
p { color: rgb(66,80,207); }
H1.HeaderClassName
{
color: #4250CF;
}
.AnyTagClassName
{
color: #4250CF;
}
</style>
background-color css
<style>
a { background-color: #4250CF; }
a { background-color: rgb(66,80,207); }
div.DivClassName
{
background-color: #4250CF;
}
.BgClassName
{
background-color: #4250CF;
}
</style>
border-color css
<style>
span { border-color: #4250CF; }
span { border-color: rgb(66,80,207); }
td.TdClassName
{
border-color: #4250CF;
}
.TagClassName
{
border-color: #4250CF;
}
</style>