Shades of Free Speech Blue #4255D7
Tints of Free Speech Blue #4255D7
RGB
CMYK
RGB Variations
Color information
#4255D7 (or 0x4255D7) is known color: Free Speech Blue. HEX triplet: 42, 55 and D7. RGB value is (66,85,215). Sum of RGB (Red+Green+Blue) = 66+85+215=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #4255D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4255D7 is #BDAA28. Grayscale: #5D5D5D. Windows color (decimal): -12429865 or 14112066. OLE color: 14112066.
HSL color Cylindrical-coordinate representation of color #4255D7: hue angle of 232.35º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4255D7 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 85 | 215 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.16 |
| HSL | 232.35º | 0.65% | 0.55% | - |
| HSV(B) | 232.35º | 0.69% | 0.84% | - |
| XYZ | 17.76 | 12.56 | 65.78 | - |
| YUV | 94.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 215 | 0.69 | 0.60 | 0 | 0.16 | 232.35 | 0.65 | 0.55 |
| Hex | 42 | 55 | D7 | 45 | 3C | 0 | 10 | E8 | 41 | 37 |
| Octal | 102 | 125 | 327 | 105 | 74 | 0 | 20 | 350 | 101 | 67 |
| Binary | 1000010 | 1010101 | 11010111 | 1000101 | 111100 | 0 | 10000 | 11101000 | 1000001 | 110111 |
Color Harmonies of #4255D7
Complementary color
Monochromatic Colors of #4255D7
Black with #4255D7
Text Example
Text Example
White with #4255D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255D7; }
p { color: rgb(66,85,215); }
H1.HeaderClassName
{
color: #4255D7;
}
.AnyTagClassName
{
color: #4255D7;
}
</style>
background-color css
<style>
a { background-color: #4255D7; }
a { background-color: rgb(66,85,215); }
div.DivClassName
{
background-color: #4255D7;
}
.BgClassName
{
background-color: #4255D7;
}
</style>
border-color css
<style>
span { border-color: #4255D7; }
span { border-color: rgb(66,85,215); }
td.TdClassName
{
border-color: #4255D7;
}
.TagClassName
{
border-color: #4255D7;
}
</style>