Shades of Free Speech Blue #405FCB
Tints of Free Speech Blue #405FCB
RGB
CMYK
RGB Variations
Color information
#405FCB (or 0x405FCB) is known color: Free Speech Blue. HEX triplet: 40, 5F and CB. RGB value is (64,95,203). Sum of RGB (Red+Green+Blue) = 64+95+203=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #405FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FCB is #BFA034. Grayscale: #616161. Windows color (decimal): -12558389 or 13328192. OLE color: 13328192.
HSL color Cylindrical-coordinate representation of color #405FCB: hue angle of 226.62º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #405FCB is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 95 | 203 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.20 |
| HSL | 226.62º | 0.57% | 0.52% | - |
| HSV(B) | 226.62º | 0.68% | 0.8% | - |
| XYZ | 16.99 | 13.59 | 58.23 | - |
| YUV | 98.04 | 187.23 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 203 | 0.68 | 0.53 | 0 | 0.20 | 226.62 | 0.57 | 0.52 |
| Hex | 40 | 5F | CB | 44 | 35 | 0 | 14 | E3 | 39 | 34 |
| Octal | 100 | 137 | 313 | 104 | 65 | 0 | 24 | 343 | 71 | 64 |
| Binary | 1000000 | 1011111 | 11001011 | 1000100 | 110101 | 0 | 10100 | 11100011 | 111001 | 110100 |
Color Harmonies of #405FCB
Complementary color
Monochromatic Colors of #405FCB
Black with #405FCB
Text Example
Text Example
White with #405FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FCB; }
p { color: rgb(64,95,203); }
H1.HeaderClassName
{
color: #405FCB;
}
.AnyTagClassName
{
color: #405FCB;
}
</style>
background-color css
<style>
a { background-color: #405FCB; }
a { background-color: rgb(64,95,203); }
div.DivClassName
{
background-color: #405FCB;
}
.BgClassName
{
background-color: #405FCB;
}
</style>
border-color css
<style>
span { border-color: #405FCB; }
span { border-color: rgb(64,95,203); }
td.TdClassName
{
border-color: #405FCB;
}
.TagClassName
{
border-color: #405FCB;
}
</style>