Shades of Free Speech Blue #425DB2
Tints of Free Speech Blue #425DB2
RGB
CMYK
RGB Variations
Color information
#425DB2 (or 0x425DB2) is known color: Free Speech Blue. HEX triplet: 42, 5D and B2. RGB value is (66,93,178). Sum of RGB (Red+Green+Blue) = 66+93+178=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #425DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425DB2 is #BDA24D. Grayscale: #5E5E5E. Windows color (decimal): -12427854 or 11689282. OLE color: 11689282.
HSL color Cylindrical-coordinate representation of color #425DB2: hue angle of 225.54º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #425DB2 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 93 | 178 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.30 |
| HSL | 225.54º | 0.46% | 0.48% | - |
| HSV(B) | 225.54º | 0.63% | 0.7% | - |
| XYZ | 14.2 | 12.2 | 43.73 | - |
| YUV | 94.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 178 | 0.63 | 0.48 | 0 | 0.30 | 225.54 | 0.46 | 0.48 |
| Hex | 42 | 5D | B2 | 3F | 30 | 0 | 1E | E2 | 2E | 30 |
| Octal | 102 | 135 | 262 | 77 | 60 | 0 | 36 | 342 | 56 | 60 |
| Binary | 1000010 | 1011101 | 10110010 | 111111 | 110000 | 0 | 11110 | 11100010 | 101110 | 110000 |
Color Harmonies of #425DB2
Complementary color
Monochromatic Colors of #425DB2
Black with #425DB2
Text Example
Text Example
White with #425DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DB2; }
p { color: rgb(66,93,178); }
H1.HeaderClassName
{
color: #425DB2;
}
.AnyTagClassName
{
color: #425DB2;
}
</style>
background-color css
<style>
a { background-color: #425DB2; }
a { background-color: rgb(66,93,178); }
div.DivClassName
{
background-color: #425DB2;
}
.BgClassName
{
background-color: #425DB2;
}
</style>
border-color css
<style>
span { border-color: #425DB2; }
span { border-color: rgb(66,93,178); }
td.TdClassName
{
border-color: #425DB2;
}
.TagClassName
{
border-color: #425DB2;
}
</style>