Shades of Free Speech Blue #454DD2
Tints of Free Speech Blue #454DD2
RGB
CMYK
RGB Variations
Color information
#454DD2 (or 0x454DD2) is known color: Free Speech Blue. HEX triplet: 45, 4D and D2. RGB value is (69,77,210). Sum of RGB (Red+Green+Blue) = 69+77+210=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #454DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DD2 is #BAB22D. Grayscale: #595959. Windows color (decimal): -12235310 or 13782341. OLE color: 13782341.
HSL color Cylindrical-coordinate representation of color #454DD2: hue angle of 236.6º 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 #454DD2 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 77 | 210 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.18 |
| HSL | 236.6º | 0.61% | 0.55% | - |
| HSV(B) | 236.6º | 0.67% | 0.82% | - |
| XYZ | 16.74 | 11.23 | 62.26 | - |
| YUV | 89.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 210 | 0.67 | 0.63 | 0 | 0.18 | 236.6 | 0.61 | 0.55 |
| Hex | 45 | 4D | D2 | 43 | 3F | 0 | 12 | ED | 3D | 37 |
| Octal | 105 | 115 | 322 | 103 | 77 | 0 | 22 | 355 | 75 | 67 |
| Binary | 1000101 | 1001101 | 11010010 | 1000011 | 111111 | 0 | 10010 | 11101101 | 111101 | 110111 |
Color Harmonies of #454DD2
Complementary color
Monochromatic Colors of #454DD2
Black with #454DD2
Text Example
Text Example
White with #454DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DD2; }
p { color: rgb(69,77,210); }
H1.HeaderClassName
{
color: #454DD2;
}
.AnyTagClassName
{
color: #454DD2;
}
</style>
background-color css
<style>
a { background-color: #454DD2; }
a { background-color: rgb(69,77,210); }
div.DivClassName
{
background-color: #454DD2;
}
.BgClassName
{
background-color: #454DD2;
}
</style>
border-color css
<style>
span { border-color: #454DD2; }
span { border-color: rgb(69,77,210); }
td.TdClassName
{
border-color: #454DD2;
}
.TagClassName
{
border-color: #454DD2;
}
</style>