Shades of Free Speech Blue #455ACE
Tints of Free Speech Blue #455ACE
RGB
CMYK
RGB Variations
Color information
#455ACE (or 0x455ACE) is known color: Free Speech Blue. HEX triplet: 45, 5A and CE. RGB value is (69,90,206). Sum of RGB (Red+Green+Blue) = 69+90+206=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #455ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ACE is #BAA531. Grayscale: #606060. Windows color (decimal): -12231986 or 13523525. OLE color: 13523525.
HSL color Cylindrical-coordinate representation of color #455ACE: hue angle of 230.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #455ACE is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 90 | 206 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.19 |
| HSL | 230.8º | 0.58% | 0.54% | - |
| HSV(B) | 230.8º | 0.67% | 0.81% | - |
| XYZ | 17.25 | 13.03 | 60 | - |
| YUV | 96.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 206 | 0.67 | 0.56 | 0 | 0.19 | 230.8 | 0.58 | 0.54 |
| Hex | 45 | 5A | CE | 43 | 38 | 0 | 13 | E7 | 3A | 36 |
| Octal | 105 | 132 | 316 | 103 | 70 | 0 | 23 | 347 | 72 | 66 |
| Binary | 1000101 | 1011010 | 11001110 | 1000011 | 111000 | 0 | 10011 | 11100111 | 111010 | 110110 |
Color Harmonies of #455ACE
Complementary color
Monochromatic Colors of #455ACE
Black with #455ACE
Text Example
Text Example
White with #455ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455ACE; }
p { color: rgb(69,90,206); }
H1.HeaderClassName
{
color: #455ACE;
}
.AnyTagClassName
{
color: #455ACE;
}
</style>
background-color css
<style>
a { background-color: #455ACE; }
a { background-color: rgb(69,90,206); }
div.DivClassName
{
background-color: #455ACE;
}
.BgClassName
{
background-color: #455ACE;
}
</style>
border-color css
<style>
span { border-color: #455ACE; }
span { border-color: rgb(69,90,206); }
td.TdClassName
{
border-color: #455ACE;
}
.TagClassName
{
border-color: #455ACE;
}
</style>