Shades of Free Speech Blue #425DB9
Tints of Free Speech Blue #425DB9
RGB
CMYK
RGB Variations
Color information
#425DB9 (or 0x425DB9) is known color: Free Speech Blue. HEX triplet: 42, 5D and B9. RGB value is (66,93,185). Sum of RGB (Red+Green+Blue) = 66+93+185=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #425DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DB9 is #BDA246. Grayscale: #5F5F5F. Windows color (decimal): -12427847 or 12148034. OLE color: 12148034.
HSL color Cylindrical-coordinate representation of color #425DB9: hue angle of 226.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425DB9 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 93 | 185 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.27 |
| HSL | 226.39º | 0.47% | 0.49% | - |
| HSV(B) | 226.39º | 0.64% | 0.73% | - |
| XYZ | 14.92 | 12.49 | 47.52 | - |
| YUV | 95.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 185 | 0.64 | 0.50 | 0 | 0.27 | 226.39 | 0.47 | 0.49 |
| Hex | 42 | 5D | B9 | 40 | 32 | 0 | 1B | E2 | 2F | 31 |
| Octal | 102 | 135 | 271 | 100 | 62 | 0 | 33 | 342 | 57 | 61 |
| Binary | 1000010 | 1011101 | 10111001 | 1000000 | 110010 | 0 | 11011 | 11100010 | 101111 | 110001 |
Color Harmonies of #425DB9
Complementary color
Monochromatic Colors of #425DB9
Black with #425DB9
Text Example
Text Example
White with #425DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DB9; }
p { color: rgb(66,93,185); }
H1.HeaderClassName
{
color: #425DB9;
}
.AnyTagClassName
{
color: #425DB9;
}
</style>
background-color css
<style>
a { background-color: #425DB9; }
a { background-color: rgb(66,93,185); }
div.DivClassName
{
background-color: #425DB9;
}
.BgClassName
{
background-color: #425DB9;
}
</style>
border-color css
<style>
span { border-color: #425DB9; }
span { border-color: rgb(66,93,185); }
td.TdClassName
{
border-color: #425DB9;
}
.TagClassName
{
border-color: #425DB9;
}
</style>