Shades of Free Speech Blue #425BCE
Tints of Free Speech Blue #425BCE
RGB
CMYK
RGB Variations
Color information
#425BCE (or 0x425BCE) is known color: Free Speech Blue. HEX triplet: 42, 5B and CE. RGB value is (66,91,206). Sum of RGB (Red+Green+Blue) = 66+91+206=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #425BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BCE is #BDA431. Grayscale: #606060. Windows color (decimal): -12428338 or 13523778. OLE color: 13523778.
HSL color Cylindrical-coordinate representation of color #425BCE: hue angle of 229.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425BCE is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 91 | 206 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.19 |
| HSL | 229.29º | 0.59% | 0.53% | - |
| HSV(B) | 229.29º | 0.68% | 0.81% | - |
| XYZ | 17.13 | 13.1 | 60.02 | - |
| YUV | 96.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 206 | 0.68 | 0.56 | 0 | 0.19 | 229.29 | 0.59 | 0.53 |
| Hex | 42 | 5B | CE | 44 | 38 | 0 | 13 | E5 | 3B | 35 |
| Octal | 102 | 133 | 316 | 104 | 70 | 0 | 23 | 345 | 73 | 65 |
| Binary | 1000010 | 1011011 | 11001110 | 1000100 | 111000 | 0 | 10011 | 11100101 | 111011 | 110101 |
Color Harmonies of #425BCE
Complementary color
Monochromatic Colors of #425BCE
Black with #425BCE
Text Example
Text Example
White with #425BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425BCE; }
p { color: rgb(66,91,206); }
H1.HeaderClassName
{
color: #425BCE;
}
.AnyTagClassName
{
color: #425BCE;
}
</style>
background-color css
<style>
a { background-color: #425BCE; }
a { background-color: rgb(66,91,206); }
div.DivClassName
{
background-color: #425BCE;
}
.BgClassName
{
background-color: #425BCE;
}
</style>
border-color css
<style>
span { border-color: #425BCE; }
span { border-color: rgb(66,91,206); }
td.TdClassName
{
border-color: #425BCE;
}
.TagClassName
{
border-color: #425BCE;
}
</style>