Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Curious Blue | 029EEB | #029EEB | 2, 158, 235 | 0.78, 61.96, 92.16 | 99.15, 32.77, 0, 7.84 | 199.82832618026, 99.148936170213, 92.156862745098 |
Color #029eeb is Curious Blue. In RGB: 0.78, 61.96, 92.16. In CMYK: 99.15, 32.77, 0, 7.84.
div { background: #029eeb; color: #000; }
div { background: #029eeb; color: #fff; }
div { background: linear-gradient(to bottom, #0084CF 0%, #46B9FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #46B9FF 0%, #0084CF 100%); color: #000; }
div { background: linear-gradient(to bottom, #0084CF 0%, #46B9FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #46B9FF 0%, #0084CF 100%); color: #fff; }
div { border: 1px solid #029eeb; }
div { border: 5px solid #029eeb; }
div { border: 1px dashed #029eeb; }
div { border: 5px dashed #029eeb; }
div { border: 1px dotted #029eeb; }
div { border: 5px dotted #029eeb; }