Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
mediumblue | 0F2BFC | #0F2BFC | 15, 43, 252 | 5.88, 16.86, 98.82 | 94.05, 82.94, 0, 1.18 | 232.91139240506, 94.047619047619, 98.823529411765 |
Color #0f2bfc is mediumblue. In RGB: 5.88, 16.86, 98.82. In CMYK: 94.05, 82.94, 0, 1.18.
div { background: #0f2bfc; color: #000; }
div { background: #0f2bfc; color: #fff; }
div { background: linear-gradient(to bottom, #000FDE 0%, #5145FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #5145FF 0%, #000FDE 100%); color: #000; }
div { background: linear-gradient(to bottom, #000FDE 0%, #5145FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5145FF 0%, #000FDE 100%); color: #fff; }
div { border: 1px solid #0f2bfc; }
div { border: 5px solid #0f2bfc; }
div { border: 1px dashed #0f2bfc; }
div { border: 5px dashed #0f2bfc; }
div { border: 1px dotted #0f2bfc; }
div { border: 5px dotted #0f2bfc; }