Shades of Free Speech Blue #4258CE
Tints of Free Speech Blue #4258CE
RGB
CMYK
RGB Variations
Color information
#4258CE (or 0x4258CE) is known color: Free Speech Blue. HEX triplet: 42, 58 and CE. RGB value is (66,88,206). Sum of RGB (Red+Green+Blue) = 66+88+206=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #4258CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4258CE is #BDA731. Grayscale: #5E5E5E. Windows color (decimal): -12429106 or 13523010. OLE color: 13523010.
HSL color Cylindrical-coordinate representation of color #4258CE: hue angle of 230.57º 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 #4258CE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 88 | 206 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.19 |
| HSL | 230.57º | 0.59% | 0.53% | - |
| HSV(B) | 230.57º | 0.68% | 0.81% | - |
| XYZ | 16.88 | 12.59 | 59.93 | - |
| YUV | 94.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 206 | 0.68 | 0.57 | 0 | 0.19 | 230.57 | 0.59 | 0.53 |
| Hex | 42 | 58 | CE | 44 | 39 | 0 | 13 | E7 | 3B | 35 |
| Octal | 102 | 130 | 316 | 104 | 71 | 0 | 23 | 347 | 73 | 65 |
| Binary | 1000010 | 1011000 | 11001110 | 1000100 | 111001 | 0 | 10011 | 11100111 | 111011 | 110101 |
Color Harmonies of #4258CE
Complementary color
Monochromatic Colors of #4258CE
Black with #4258CE
Text Example
Text Example
White with #4258CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4258CE; }
p { color: rgb(66,88,206); }
H1.HeaderClassName
{
color: #4258CE;
}
.AnyTagClassName
{
color: #4258CE;
}
</style>
background-color css
<style>
a { background-color: #4258CE; }
a { background-color: rgb(66,88,206); }
div.DivClassName
{
background-color: #4258CE;
}
.BgClassName
{
background-color: #4258CE;
}
</style>
border-color css
<style>
span { border-color: #4258CE; }
span { border-color: rgb(66,88,206); }
td.TdClassName
{
border-color: #4258CE;
}
.TagClassName
{
border-color: #4258CE;
}
</style>