Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Curious Blue | 2D91C6 | #2D91C6 | 45, 145, 198 | 17.65, 56.86, 77.65 | 77.27, 26.77, 0, 22.35 | 200.78431372549, 77.272727272727, 77.647058823529 |
Color #2d91c6 is Curious Blue. In RGB: 17.65, 56.86, 77.65. In CMYK: 77.27, 26.77, 0, 22.35.
div { background: #2d91c6; color: #000; }
div { background: #2d91c6; color: #fff; }
div { background: linear-gradient(to bottom, #0077AB 0%, #52ABE2 100%); color: #000; }
div { background: linear-gradient(to bottom, #52ABE2 0%, #0077AB 100%); color: #000; }
div { background: linear-gradient(to bottom, #0077AB 0%, #52ABE2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #52ABE2 0%, #0077AB 100%); color: #fff; }
div { border: 1px solid #2d91c6; }
div { border: 5px solid #2d91c6; }
div { border: 1px dashed #2d91c6; }
div { border: 5px dashed #2d91c6; }
div { border: 1px dotted #2d91c6; }
div { border: 5px dotted #2d91c6; }