Shades of Free Speech Blue #425ACC
Tints of Free Speech Blue #425ACC
RGB
CMYK
RGB Variations
Color information
#425ACC (or 0x425ACC) is known color: Free Speech Blue. HEX triplet: 42, 5A and CC. RGB value is (66,90,204). Sum of RGB (Red+Green+Blue) = 66+90+204=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #425ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ACC is #BDA533. Grayscale: #5F5F5F. Windows color (decimal): -12428596 or 13392450. OLE color: 13392450.
HSL color Cylindrical-coordinate representation of color #425ACC: hue angle of 229.57º 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 #425ACC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 90 | 204 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.2 |
| HSL | 229.57º | 0.58% | 0.53% | - |
| HSV(B) | 229.57º | 0.68% | 0.8% | - |
| XYZ | 16.8 | 12.83 | 58.72 | - |
| YUV | 95.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 204 | 0.68 | 0.56 | 0 | 0.2 | 229.57 | 0.58 | 0.53 |
| Hex | 42 | 5A | CC | 44 | 38 | 0 | 14 | E6 | 3A | 35 |
| Octal | 102 | 132 | 314 | 104 | 70 | 0 | 24 | 346 | 72 | 65 |
| Binary | 1000010 | 1011010 | 11001100 | 1000100 | 111000 | 0 | 10100 | 11100110 | 111010 | 110101 |
Color Harmonies of #425ACC
Complementary color
Monochromatic Colors of #425ACC
Black with #425ACC
Text Example
Text Example
White with #425ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ACC; }
p { color: rgb(66,90,204); }
H1.HeaderClassName
{
color: #425ACC;
}
.AnyTagClassName
{
color: #425ACC;
}
</style>
background-color css
<style>
a { background-color: #425ACC; }
a { background-color: rgb(66,90,204); }
div.DivClassName
{
background-color: #425ACC;
}
.BgClassName
{
background-color: #425ACC;
}
</style>
border-color css
<style>
span { border-color: #425ACC; }
span { border-color: rgb(66,90,204); }
td.TdClassName
{
border-color: #425ACC;
}
.TagClassName
{
border-color: #425ACC;
}
</style>