Shades of Free Speech Blue #4259CE
Tints of Free Speech Blue #4259CE
RGB
CMYK
RGB Variations
Color information
#4259CE (or 0x4259CE) is known color: Free Speech Blue. HEX triplet: 42, 59 and CE. RGB value is (66,89,206). Sum of RGB (Red+Green+Blue) = 66+89+206=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4259CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4259CE is #BDA631. Grayscale: #5E5E5E. Windows color (decimal): -12428850 or 13523266. OLE color: 13523266.
HSL color Cylindrical-coordinate representation of color #4259CE: hue angle of 230.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4259CE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 89 | 206 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.19 |
| HSL | 230.14º | 0.59% | 0.53% | - |
| HSV(B) | 230.14º | 0.68% | 0.81% | - |
| XYZ | 16.96 | 12.76 | 59.96 | - |
| YUV | 95.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 206 | 0.68 | 0.57 | 0 | 0.19 | 230.14 | 0.59 | 0.53 |
| Hex | 42 | 59 | CE | 44 | 39 | 0 | 13 | E6 | 3B | 35 |
| Octal | 102 | 131 | 316 | 104 | 71 | 0 | 23 | 346 | 73 | 65 |
| Binary | 1000010 | 1011001 | 11001110 | 1000100 | 111001 | 0 | 10011 | 11100110 | 111011 | 110101 |
Color Harmonies of #4259CE
Complementary color
Monochromatic Colors of #4259CE
Black with #4259CE
Text Example
Text Example
White with #4259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259CE; }
p { color: rgb(66,89,206); }
H1.HeaderClassName
{
color: #4259CE;
}
.AnyTagClassName
{
color: #4259CE;
}
</style>
background-color css
<style>
a { background-color: #4259CE; }
a { background-color: rgb(66,89,206); }
div.DivClassName
{
background-color: #4259CE;
}
.BgClassName
{
background-color: #4259CE;
}
</style>
border-color css
<style>
span { border-color: #4259CE; }
span { border-color: rgb(66,89,206); }
td.TdClassName
{
border-color: #4259CE;
}
.TagClassName
{
border-color: #4259CE;
}
</style>