Shades of Free Speech Blue #423ED9
Tints of Free Speech Blue #423ED9
RGB
CMYK
RGB Variations
Color information
#423ED9 (or 0x423ED9) is known color: Free Speech Blue. HEX triplet: 42, 3E and D9. RGB value is (66,62,217). Sum of RGB (Red+Green+Blue) = 66+62+217=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 217 (85.16% from 255 or 62.90% from 345); Max value from RGB is 217 - color contains mainly: blue. Hex color #423ED9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ED9 is #BDC126. Grayscale: #505050. Windows color (decimal): -12435751 or 14237250. OLE color: 14237250.
HSL color Cylindrical-coordinate representation of color #423ED9: hue angle of 241.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #423ED9 is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 62 | 217 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.15 |
| HSL | 241.55º | 0.67% | 0.55% | - |
| HSV(B) | 241.55º | 0.71% | 0.85% | - |
| XYZ | 16.49 | 9.61 | 66.63 | - |
| YUV | 80.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 217 | 0.70 | 0.71 | 0 | 0.15 | 241.55 | 0.67 | 0.55 |
| Hex | 42 | 3E | D9 | 46 | 47 | 0 | F | F2 | 43 | 37 |
| Octal | 102 | 76 | 331 | 106 | 107 | 0 | 17 | 362 | 103 | 67 |
| Binary | 1000010 | 111110 | 11011001 | 1000110 | 1000111 | 0 | 1111 | 11110010 | 1000011 | 110111 |
Color Harmonies of #423ED9
Complementary color
Monochromatic Colors of #423ED9
Black with #423ED9
Text Example
Text Example
White with #423ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ED9; }
p { color: rgb(66,62,217); }
H1.HeaderClassName
{
color: #423ED9;
}
.AnyTagClassName
{
color: #423ED9;
}
</style>
background-color css
<style>
a { background-color: #423ED9; }
a { background-color: rgb(66,62,217); }
div.DivClassName
{
background-color: #423ED9;
}
.BgClassName
{
background-color: #423ED9;
}
</style>
border-color css
<style>
span { border-color: #423ED9; }
span { border-color: rgb(66,62,217); }
td.TdClassName
{
border-color: #423ED9;
}
.TagClassName
{
border-color: #423ED9;
}
</style>