Shades of Free Speech Blue #453EDC
Tints of Free Speech Blue #453EDC
RGB
CMYK
RGB Variations
Color information
#453EDC (or 0x453EDC) is known color: Free Speech Blue. HEX triplet: 45, 3E and DC. RGB value is (69,62,220). Sum of RGB (Red+Green+Blue) = 69+62+220=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #453EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453EDC is #BAC123. Grayscale: #515151. Windows color (decimal): -12239140 or 14433861. OLE color: 14433861.
HSL color Cylindrical-coordinate representation of color #453EDC: hue angle of 242.66º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #453EDC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 62 | 220 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.14 |
| HSL | 242.66º | 0.69% | 0.55% | - |
| HSV(B) | 242.66º | 0.72% | 0.86% | - |
| XYZ | 17.1 | 9.88 | 68.72 | - |
| YUV | 82.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 220 | 0.69 | 0.72 | 0 | 0.14 | 242.66 | 0.69 | 0.55 |
| Hex | 45 | 3E | DC | 45 | 48 | 0 | E | F3 | 45 | 37 |
| Octal | 105 | 76 | 334 | 105 | 110 | 0 | 16 | 363 | 105 | 67 |
| Binary | 1000101 | 111110 | 11011100 | 1000101 | 1001000 | 0 | 1110 | 11110011 | 1000101 | 110111 |
Color Harmonies of #453EDC
Complementary color
Monochromatic Colors of #453EDC
Black with #453EDC
Text Example
Text Example
White with #453EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453EDC; }
p { color: rgb(69,62,220); }
H1.HeaderClassName
{
color: #453EDC;
}
.AnyTagClassName
{
color: #453EDC;
}
</style>
background-color css
<style>
a { background-color: #453EDC; }
a { background-color: rgb(69,62,220); }
div.DivClassName
{
background-color: #453EDC;
}
.BgClassName
{
background-color: #453EDC;
}
</style>
border-color css
<style>
span { border-color: #453EDC; }
span { border-color: rgb(69,62,220); }
td.TdClassName
{
border-color: #453EDC;
}
.TagClassName
{
border-color: #453EDC;
}
</style>