Shades of Free Speech Blue #4253DC
Tints of Free Speech Blue #4253DC
RGB
CMYK
RGB Variations
Color information
#4253DC (or 0x4253DC) is known color: Free Speech Blue. HEX triplet: 42, 53 and DC. RGB value is (66,83,220). Sum of RGB (Red+Green+Blue) = 66+83+220=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #4253DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4253DC is #BDAC23. Grayscale: #5C5C5C. Windows color (decimal): -12430372 or 14439234. OLE color: 14439234.
HSL color Cylindrical-coordinate representation of color #4253DC: hue angle of 233.38º 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 #4253DC is Cyan = 0.7, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 83 | 220 | - |
| CMYK | 0.7 | 0.62 | 0 | 0.14 |
| HSL | 233.38º | 0.69% | 0.56% | - |
| HSV(B) | 233.38º | 0.7% | 0.86% | - |
| XYZ | 18.26 | 12.51 | 69.16 | - |
| YUV | 93.54 | 199.37 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 220 | 0.7 | 0.62 | 0 | 0.14 | 233.38 | 0.69 | 0.56 |
| Hex | 42 | 53 | DC | 46 | 3E | 0 | E | E9 | 45 | 38 |
| Octal | 102 | 123 | 334 | 106 | 76 | 0 | 16 | 351 | 105 | 70 |
| Binary | 1000010 | 1010011 | 11011100 | 1000110 | 111110 | 0 | 1110 | 11101001 | 1000101 | 111000 |
Color Harmonies of #4253DC
Complementary color
Monochromatic Colors of #4253DC
Black with #4253DC
Text Example
Text Example
White with #4253DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4253DC; }
p { color: rgb(66,83,220); }
H1.HeaderClassName
{
color: #4253DC;
}
.AnyTagClassName
{
color: #4253DC;
}
</style>
background-color css
<style>
a { background-color: #4253DC; }
a { background-color: rgb(66,83,220); }
div.DivClassName
{
background-color: #4253DC;
}
.BgClassName
{
background-color: #4253DC;
}
</style>
border-color css
<style>
span { border-color: #4253DC; }
span { border-color: rgb(66,83,220); }
td.TdClassName
{
border-color: #4253DC;
}
.TagClassName
{
border-color: #4253DC;
}
</style>