Shades of Free Speech Blue #4250CA
Tints of Free Speech Blue #4250CA
RGB
CMYK
RGB Variations
Color information
#4250CA (or 0x4250CA) is known color: Free Speech Blue. HEX triplet: 42, 50 and CA. RGB value is (66,80,202). Sum of RGB (Red+Green+Blue) = 66+80+202=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #4250CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250CA is #BDAF35. Grayscale: #595959. Windows color (decimal): -12431158 or 13258818. OLE color: 13258818.
HSL color Cylindrical-coordinate representation of color #4250CA: hue angle of 233.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4250CA is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 80 | 202 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.21 |
| HSL | 233.82º | 0.56% | 0.53% | - |
| HSV(B) | 233.82º | 0.67% | 0.79% | - |
| XYZ | 15.78 | 11.16 | 57.2 | - |
| YUV | 89.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 202 | 0.67 | 0.60 | 0 | 0.21 | 233.82 | 0.56 | 0.53 |
| Hex | 42 | 50 | CA | 43 | 3C | 0 | 15 | EA | 38 | 35 |
| Octal | 102 | 120 | 312 | 103 | 74 | 0 | 25 | 352 | 70 | 65 |
| Binary | 1000010 | 1010000 | 11001010 | 1000011 | 111100 | 0 | 10101 | 11101010 | 111000 | 110101 |
Color Harmonies of #4250CA
Complementary color
Monochromatic Colors of #4250CA
Black with #4250CA
Text Example
Text Example
White with #4250CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4250CA; }
p { color: rgb(66,80,202); }
H1.HeaderClassName
{
color: #4250CA;
}
.AnyTagClassName
{
color: #4250CA;
}
</style>
background-color css
<style>
a { background-color: #4250CA; }
a { background-color: rgb(66,80,202); }
div.DivClassName
{
background-color: #4250CA;
}
.BgClassName
{
background-color: #4250CA;
}
</style>
border-color css
<style>
span { border-color: #4250CA; }
span { border-color: rgb(66,80,202); }
td.TdClassName
{
border-color: #4250CA;
}
.TagClassName
{
border-color: #4250CA;
}
</style>