Shades of Free Speech Blue #425EBA
Tints of Free Speech Blue #425EBA
RGB
CMYK
RGB Variations
Color information
#425EBA (or 0x425EBA) is known color: Free Speech Blue. HEX triplet: 42, 5E and BA. RGB value is (66,94,186). Sum of RGB (Red+Green+Blue) = 66+94+186=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #425EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425EBA is #BDA145. Grayscale: #5F5F5F. Windows color (decimal): -12427590 or 12213826. OLE color: 12213826.
HSL color Cylindrical-coordinate representation of color #425EBA: hue angle of 226º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425EBA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 94 | 186 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.27 |
| HSL | 226º | 0.48% | 0.49% | - |
| HSV(B) | 226º | 0.65% | 0.73% | - |
| XYZ | 15.11 | 12.71 | 48.11 | - |
| YUV | 96.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 186 | 0.65 | 0.49 | 0 | 0.27 | 226 | 0.48 | 0.49 |
| Hex | 42 | 5E | BA | 41 | 31 | 0 | 1B | E2 | 30 | 31 |
| Octal | 102 | 136 | 272 | 101 | 61 | 0 | 33 | 342 | 60 | 61 |
| Binary | 1000010 | 1011110 | 10111010 | 1000001 | 110001 | 0 | 11011 | 11100010 | 110000 | 110001 |
Color Harmonies of #425EBA
Complementary color
Monochromatic Colors of #425EBA
Black with #425EBA
Text Example
Text Example
White with #425EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425EBA; }
p { color: rgb(66,94,186); }
H1.HeaderClassName
{
color: #425EBA;
}
.AnyTagClassName
{
color: #425EBA;
}
</style>
background-color css
<style>
a { background-color: #425EBA; }
a { background-color: rgb(66,94,186); }
div.DivClassName
{
background-color: #425EBA;
}
.BgClassName
{
background-color: #425EBA;
}
</style>
border-color css
<style>
span { border-color: #425EBA; }
span { border-color: rgb(66,94,186); }
td.TdClassName
{
border-color: #425EBA;
}
.TagClassName
{
border-color: #425EBA;
}
</style>