Shades of Free Speech Blue #454FDD
Tints of Free Speech Blue #454FDD
RGB
CMYK
RGB Variations
Color information
#454FDD (or 0x454FDD) is known color: Free Speech Blue. HEX triplet: 45, 4F and DD. RGB value is (69,79,221). Sum of RGB (Red+Green+Blue) = 69+79+221=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #454FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FDD is #BAB022. Grayscale: #5B5B5B. Windows color (decimal): -12234787 or 14503749. OLE color: 14503749.
HSL color Cylindrical-coordinate representation of color #454FDD: hue angle of 236.05º 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 #454FDD is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 79 | 221 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.13 |
| HSL | 236.05º | 0.69% | 0.57% | - |
| HSV(B) | 236.05º | 0.69% | 0.87% | - |
| XYZ | 18.3 | 12.08 | 69.77 | - |
| YUV | 92.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 221 | 0.69 | 0.64 | 0 | 0.13 | 236.05 | 0.69 | 0.57 |
| Hex | 45 | 4F | DD | 45 | 40 | 0 | D | EC | 45 | 39 |
| Octal | 105 | 117 | 335 | 105 | 100 | 0 | 15 | 354 | 105 | 71 |
| Binary | 1000101 | 1001111 | 11011101 | 1000101 | 1000000 | 0 | 1101 | 11101100 | 1000101 | 111001 |
Color Harmonies of #454FDD
Complementary color
Monochromatic Colors of #454FDD
Black with #454FDD
Text Example
Text Example
White with #454FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454FDD; }
p { color: rgb(69,79,221); }
H1.HeaderClassName
{
color: #454FDD;
}
.AnyTagClassName
{
color: #454FDD;
}
</style>
background-color css
<style>
a { background-color: #454FDD; }
a { background-color: rgb(69,79,221); }
div.DivClassName
{
background-color: #454FDD;
}
.BgClassName
{
background-color: #454FDD;
}
</style>
border-color css
<style>
span { border-color: #454FDD; }
span { border-color: rgb(69,79,221); }
td.TdClassName
{
border-color: #454FDD;
}
.TagClassName
{
border-color: #454FDD;
}
</style>