Shades of Free Speech Blue #454CDD
Tints of Free Speech Blue #454CDD
RGB
CMYK
RGB Variations
Color information
#454CDD (or 0x454CDD) is known color: Free Speech Blue. HEX triplet: 45, 4C and DD. RGB value is (69,76,221). Sum of RGB (Red+Green+Blue) = 69+76+221=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #454CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454CDD is #BAB322. Grayscale: #595959. Windows color (decimal): -12235555 or 14502981. OLE color: 14502981.
HSL color Cylindrical-coordinate representation of color #454CDD: hue angle of 237.24º 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 #454CDD is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 76 | 221 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.13 |
| HSL | 237.24º | 0.69% | 0.57% | - |
| HSV(B) | 237.24º | 0.69% | 0.87% | - |
| XYZ | 18.09 | 11.65 | 69.7 | - |
| YUV | 90.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 221 | 0.69 | 0.66 | 0 | 0.13 | 237.24 | 0.69 | 0.57 |
| Hex | 45 | 4C | DD | 45 | 42 | 0 | D | ED | 45 | 39 |
| Octal | 105 | 114 | 335 | 105 | 102 | 0 | 15 | 355 | 105 | 71 |
| Binary | 1000101 | 1001100 | 11011101 | 1000101 | 1000010 | 0 | 1101 | 11101101 | 1000101 | 111001 |
Color Harmonies of #454CDD
Complementary color
Monochromatic Colors of #454CDD
Black with #454CDD
Text Example
Text Example
White with #454CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CDD; }
p { color: rgb(69,76,221); }
H1.HeaderClassName
{
color: #454CDD;
}
.AnyTagClassName
{
color: #454CDD;
}
</style>
background-color css
<style>
a { background-color: #454CDD; }
a { background-color: rgb(69,76,221); }
div.DivClassName
{
background-color: #454CDD;
}
.BgClassName
{
background-color: #454CDD;
}
</style>
border-color css
<style>
span { border-color: #454CDD; }
span { border-color: rgb(69,76,221); }
td.TdClassName
{
border-color: #454CDD;
}
.TagClassName
{
border-color: #454CDD;
}
</style>