Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
mediumblue | 2020EB | #2020EB | 32, 32, 235 | 12.55, 12.55, 92.16 | 86.38, 86.38, 0, 7.84 | 240, 86.382978723404, 92.156862745098 |
Color #2020eb is mediumblue. In RGB: 12.55, 12.55, 92.16. In CMYK: 86.38, 86.38, 0, 7.84.
div { background: #2020eb; color: #000; }
div { background: #2020eb; color: #fff; }
div { background: linear-gradient(to bottom, #0000CE 0%, #543BFF 100%); color: #000; }
div { background: linear-gradient(to bottom, #543BFF 0%, #0000CE 100%); color: #000; }
div { background: linear-gradient(to bottom, #0000CE 0%, #543BFF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #543BFF 0%, #0000CE 100%); color: #fff; }
div { border: 1px solid #2020eb; }
div { border: 5px solid #2020eb; }
div { border: 1px dashed #2020eb; }
div { border: 5px dashed #2020eb; }
div { border: 1px dotted #2020eb; }
div { border: 5px dotted #2020eb; }