Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Curious Blue | 2F97CF | #2F97CF | 47, 151, 207 | 18.43, 59.22, 81.18 | 77.29, 27.05, 0, 18.82 | 201, 77.294685990338, 81.176470588235 |
Color #2f97cf is Curious Blue. In RGB: 18.43, 59.22, 81.18. In CMYK: 77.29, 27.05, 0, 18.82.
div { background: #2f97cf; color: #000; }
div { background: #2f97cf; color: #fff; }
div { background: linear-gradient(to bottom, #007DB3 0%, #54B2EB 100%); color: #000; }
div { background: linear-gradient(to bottom, #54B2EB 0%, #007DB3 100%); color: #000; }
div { background: linear-gradient(to bottom, #007DB3 0%, #54B2EB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #54B2EB 0%, #007DB3 100%); color: #fff; }
div { border: 1px solid #2f97cf; }
div { border: 5px solid #2f97cf; }
div { border: 1px dashed #2f97cf; }
div { border: 5px dashed #2f97cf; }
div { border: 1px dotted #2f97cf; }
div { border: 5px dotted #2f97cf; }