Shades of Free Speech Blue #425DCC
Tints of Free Speech Blue #425DCC
RGB
CMYK
RGB Variations
Color information
#425DCC (or 0x425DCC) is known color: Free Speech Blue. HEX triplet: 42, 5D and CC. RGB value is (66,93,204). Sum of RGB (Red+Green+Blue) = 66+93+204=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #425DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DCC is #BDA233. Grayscale: #616161. Windows color (decimal): -12427828 or 13393218. OLE color: 13393218.
HSL color Cylindrical-coordinate representation of color #425DCC: hue angle of 228.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425DCC is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 93 | 204 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.2 |
| HSL | 228.26º | 0.58% | 0.53% | - |
| HSV(B) | 228.26º | 0.68% | 0.8% | - |
| XYZ | 17.06 | 13.35 | 58.8 | - |
| YUV | 97.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 204 | 0.68 | 0.54 | 0 | 0.2 | 228.26 | 0.58 | 0.53 |
| Hex | 42 | 5D | CC | 44 | 36 | 0 | 14 | E4 | 3A | 35 |
| Octal | 102 | 135 | 314 | 104 | 66 | 0 | 24 | 344 | 72 | 65 |
| Binary | 1000010 | 1011101 | 11001100 | 1000100 | 110110 | 0 | 10100 | 11100100 | 111010 | 110101 |
Color Harmonies of #425DCC
Complementary color
Monochromatic Colors of #425DCC
Black with #425DCC
Text Example
Text Example
White with #425DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425DCC; }
p { color: rgb(66,93,204); }
H1.HeaderClassName
{
color: #425DCC;
}
.AnyTagClassName
{
color: #425DCC;
}
</style>
background-color css
<style>
a { background-color: #425DCC; }
a { background-color: rgb(66,93,204); }
div.DivClassName
{
background-color: #425DCC;
}
.BgClassName
{
background-color: #425DCC;
}
</style>
border-color css
<style>
span { border-color: #425DCC; }
span { border-color: rgb(66,93,204); }
td.TdClassName
{
border-color: #425DCC;
}
.TagClassName
{
border-color: #425DCC;
}
</style>