Shades of Free Speech Blue #4045CF
Tints of Free Speech Blue #4045CF
RGB
CMYK
RGB Variations
Color information
#4045CF (or 0x4045CF) is known color: Free Speech Blue. HEX triplet: 40, 45 and CF. RGB value is (64,69,207). Sum of RGB (Red+Green+Blue) = 64+69+207=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #4045CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4045CF is #BFBA30. Grayscale: #525252. Windows color (decimal): -12565041 or 13583680. OLE color: 13583680.
HSL color Cylindrical-coordinate representation of color #4045CF: hue angle of 237.9º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4045CF is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 69 | 207 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.19 |
| HSL | 237.9º | 0.6% | 0.53% | - |
| HSV(B) | 237.9º | 0.69% | 0.81% | - |
| XYZ | 15.5 | 9.85 | 60.12 | - |
| YUV | 83.24 | 197.84 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 207 | 0.69 | 0.67 | 0 | 0.19 | 237.9 | 0.6 | 0.53 |
| Hex | 40 | 45 | CF | 45 | 43 | 0 | 13 | EE | 3C | 35 |
| Octal | 100 | 105 | 317 | 105 | 103 | 0 | 23 | 356 | 74 | 65 |
| Binary | 1000000 | 1000101 | 11001111 | 1000101 | 1000011 | 0 | 10011 | 11101110 | 111100 | 110101 |
Color Harmonies of #4045CF
Complementary color
Monochromatic Colors of #4045CF
Black with #4045CF
Text Example
Text Example
White with #4045CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4045CF; }
p { color: rgb(64,69,207); }
H1.HeaderClassName
{
color: #4045CF;
}
.AnyTagClassName
{
color: #4045CF;
}
</style>
background-color css
<style>
a { background-color: #4045CF; }
a { background-color: rgb(64,69,207); }
div.DivClassName
{
background-color: #4045CF;
}
.BgClassName
{
background-color: #4045CF;
}
</style>
border-color css
<style>
span { border-color: #4045CF; }
span { border-color: rgb(64,69,207); }
td.TdClassName
{
border-color: #4045CF;
}
.TagClassName
{
border-color: #4045CF;
}
</style>