Shades of Free Speech Blue #4251D1
Tints of Free Speech Blue #4251D1
RGB
CMYK
RGB Variations
Color information
#4251D1 (or 0x4251D1) is known color: Free Speech Blue. HEX triplet: 42, 51 and D1. RGB value is (66,81,209). Sum of RGB (Red+Green+Blue) = 66+81+209=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #4251D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4251D1 is #BDAE2E. Grayscale: #5A5A5A. Windows color (decimal): -12430895 or 13717826. OLE color: 13717826.
HSL color Cylindrical-coordinate representation of color #4251D1: hue angle of 233.71º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4251D1 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 81 | 209 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.18 |
| HSL | 233.71º | 0.61% | 0.54% | - |
| HSV(B) | 233.71º | 0.68% | 0.82% | - |
| XYZ | 16.7 | 11.65 | 61.69 | - |
| YUV | 91.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 81 | 209 | 0.68 | 0.61 | 0 | 0.18 | 233.71 | 0.61 | 0.54 |
| Hex | 42 | 51 | D1 | 44 | 3D | 0 | 12 | EA | 3D | 36 |
| Octal | 102 | 121 | 321 | 104 | 75 | 0 | 22 | 352 | 75 | 66 |
| Binary | 1000010 | 1010001 | 11010001 | 1000100 | 111101 | 0 | 10010 | 11101010 | 111101 | 110110 |
Color Harmonies of #4251D1
Complementary color
Monochromatic Colors of #4251D1
Black with #4251D1
Text Example
Text Example
White with #4251D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4251D1; }
p { color: rgb(66,81,209); }
H1.HeaderClassName
{
color: #4251D1;
}
.AnyTagClassName
{
color: #4251D1;
}
</style>
background-color css
<style>
a { background-color: #4251D1; }
a { background-color: rgb(66,81,209); }
div.DivClassName
{
background-color: #4251D1;
}
.BgClassName
{
background-color: #4251D1;
}
</style>
border-color css
<style>
span { border-color: #4251D1; }
span { border-color: rgb(66,81,209); }
td.TdClassName
{
border-color: #4251D1;
}
.TagClassName
{
border-color: #4251D1;
}
</style>