Shades of Free Speech Blue #425ECB
Tints of Free Speech Blue #425ECB
RGB
CMYK
RGB Variations
Color information
#425ECB (or 0x425ECB) is known color: Free Speech Blue. HEX triplet: 42, 5E and CB. RGB value is (66,94,203). Sum of RGB (Red+Green+Blue) = 66+94+203=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #425ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECB is #BDA134. Grayscale: #616161. Windows color (decimal): -12427573 or 13327938. OLE color: 13327938.
HSL color Cylindrical-coordinate representation of color #425ECB: hue angle of 227.74º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #425ECB is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 94 | 203 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.20 |
| HSL | 227.74º | 0.57% | 0.53% | - |
| HSV(B) | 227.74º | 0.67% | 0.8% | - |
| XYZ | 17.03 | 13.48 | 58.2 | - |
| YUV | 98.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 203 | 0.67 | 0.54 | 0 | 0.20 | 227.74 | 0.57 | 0.53 |
| Hex | 42 | 5E | CB | 43 | 36 | 0 | 14 | E4 | 39 | 35 |
| Octal | 102 | 136 | 313 | 103 | 66 | 0 | 24 | 344 | 71 | 65 |
| Binary | 1000010 | 1011110 | 11001011 | 1000011 | 110110 | 0 | 10100 | 11100100 | 111001 | 110101 |
Color Harmonies of #425ECB
Complementary color
Monochromatic Colors of #425ECB
Black with #425ECB
Text Example
Text Example
White with #425ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ECB; }
p { color: rgb(66,94,203); }
H1.HeaderClassName
{
color: #425ECB;
}
.AnyTagClassName
{
color: #425ECB;
}
</style>
background-color css
<style>
a { background-color: #425ECB; }
a { background-color: rgb(66,94,203); }
div.DivClassName
{
background-color: #425ECB;
}
.BgClassName
{
background-color: #425ECB;
}
</style>
border-color css
<style>
span { border-color: #425ECB; }
span { border-color: rgb(66,94,203); }
td.TdClassName
{
border-color: #425ECB;
}
.TagClassName
{
border-color: #425ECB;
}
</style>