Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
mediumblue | 123FFD | #123FFD | 18, 63, 253 | 7.06, 24.71, 99.22 | 92.89, 75.1, 0, 0.78 | 228.51063829787, 92.885375494071, 99.21568627451 |
Color #123ffd is mediumblue. In RGB: 7.06, 24.71, 99.22. In CMYK: 92.89, 75.1, 0, 0.78.
div { background: #123ffd; color: #000; }
div { background: #123ffd; color: #fff; }
div { background: linear-gradient(to bottom, #0028E0 0%, #5157FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #5157FF 0%, #0028E0 100%); color: #000; }
div { background: linear-gradient(to bottom, #0028E0 0%, #5157FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #5157FF 0%, #0028E0 100%); color: #fff; }
div { border: 1px solid #123ffd; }
div { border: 5px solid #123ffd; }
div { border: 1px dashed #123ffd; }
div { border: 5px dashed #123ffd; }
div { border: 1px dotted #123ffd; }
div { border: 5px dotted #123ffd; }