Shades of Medium Blue #2014BB
Tints of Medium Blue #2014BB
RGB
CMYK
RGB Variations
Color information
#2014BB (or 0x2014BB) is known color: Medium Blue. HEX triplet: 20, 14 and BB. RGB value is (32,20,187). Sum of RGB (Red+Green+Blue) = 32+20+187=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 187 (73.44% from 255 or 78.24% from 239); Max value from RGB is 187 - color contains mainly: blue. Hex color #2014BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014BB is #DFEB44. Grayscale: #292929. Windows color (decimal): -14674757 or 12260384. OLE color: 12260384.
HSL color Cylindrical-coordinate representation of color #2014BB: hue angle of 244.31º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2014BB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 20 | 187 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.27 |
| HSL | 244.31º | 0.81% | 0.41% | - |
| HSV(B) | 244.31º | 0.89% | 0.73% | - |
| XYZ | 9.82 | 4.4 | 47.34 | - |
| YUV | 42.63 | 209.48 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 187 | 0.83 | 0.89 | 0 | 0.27 | 244.31 | 0.81 | 0.41 |
| Hex | 20 | 14 | BB | 53 | 59 | 0 | 1B | F4 | 51 | 29 |
| Octal | 40 | 24 | 273 | 123 | 131 | 0 | 33 | 364 | 121 | 51 |
| Binary | 100000 | 10100 | 10111011 | 1010011 | 1011001 | 0 | 11011 | 11110100 | 1010001 | 101001 |
Color Harmonies of #2014BB
Complementary color
Monochromatic Colors of #2014BB
Black with #2014BB
Text Example
Text Example
White with #2014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014BB; }
p { color: rgb(32,20,187); }
H1.HeaderClassName
{
color: #2014BB;
}
.AnyTagClassName
{
color: #2014BB;
}
</style>
background-color css
<style>
a { background-color: #2014BB; }
a { background-color: rgb(32,20,187); }
div.DivClassName
{
background-color: #2014BB;
}
.BgClassName
{
background-color: #2014BB;
}
</style>
border-color css
<style>
span { border-color: #2014BB; }
span { border-color: rgb(32,20,187); }
td.TdClassName
{
border-color: #2014BB;
}
.TagClassName
{
border-color: #2014BB;
}
</style>