Shades of Free Speech Blue #453FDB
Tints of Free Speech Blue #453FDB
RGB
CMYK
RGB Variations
Color information
#453FDB (or 0x453FDB) is known color: Free Speech Blue. HEX triplet: 45, 3F and DB. RGB value is (69,63,219). Sum of RGB (Red+Green+Blue) = 69+63+219=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #453FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FDB is #BAC024. Grayscale: #515151. Windows color (decimal): -12238885 or 14368581. OLE color: 14368581.
HSL color Cylindrical-coordinate representation of color #453FDB: hue angle of 242.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #453FDB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 63 | 219 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.14 |
| HSL | 242.31º | 0.68% | 0.55% | - |
| HSV(B) | 242.31º | 0.71% | 0.86% | - |
| XYZ | 17.02 | 9.93 | 68.04 | - |
| YUV | 82.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 219 | 0.68 | 0.71 | 0 | 0.14 | 242.31 | 0.68 | 0.55 |
| Hex | 45 | 3F | DB | 44 | 47 | 0 | E | F2 | 44 | 37 |
| Octal | 105 | 77 | 333 | 104 | 107 | 0 | 16 | 362 | 104 | 67 |
| Binary | 1000101 | 111111 | 11011011 | 1000100 | 1000111 | 0 | 1110 | 11110010 | 1000100 | 110111 |
Color Harmonies of #453FDB
Complementary color
Monochromatic Colors of #453FDB
Black with #453FDB
Text Example
Text Example
White with #453FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FDB; }
p { color: rgb(69,63,219); }
H1.HeaderClassName
{
color: #453FDB;
}
.AnyTagClassName
{
color: #453FDB;
}
</style>
background-color css
<style>
a { background-color: #453FDB; }
a { background-color: rgb(69,63,219); }
div.DivClassName
{
background-color: #453FDB;
}
.BgClassName
{
background-color: #453FDB;
}
</style>
border-color css
<style>
span { border-color: #453FDB; }
span { border-color: rgb(69,63,219); }
td.TdClassName
{
border-color: #453FDB;
}
.TagClassName
{
border-color: #453FDB;
}
</style>