Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
mediumblue | 450EE0 | #450EE0 | 69, 14, 224 | 27.06, 5.49, 87.84 | 69.2, 93.75, 0, 12.16 | 255.71428571429, 93.75, 87.843137254902 |
Color #450ee0 is mediumblue. In RGB: 27.06, 5.49, 87.84. In CMYK: 69.2, 93.75, 0, 12.16.
div { background: #450ee0; color: #000; }
div { background: #450ee0; color: #fff; }
div { background: linear-gradient(to bottom, #0500C3 0%, #6A30FD 100%); color: #000; }
div { background: linear-gradient(to bottom, #6A30FD 0%, #0500C3 100%); color: #000; }
div { background: linear-gradient(to bottom, #0500C3 0%, #6A30FD 100%); color: #fff; }
div { background: linear-gradient(to bottom, #6A30FD 0%, #0500C3 100%); color: #fff; }
div { border: 1px solid #450ee0; }
div { border: 5px solid #450ee0; }
div { border: 1px dashed #450ee0; }
div { border: 5px dashed #450ee0; }
div { border: 1px dotted #450ee0; }
div { border: 5px dotted #450ee0; }