Shades of Free Speech Blue #425ACF
Tints of Free Speech Blue #425ACF
RGB
CMYK
RGB Variations
Color information
#425ACF (or 0x425ACF) is known color: Free Speech Blue. HEX triplet: 42, 5A and CF. RGB value is (66,90,207). Sum of RGB (Red+Green+Blue) = 66+90+207=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #425ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ACF is #BDA530. Grayscale: #5F5F5F. Windows color (decimal): -12428593 or 13589058. OLE color: 13589058.
HSL color Cylindrical-coordinate representation of color #425ACF: hue angle of 229.79º 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 #425ACF is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 90 | 207 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.19 |
| HSL | 229.79º | 0.59% | 0.54% | - |
| HSV(B) | 229.79º | 0.68% | 0.81% | - |
| XYZ | 17.17 | 12.98 | 60.63 | - |
| YUV | 96.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 207 | 0.68 | 0.57 | 0 | 0.19 | 229.79 | 0.59 | 0.54 |
| Hex | 42 | 5A | CF | 44 | 39 | 0 | 13 | E6 | 3B | 36 |
| Octal | 102 | 132 | 317 | 104 | 71 | 0 | 23 | 346 | 73 | 66 |
| Binary | 1000010 | 1011010 | 11001111 | 1000100 | 111001 | 0 | 10011 | 11100110 | 111011 | 110110 |
Color Harmonies of #425ACF
Complementary color
Monochromatic Colors of #425ACF
Black with #425ACF
Text Example
Text Example
White with #425ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ACF; }
p { color: rgb(66,90,207); }
H1.HeaderClassName
{
color: #425ACF;
}
.AnyTagClassName
{
color: #425ACF;
}
</style>
background-color css
<style>
a { background-color: #425ACF; }
a { background-color: rgb(66,90,207); }
div.DivClassName
{
background-color: #425ACF;
}
.BgClassName
{
background-color: #425ACF;
}
</style>
border-color css
<style>
span { border-color: #425ACF; }
span { border-color: rgb(66,90,207); }
td.TdClassName
{
border-color: #425ACF;
}
.TagClassName
{
border-color: #425ACF;
}
</style>