Shades of Free Speech Blue #455EC9
Tints of Free Speech Blue #455EC9
RGB
CMYK
RGB Variations
Color information
#455EC9 (or 0x455EC9) is known color: Free Speech Blue. HEX triplet: 45, 5E and C9. RGB value is (69,94,201). Sum of RGB (Red+Green+Blue) = 69+94+201=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #455EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455EC9 is #BAA136. Grayscale: #626262. Windows color (decimal): -12230967 or 13196869. OLE color: 13196869.
HSL color Cylindrical-coordinate representation of color #455EC9: hue angle of 228.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #455EC9 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 94 | 201 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.21 |
| HSL | 228.64º | 0.55% | 0.53% | - |
| HSV(B) | 228.64º | 0.66% | 0.79% | - |
| XYZ | 17 | 13.49 | 56.97 | - |
| YUV | 98.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 201 | 0.66 | 0.53 | 0 | 0.21 | 228.64 | 0.55 | 0.53 |
| Hex | 45 | 5E | C9 | 42 | 35 | 0 | 15 | E5 | 37 | 35 |
| Octal | 105 | 136 | 311 | 102 | 65 | 0 | 25 | 345 | 67 | 65 |
| Binary | 1000101 | 1011110 | 11001001 | 1000010 | 110101 | 0 | 10101 | 11100101 | 110111 | 110101 |
Color Harmonies of #455EC9
Complementary color
Monochromatic Colors of #455EC9
Black with #455EC9
Text Example
Text Example
White with #455EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455EC9; }
p { color: rgb(69,94,201); }
H1.HeaderClassName
{
color: #455EC9;
}
.AnyTagClassName
{
color: #455EC9;
}
</style>
background-color css
<style>
a { background-color: #455EC9; }
a { background-color: rgb(69,94,201); }
div.DivClassName
{
background-color: #455EC9;
}
.BgClassName
{
background-color: #455EC9;
}
</style>
border-color css
<style>
span { border-color: #455EC9; }
span { border-color: rgb(69,94,201); }
td.TdClassName
{
border-color: #455EC9;
}
.TagClassName
{
border-color: #455EC9;
}
</style>