Shades of Free Speech Blue #455FCD
Tints of Free Speech Blue #455FCD
RGB
CMYK
RGB Variations
Color information
#455FCD (or 0x455FCD) is known color: Free Speech Blue. HEX triplet: 45, 5F and CD. RGB value is (69,95,205). Sum of RGB (Red+Green+Blue) = 69+95+205=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #455FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FCD is #BAA032. Grayscale: #636363. Windows color (decimal): -12230707 or 13459269. OLE color: 13459269.
HSL color Cylindrical-coordinate representation of color #455FCD: hue angle of 228.53º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #455FCD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 95 | 205 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.20 |
| HSL | 228.53º | 0.58% | 0.54% | - |
| HSV(B) | 228.53º | 0.66% | 0.8% | - |
| XYZ | 17.57 | 13.86 | 59.51 | - |
| YUV | 99.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 205 | 0.66 | 0.54 | 0 | 0.20 | 228.53 | 0.58 | 0.54 |
| Hex | 45 | 5F | CD | 42 | 36 | 0 | 14 | E5 | 3A | 36 |
| Octal | 105 | 137 | 315 | 102 | 66 | 0 | 24 | 345 | 72 | 66 |
| Binary | 1000101 | 1011111 | 11001101 | 1000010 | 110110 | 0 | 10100 | 11100101 | 111010 | 110110 |
Color Harmonies of #455FCD
Complementary color
Monochromatic Colors of #455FCD
Black with #455FCD
Text Example
Text Example
White with #455FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455FCD; }
p { color: rgb(69,95,205); }
H1.HeaderClassName
{
color: #455FCD;
}
.AnyTagClassName
{
color: #455FCD;
}
</style>
background-color css
<style>
a { background-color: #455FCD; }
a { background-color: rgb(69,95,205); }
div.DivClassName
{
background-color: #455FCD;
}
.BgClassName
{
background-color: #455FCD;
}
</style>
border-color css
<style>
span { border-color: #455FCD; }
span { border-color: rgb(69,95,205); }
td.TdClassName
{
border-color: #455FCD;
}
.TagClassName
{
border-color: #455FCD;
}
</style>