Shades of Free Speech Blue #423FD8
Tints of Free Speech Blue #423FD8
RGB
CMYK
RGB Variations
Color information
#423FD8 (or 0x423FD8) is known color: Free Speech Blue. HEX triplet: 42, 3F and D8. RGB value is (66,63,216). Sum of RGB (Red+Green+Blue) = 66+63+216=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 216 (84.77% from 255 or 62.61% from 345); Max value from RGB is 216 - color contains mainly: blue. Hex color #423FD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FD8 is #BDC027. Grayscale: #505050. Windows color (decimal): -12435496 or 14171970. OLE color: 14171970.
HSL color Cylindrical-coordinate representation of color #423FD8: hue angle of 241.18º degrees, saturation: 0.66, 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 #423FD8 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 63 | 216 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.15 |
| HSL | 241.18º | 0.66% | 0.55% | - |
| HSV(B) | 241.18º | 0.71% | 0.85% | - |
| XYZ | 16.42 | 9.67 | 65.97 | - |
| YUV | 81.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 216 | 0.69 | 0.71 | 0 | 0.15 | 241.18 | 0.66 | 0.55 |
| Hex | 42 | 3F | D8 | 45 | 47 | 0 | F | F1 | 42 | 37 |
| Octal | 102 | 77 | 330 | 105 | 107 | 0 | 17 | 361 | 102 | 67 |
| Binary | 1000010 | 111111 | 11011000 | 1000101 | 1000111 | 0 | 1111 | 11110001 | 1000010 | 110111 |
Color Harmonies of #423FD8
Complementary color
Monochromatic Colors of #423FD8
Black with #423FD8
Text Example
Text Example
White with #423FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FD8; }
p { color: rgb(66,63,216); }
H1.HeaderClassName
{
color: #423FD8;
}
.AnyTagClassName
{
color: #423FD8;
}
</style>
background-color css
<style>
a { background-color: #423FD8; }
a { background-color: rgb(66,63,216); }
div.DivClassName
{
background-color: #423FD8;
}
.BgClassName
{
background-color: #423FD8;
}
</style>
border-color css
<style>
span { border-color: #423FD8; }
span { border-color: rgb(66,63,216); }
td.TdClassName
{
border-color: #423FD8;
}
.TagClassName
{
border-color: #423FD8;
}
</style>