Shades of Free Speech Blue #425EC2
Tints of Free Speech Blue #425EC2
RGB
CMYK
RGB Variations
Color information
#425EC2 (or 0x425EC2) is known color: Free Speech Blue. HEX triplet: 42, 5E and C2. RGB value is (66,94,194). Sum of RGB (Red+Green+Blue) = 66+94+194=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 194 (76.17% from 255 or 54.80% from 354); Max value from RGB is 194 - color contains mainly: blue. Hex color #425EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EC2 is #BDA13D. Grayscale: #606060. Windows color (decimal): -12427582 or 12738114. OLE color: 12738114.
HSL color Cylindrical-coordinate representation of color #425EC2: hue angle of 226.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #425EC2 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 94 | 194 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.24 |
| HSL | 226.88º | 0.51% | 0.51% | - |
| HSV(B) | 226.88º | 0.66% | 0.76% | - |
| XYZ | 15.99 | 13.06 | 52.72 | - |
| YUV | 97.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 194 | 0.66 | 0.52 | 0 | 0.24 | 226.88 | 0.51 | 0.51 |
| Hex | 42 | 5E | C2 | 42 | 34 | 0 | 18 | E3 | 33 | 33 |
| Octal | 102 | 136 | 302 | 102 | 64 | 0 | 30 | 343 | 63 | 63 |
| Binary | 1000010 | 1011110 | 11000010 | 1000010 | 110100 | 0 | 11000 | 11100011 | 110011 | 110011 |
Color Harmonies of #425EC2
Complementary color
Monochromatic Colors of #425EC2
Black with #425EC2
Text Example
Text Example
White with #425EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EC2; }
p { color: rgb(66,94,194); }
H1.HeaderClassName
{
color: #425EC2;
}
.AnyTagClassName
{
color: #425EC2;
}
</style>
background-color css
<style>
a { background-color: #425EC2; }
a { background-color: rgb(66,94,194); }
div.DivClassName
{
background-color: #425EC2;
}
.BgClassName
{
background-color: #425EC2;
}
</style>
border-color css
<style>
span { border-color: #425EC2; }
span { border-color: rgb(66,94,194); }
td.TdClassName
{
border-color: #425EC2;
}
.TagClassName
{
border-color: #425EC2;
}
</style>