Shades of Free Speech Blue #4057D0
Tints of Free Speech Blue #4057D0
RGB
CMYK
RGB Variations
Color information
#4057D0 (or 0x4057D0) is known color: Free Speech Blue. HEX triplet: 40, 57 and D0. RGB value is (64,87,208). Sum of RGB (Red+Green+Blue) = 64+87+208=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #4057D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4057D0 is #BFA82F. Grayscale: #5D5D5D. Windows color (decimal): -12560432 or 13653824. OLE color: 13653824.
HSL color Cylindrical-coordinate representation of color #4057D0: hue angle of 230.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4057D0 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 87 | 208 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.18 |
| HSL | 230.42º | 0.61% | 0.53% | - |
| HSV(B) | 230.42º | 0.69% | 0.82% | - |
| XYZ | 16.91 | 12.46 | 61.19 | - |
| YUV | 93.92 | 192.38 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 208 | 0.69 | 0.58 | 0 | 0.18 | 230.42 | 0.61 | 0.53 |
| Hex | 40 | 57 | D0 | 45 | 3A | 0 | 12 | E6 | 3D | 35 |
| Octal | 100 | 127 | 320 | 105 | 72 | 0 | 22 | 346 | 75 | 65 |
| Binary | 1000000 | 1010111 | 11010000 | 1000101 | 111010 | 0 | 10010 | 11100110 | 111101 | 110101 |
Color Harmonies of #4057D0
Complementary color
Monochromatic Colors of #4057D0
Black with #4057D0
Text Example
Text Example
White with #4057D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4057D0; }
p { color: rgb(64,87,208); }
H1.HeaderClassName
{
color: #4057D0;
}
.AnyTagClassName
{
color: #4057D0;
}
</style>
background-color css
<style>
a { background-color: #4057D0; }
a { background-color: rgb(64,87,208); }
div.DivClassName
{
background-color: #4057D0;
}
.BgClassName
{
background-color: #4057D0;
}
</style>
border-color css
<style>
span { border-color: #4057D0; }
span { border-color: rgb(64,87,208); }
td.TdClassName
{
border-color: #4057D0;
}
.TagClassName
{
border-color: #4057D0;
}
</style>