Shades of Free Speech Blue #454ED2
Tints of Free Speech Blue #454ED2
RGB
CMYK
RGB Variations
Color information
#454ED2 (or 0x454ED2) is known color: Free Speech Blue. HEX triplet: 45, 4E and D2. RGB value is (69,78,210). Sum of RGB (Red+Green+Blue) = 69+78+210=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #454ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454ED2 is #BAB12D. Grayscale: #595959. Windows color (decimal): -12235054 or 13782597. OLE color: 13782597.
HSL color Cylindrical-coordinate representation of color #454ED2: hue angle of 236.17º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454ED2 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 78 | 210 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.18 |
| HSL | 236.17º | 0.61% | 0.55% | - |
| HSV(B) | 236.17º | 0.67% | 0.82% | - |
| XYZ | 16.81 | 11.37 | 62.28 | - |
| YUV | 90.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 210 | 0.67 | 0.63 | 0 | 0.18 | 236.17 | 0.61 | 0.55 |
| Hex | 45 | 4E | D2 | 43 | 3F | 0 | 12 | EC | 3D | 37 |
| Octal | 105 | 116 | 322 | 103 | 77 | 0 | 22 | 354 | 75 | 67 |
| Binary | 1000101 | 1001110 | 11010010 | 1000011 | 111111 | 0 | 10010 | 11101100 | 111101 | 110111 |
Color Harmonies of #454ED2
Complementary color
Monochromatic Colors of #454ED2
Black with #454ED2
Text Example
Text Example
White with #454ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ED2; }
p { color: rgb(69,78,210); }
H1.HeaderClassName
{
color: #454ED2;
}
.AnyTagClassName
{
color: #454ED2;
}
</style>
background-color css
<style>
a { background-color: #454ED2; }
a { background-color: rgb(69,78,210); }
div.DivClassName
{
background-color: #454ED2;
}
.BgClassName
{
background-color: #454ED2;
}
</style>
border-color css
<style>
span { border-color: #454ED2; }
span { border-color: rgb(69,78,210); }
td.TdClassName
{
border-color: #454ED2;
}
.TagClassName
{
border-color: #454ED2;
}
</style>