Shades of Free Speech Blue #4265CB
Tints of Free Speech Blue #4265CB
RGB
CMYK
RGB Variations
Color information
#4265CB (or 0x4265CB) is known color: Free Speech Blue. HEX triplet: 42, 65 and CB. RGB value is (66,101,203). Sum of RGB (Red+Green+Blue) = 66+101+203=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #4265CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4265CB is #BD9A34. Grayscale: #656565. Windows color (decimal): -12425781 or 13329730. OLE color: 13329730.
HSL color Cylindrical-coordinate representation of color #4265CB: hue angle of 224.67º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4265CB is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 101 | 203 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.20 |
| HSL | 224.67º | 0.57% | 0.53% | - |
| HSV(B) | 224.67º | 0.67% | 0.8% | - |
| XYZ | 17.68 | 14.78 | 58.42 | - |
| YUV | 102.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 203 | 0.67 | 0.50 | 0 | 0.20 | 224.67 | 0.57 | 0.53 |
| Hex | 42 | 65 | CB | 43 | 32 | 0 | 14 | E1 | 39 | 35 |
| Octal | 102 | 145 | 313 | 103 | 62 | 0 | 24 | 341 | 71 | 65 |
| Binary | 1000010 | 1100101 | 11001011 | 1000011 | 110010 | 0 | 10100 | 11100001 | 111001 | 110101 |
Color Harmonies of #4265CB
Complementary color
Monochromatic Colors of #4265CB
Black with #4265CB
Text Example
Text Example
White with #4265CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4265CB; }
p { color: rgb(66,101,203); }
H1.HeaderClassName
{
color: #4265CB;
}
.AnyTagClassName
{
color: #4265CB;
}
</style>
background-color css
<style>
a { background-color: #4265CB; }
a { background-color: rgb(66,101,203); }
div.DivClassName
{
background-color: #4265CB;
}
.BgClassName
{
background-color: #4265CB;
}
</style>
border-color css
<style>
span { border-color: #4265CB; }
span { border-color: rgb(66,101,203); }
td.TdClassName
{
border-color: #4265CB;
}
.TagClassName
{
border-color: #4265CB;
}
</style>