Shades of Free Speech Blue #423FD7
Tints of Free Speech Blue #423FD7
RGB
CMYK
RGB Variations
Color information
#423FD7 (or 0x423FD7) is known color: Free Speech Blue. HEX triplet: 42, 3F and D7. RGB value is (66,63,215). Sum of RGB (Red+Green+Blue) = 66+63+215=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #423FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FD7 is #BDC028. Grayscale: #505050. Windows color (decimal): -12435497 or 14106434. OLE color: 14106434.
HSL color Cylindrical-coordinate representation of color #423FD7: hue angle of 241.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #423FD7 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 63 | 215 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.16 |
| HSL | 241.18º | 0.66% | 0.55% | - |
| HSV(B) | 241.18º | 0.71% | 0.84% | - |
| XYZ | 16.29 | 9.62 | 65.29 | - |
| YUV | 81.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 215 | 0.69 | 0.71 | 0 | 0.16 | 241.18 | 0.66 | 0.55 |
| Hex | 42 | 3F | D7 | 45 | 47 | 0 | 10 | F1 | 42 | 37 |
| Octal | 102 | 77 | 327 | 105 | 107 | 0 | 20 | 361 | 102 | 67 |
| Binary | 1000010 | 111111 | 11010111 | 1000101 | 1000111 | 0 | 10000 | 11110001 | 1000010 | 110111 |
Color Harmonies of #423FD7
Complementary color
Monochromatic Colors of #423FD7
Black with #423FD7
Text Example
Text Example
White with #423FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FD7; }
p { color: rgb(66,63,215); }
H1.HeaderClassName
{
color: #423FD7;
}
.AnyTagClassName
{
color: #423FD7;
}
</style>
background-color css
<style>
a { background-color: #423FD7; }
a { background-color: rgb(66,63,215); }
div.DivClassName
{
background-color: #423FD7;
}
.BgClassName
{
background-color: #423FD7;
}
</style>
border-color css
<style>
span { border-color: #423FD7; }
span { border-color: rgb(66,63,215); }
td.TdClassName
{
border-color: #423FD7;
}
.TagClassName
{
border-color: #423FD7;
}
</style>