Shades of Free Speech Blue #455ECF
Tints of Free Speech Blue #455ECF
RGB
CMYK
RGB Variations
Color information
#455ECF (or 0x455ECF) is known color: Free Speech Blue. HEX triplet: 45, 5E and CF. RGB value is (69,94,207). Sum of RGB (Red+Green+Blue) = 69+94+207=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #455ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ECF is #BAA130. Grayscale: #626262. Windows color (decimal): -12230961 or 13590085. OLE color: 13590085.
HSL color Cylindrical-coordinate representation of color #455ECF: hue angle of 229.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #455ECF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 94 | 207 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.19 |
| HSL | 229.13º | 0.59% | 0.54% | - |
| HSV(B) | 229.13º | 0.67% | 0.81% | - |
| XYZ | 17.72 | 13.78 | 60.76 | - |
| YUV | 99.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 207 | 0.67 | 0.55 | 0 | 0.19 | 229.13 | 0.59 | 0.54 |
| Hex | 45 | 5E | CF | 43 | 37 | 0 | 13 | E5 | 3B | 36 |
| Octal | 105 | 136 | 317 | 103 | 67 | 0 | 23 | 345 | 73 | 66 |
| Binary | 1000101 | 1011110 | 11001111 | 1000011 | 110111 | 0 | 10011 | 11100101 | 111011 | 110110 |
Color Harmonies of #455ECF
Complementary color
Monochromatic Colors of #455ECF
Black with #455ECF
Text Example
Text Example
White with #455ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455ECF; }
p { color: rgb(69,94,207); }
H1.HeaderClassName
{
color: #455ECF;
}
.AnyTagClassName
{
color: #455ECF;
}
</style>
background-color css
<style>
a { background-color: #455ECF; }
a { background-color: rgb(69,94,207); }
div.DivClassName
{
background-color: #455ECF;
}
.BgClassName
{
background-color: #455ECF;
}
</style>
border-color css
<style>
span { border-color: #455ECF; }
span { border-color: rgb(69,94,207); }
td.TdClassName
{
border-color: #455ECF;
}
.TagClassName
{
border-color: #455ECF;
}
</style>