Shades of Free Speech Blue #424FDD
Tints of Free Speech Blue #424FDD
RGB
CMYK
RGB Variations
Color information
#424FDD (or 0x424FDD) is known color: Free Speech Blue. HEX triplet: 42, 4F and DD. RGB value is (66,79,221). Sum of RGB (Red+Green+Blue) = 66+79+221=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #424FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FDD is #BDB022. Grayscale: #5A5A5A. Windows color (decimal): -12431395 or 14503746. OLE color: 14503746.
HSL color Cylindrical-coordinate representation of color #424FDD: hue angle of 234.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424FDD is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 79 | 221 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.13 |
| HSL | 234.97º | 0.7% | 0.56% | - |
| HSV(B) | 234.97º | 0.7% | 0.87% | - |
| XYZ | 18.09 | 11.97 | 69.76 | - |
| YUV | 91.3 | 201.19 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 79 | 221 | 0.70 | 0.64 | 0 | 0.13 | 234.97 | 0.7 | 0.56 |
| Hex | 42 | 4F | DD | 46 | 40 | 0 | D | EB | 46 | 38 |
| Octal | 102 | 117 | 335 | 106 | 100 | 0 | 15 | 353 | 106 | 70 |
| Binary | 1000010 | 1001111 | 11011101 | 1000110 | 1000000 | 0 | 1101 | 11101011 | 1000110 | 111000 |
Color Harmonies of #424FDD
Complementary color
Monochromatic Colors of #424FDD
Black with #424FDD
Text Example
Text Example
White with #424FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424FDD; }
p { color: rgb(66,79,221); }
H1.HeaderClassName
{
color: #424FDD;
}
.AnyTagClassName
{
color: #424FDD;
}
</style>
background-color css
<style>
a { background-color: #424FDD; }
a { background-color: rgb(66,79,221); }
div.DivClassName
{
background-color: #424FDD;
}
.BgClassName
{
background-color: #424FDD;
}
</style>
border-color css
<style>
span { border-color: #424FDD; }
span { border-color: rgb(66,79,221); }
td.TdClassName
{
border-color: #424FDD;
}
.TagClassName
{
border-color: #424FDD;
}
</style>