Shades of Free Speech Blue #425ECF
Tints of Free Speech Blue #425ECF
RGB
CMYK
RGB Variations
Color information
#425ECF (or 0x425ECF) is known color: Free Speech Blue. HEX triplet: 42, 5E and CF. RGB value is (66,94,207). Sum of RGB (Red+Green+Blue) = 66+94+207=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #425ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECF is #BDA130. Grayscale: #626262. Windows color (decimal): -12427569 or 13590082. OLE color: 13590082.
HSL color Cylindrical-coordinate representation of color #425ECF: hue angle of 228.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425ECF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 94 | 207 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.19 |
| HSL | 228.09º | 0.59% | 0.54% | - |
| HSV(B) | 228.09º | 0.68% | 0.81% | - |
| XYZ | 17.51 | 13.67 | 60.75 | - |
| YUV | 98.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 207 | 0.68 | 0.55 | 0 | 0.19 | 228.09 | 0.59 | 0.54 |
| Hex | 42 | 5E | CF | 44 | 37 | 0 | 13 | E4 | 3B | 36 |
| Octal | 102 | 136 | 317 | 104 | 67 | 0 | 23 | 344 | 73 | 66 |
| Binary | 1000010 | 1011110 | 11001111 | 1000100 | 110111 | 0 | 10011 | 11100100 | 111011 | 110110 |
Color Harmonies of #425ECF
Complementary color
Monochromatic Colors of #425ECF
Black with #425ECF
Text Example
Text Example
White with #425ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ECF; }
p { color: rgb(66,94,207); }
H1.HeaderClassName
{
color: #425ECF;
}
.AnyTagClassName
{
color: #425ECF;
}
</style>
background-color css
<style>
a { background-color: #425ECF; }
a { background-color: rgb(66,94,207); }
div.DivClassName
{
background-color: #425ECF;
}
.BgClassName
{
background-color: #425ECF;
}
</style>
border-color css
<style>
span { border-color: #425ECF; }
span { border-color: rgb(66,94,207); }
td.TdClassName
{
border-color: #425ECF;
}
.TagClassName
{
border-color: #425ECF;
}
</style>