Shades of Free Speech Blue #454EDD
Tints of Free Speech Blue #454EDD
RGB
CMYK
RGB Variations
Color information
#454EDD (or 0x454EDD) is known color: Free Speech Blue. HEX triplet: 45, 4E and DD. RGB value is (69,78,221). Sum of RGB (Red+Green+Blue) = 69+78+221=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #454EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454EDD is #BAB122. Grayscale: #5B5B5B. Windows color (decimal): -12235043 or 14503493. OLE color: 14503493.
HSL color Cylindrical-coordinate representation of color #454EDD: hue angle of 236.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #454EDD is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 78 | 221 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.13 |
| HSL | 236.45º | 0.69% | 0.57% | - |
| HSV(B) | 236.45º | 0.69% | 0.87% | - |
| XYZ | 18.23 | 11.93 | 69.75 | - |
| YUV | 91.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 221 | 0.69 | 0.65 | 0 | 0.13 | 236.45 | 0.69 | 0.57 |
| Hex | 45 | 4E | DD | 45 | 41 | 0 | D | EC | 45 | 39 |
| Octal | 105 | 116 | 335 | 105 | 101 | 0 | 15 | 354 | 105 | 71 |
| Binary | 1000101 | 1001110 | 11011101 | 1000101 | 1000001 | 0 | 1101 | 11101100 | 1000101 | 111001 |
Color Harmonies of #454EDD
Complementary color
Monochromatic Colors of #454EDD
Black with #454EDD
Text Example
Text Example
White with #454EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EDD; }
p { color: rgb(69,78,221); }
H1.HeaderClassName
{
color: #454EDD;
}
.AnyTagClassName
{
color: #454EDD;
}
</style>
background-color css
<style>
a { background-color: #454EDD; }
a { background-color: rgb(69,78,221); }
div.DivClassName
{
background-color: #454EDD;
}
.BgClassName
{
background-color: #454EDD;
}
</style>
border-color css
<style>
span { border-color: #454EDD; }
span { border-color: rgb(69,78,221); }
td.TdClassName
{
border-color: #454EDD;
}
.TagClassName
{
border-color: #454EDD;
}
</style>