Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Curious Blue | 4B9AC9 | #4B9AC9 | 75, 154, 201 | 29.41, 60.39, 78.82 | 62.69, 23.38, 0, 21.18 | 202.38095238095, 62.686567164179, 78.823529411765 |
Color #4b9ac9 is Curious Blue. In RGB: 29.41, 60.39, 78.82. In CMYK: 62.69, 23.38, 0, 21.18.
div { background: #4b9ac9; color: #000; }
div { background: #4b9ac9; color: #fff; }
div { background: linear-gradient(to bottom, #2880AE 0%, #69B5E5 100%); color: #000; }
div { background: linear-gradient(to bottom, #69B5E5 0%, #2880AE 100%); color: #000; }
div { background: linear-gradient(to bottom, #2880AE 0%, #69B5E5 100%); color: #fff; }
div { background: linear-gradient(to bottom, #69B5E5 0%, #2880AE 100%); color: #fff; }
div { border: 1px solid #4b9ac9; }
div { border: 5px solid #4b9ac9; }
div { border: 1px dashed #4b9ac9; }
div { border: 5px dashed #4b9ac9; }
div { border: 1px dotted #4b9ac9; }
div { border: 5px dotted #4b9ac9; }