Shades of Free Speech Blue #405BCF
Tints of Free Speech Blue #405BCF
RGB
CMYK
RGB Variations
Color information
#405BCF (or 0x405BCF) is known color: Free Speech Blue. HEX triplet: 40, 5B and CF. RGB value is (64,91,207). Sum of RGB (Red+Green+Blue) = 64+91+207=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #405BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BCF is #BFA430. Grayscale: #5F5F5F. Windows color (decimal): -12559409 or 13589312. OLE color: 13589312.
HSL color Cylindrical-coordinate representation of color #405BCF: hue angle of 228.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405BCF is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 91 | 207 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.19 |
| HSL | 228.67º | 0.6% | 0.53% | - |
| HSV(B) | 228.67º | 0.69% | 0.81% | - |
| XYZ | 17.12 | 13.08 | 60.65 | - |
| YUV | 96.15 | 190.55 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 207 | 0.69 | 0.56 | 0 | 0.19 | 228.67 | 0.6 | 0.53 |
| Hex | 40 | 5B | CF | 45 | 38 | 0 | 13 | E5 | 3C | 35 |
| Octal | 100 | 133 | 317 | 105 | 70 | 0 | 23 | 345 | 74 | 65 |
| Binary | 1000000 | 1011011 | 11001111 | 1000101 | 111000 | 0 | 10011 | 11100101 | 111100 | 110101 |
Color Harmonies of #405BCF
Complementary color
Monochromatic Colors of #405BCF
Black with #405BCF
Text Example
Text Example
White with #405BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BCF; }
p { color: rgb(64,91,207); }
H1.HeaderClassName
{
color: #405BCF;
}
.AnyTagClassName
{
color: #405BCF;
}
</style>
background-color css
<style>
a { background-color: #405BCF; }
a { background-color: rgb(64,91,207); }
div.DivClassName
{
background-color: #405BCF;
}
.BgClassName
{
background-color: #405BCF;
}
</style>
border-color css
<style>
span { border-color: #405BCF; }
span { border-color: rgb(64,91,207); }
td.TdClassName
{
border-color: #405BCF;
}
.TagClassName
{
border-color: #405BCF;
}
</style>