Shades of Free Speech Blue #424FCD
Tints of Free Speech Blue #424FCD
RGB
CMYK
RGB Variations
Color information
#424FCD (or 0x424FCD) is known color: Free Speech Blue. HEX triplet: 42, 4F and CD. RGB value is (66,79,205). Sum of RGB (Red+Green+Blue) = 66+79+205=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #424FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FCD is #BDB032. Grayscale: #585858. Windows color (decimal): -12431411 or 13455170. OLE color: 13455170.
HSL color Cylindrical-coordinate representation of color #424FCD: hue angle of 234.39º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424FCD is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 79 | 205 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.20 |
| HSL | 234.39º | 0.58% | 0.53% | - |
| HSV(B) | 234.39º | 0.68% | 0.8% | - |
| XYZ | 16.06 | 11.16 | 59.06 | - |
| YUV | 89.48 | 193.19 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 205 | 0.68 | 0.61 | 0 | 0.20 | 234.39 | 0.58 | 0.53 |
| Hex | 42 | 4F | CD | 44 | 3D | 0 | 14 | EA | 3A | 35 |
| Octal | 102 | 117 | 315 | 104 | 75 | 0 | 24 | 352 | 72 | 65 |
| Binary | 1000010 | 1001111 | 11001101 | 1000100 | 111101 | 0 | 10100 | 11101010 | 111010 | 110101 |
Color Harmonies of #424FCD
Complementary color
Monochromatic Colors of #424FCD
Black with #424FCD
Text Example
Text Example
White with #424FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FCD; }
p { color: rgb(66,79,205); }
H1.HeaderClassName
{
color: #424FCD;
}
.AnyTagClassName
{
color: #424FCD;
}
</style>
background-color css
<style>
a { background-color: #424FCD; }
a { background-color: rgb(66,79,205); }
div.DivClassName
{
background-color: #424FCD;
}
.BgClassName
{
background-color: #424FCD;
}
</style>
border-color css
<style>
span { border-color: #424FCD; }
span { border-color: rgb(66,79,205); }
td.TdClassName
{
border-color: #424FCD;
}
.TagClassName
{
border-color: #424FCD;
}
</style>