Shades of Free Speech Blue #424ADA
Tints of Free Speech Blue #424ADA
RGB
CMYK
RGB Variations
Color information
#424ADA (or 0x424ADA) is known color: Free Speech Blue. HEX triplet: 42, 4A and DA. RGB value is (66,74,218). Sum of RGB (Red+Green+Blue) = 66+74+218=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #424ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ADA is #BDB525. Grayscale: #575757. Windows color (decimal): -12432678 or 14305858. OLE color: 14305858.
HSL color Cylindrical-coordinate representation of color #424ADA: hue angle of 236.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424ADA is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 74 | 218 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.15 |
| HSL | 236.84º | 0.67% | 0.56% | - |
| HSV(B) | 236.84º | 0.7% | 0.85% | - |
| XYZ | 17.35 | 11.12 | 67.56 | - |
| YUV | 88.02 | 201.35 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 218 | 0.70 | 0.66 | 0 | 0.15 | 236.84 | 0.67 | 0.56 |
| Hex | 42 | 4A | DA | 46 | 42 | 0 | F | ED | 43 | 38 |
| Octal | 102 | 112 | 332 | 106 | 102 | 0 | 17 | 355 | 103 | 70 |
| Binary | 1000010 | 1001010 | 11011010 | 1000110 | 1000010 | 0 | 1111 | 11101101 | 1000011 | 111000 |
Color Harmonies of #424ADA
Complementary color
Monochromatic Colors of #424ADA
Black with #424ADA
Text Example
Text Example
White with #424ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424ADA; }
p { color: rgb(66,74,218); }
H1.HeaderClassName
{
color: #424ADA;
}
.AnyTagClassName
{
color: #424ADA;
}
</style>
background-color css
<style>
a { background-color: #424ADA; }
a { background-color: rgb(66,74,218); }
div.DivClassName
{
background-color: #424ADA;
}
.BgClassName
{
background-color: #424ADA;
}
</style>
border-color css
<style>
span { border-color: #424ADA; }
span { border-color: rgb(66,74,218); }
td.TdClassName
{
border-color: #424ADA;
}
.TagClassName
{
border-color: #424ADA;
}
</style>