Shades of Free Speech Blue #454ECB
Tints of Free Speech Blue #454ECB
RGB
CMYK
RGB Variations
Color information
#454ECB (or 0x454ECB) is known color: Free Speech Blue. HEX triplet: 45, 4E and CB. RGB value is (69,78,203). Sum of RGB (Red+Green+Blue) = 69+78+203=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #454ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454ECB is #BAB134. Grayscale: #595959. Windows color (decimal): -12235061 or 13323845. OLE color: 13323845.
HSL color Cylindrical-coordinate representation of color #454ECB: hue angle of 235.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454ECB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 78 | 203 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.20 |
| HSL | 235.97º | 0.56% | 0.53% | - |
| HSV(B) | 235.97º | 0.66% | 0.8% | - |
| XYZ | 15.96 | 11.03 | 57.79 | - |
| YUV | 89.56 | 192.02 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 203 | 0.66 | 0.62 | 0 | 0.20 | 235.97 | 0.56 | 0.53 |
| Hex | 45 | 4E | CB | 42 | 3E | 0 | 14 | EC | 38 | 35 |
| Octal | 105 | 116 | 313 | 102 | 76 | 0 | 24 | 354 | 70 | 65 |
| Binary | 1000101 | 1001110 | 11001011 | 1000010 | 111110 | 0 | 10100 | 11101100 | 111000 | 110101 |
Color Harmonies of #454ECB
Complementary color
Monochromatic Colors of #454ECB
Black with #454ECB
Text Example
Text Example
White with #454ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ECB; }
p { color: rgb(69,78,203); }
H1.HeaderClassName
{
color: #454ECB;
}
.AnyTagClassName
{
color: #454ECB;
}
</style>
background-color css
<style>
a { background-color: #454ECB; }
a { background-color: rgb(69,78,203); }
div.DivClassName
{
background-color: #454ECB;
}
.BgClassName
{
background-color: #454ECB;
}
</style>
border-color css
<style>
span { border-color: #454ECB; }
span { border-color: rgb(69,78,203); }
td.TdClassName
{
border-color: #454ECB;
}
.TagClassName
{
border-color: #454ECB;
}
</style>