Shades of Free Speech Blue #424FDC
Tints of Free Speech Blue #424FDC
RGB
CMYK
RGB Variations
Color information
#424FDC (or 0x424FDC) is known color: Free Speech Blue. HEX triplet: 42, 4F and DC. RGB value is (66,79,220). Sum of RGB (Red+Green+Blue) = 66+79+220=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #424FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FDC is #BDB023. Grayscale: #5A5A5A. Windows color (decimal): -12431396 or 14438210. OLE color: 14438210.
HSL color Cylindrical-coordinate representation of color #424FDC: hue angle of 234.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424FDC is Cyan = 0.7, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 79 | 220 | - |
| CMYK | 0.7 | 0.64 | 0 | 0.14 |
| HSL | 234.94º | 0.69% | 0.56% | - |
| HSV(B) | 234.94º | 0.7% | 0.86% | - |
| XYZ | 17.96 | 11.92 | 69.06 | - |
| YUV | 91.19 | 200.69 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 220 | 0.7 | 0.64 | 0 | 0.14 | 234.94 | 0.69 | 0.56 |
| Hex | 42 | 4F | DC | 46 | 40 | 0 | E | EB | 45 | 38 |
| Octal | 102 | 117 | 334 | 106 | 100 | 0 | 16 | 353 | 105 | 70 |
| Binary | 1000010 | 1001111 | 11011100 | 1000110 | 1000000 | 0 | 1110 | 11101011 | 1000101 | 111000 |
Color Harmonies of #424FDC
Complementary color
Monochromatic Colors of #424FDC
Black with #424FDC
Text Example
Text Example
White with #424FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FDC; }
p { color: rgb(66,79,220); }
H1.HeaderClassName
{
color: #424FDC;
}
.AnyTagClassName
{
color: #424FDC;
}
</style>
background-color css
<style>
a { background-color: #424FDC; }
a { background-color: rgb(66,79,220); }
div.DivClassName
{
background-color: #424FDC;
}
.BgClassName
{
background-color: #424FDC;
}
</style>
border-color css
<style>
span { border-color: #424FDC; }
span { border-color: rgb(66,79,220); }
td.TdClassName
{
border-color: #424FDC;
}
.TagClassName
{
border-color: #424FDC;
}
</style>