Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Cerulean | 35A2D2 | #35A2D2 | 53, 162, 210 | 20.78, 63.53, 82.35 | 74.76, 22.86, 0, 17.65 | 198.34394904459, 74.761904761905, 82.352941176471 |
Color #35a2d2 is Cerulean. In RGB: 20.78, 63.53, 82.35. In CMYK: 74.76, 22.86, 0, 17.65.
div { background: #35a2d2; color: #000; }
div { background: #35a2d2; color: #fff; }
div { background: linear-gradient(to bottom, #0088B6 0%, #59BDEE 100%); color: #000; }
div { background: linear-gradient(to bottom, #59BDEE 0%, #0088B6 100%); color: #000; }
div { background: linear-gradient(to bottom, #0088B6 0%, #59BDEE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #59BDEE 0%, #0088B6 100%); color: #fff; }
div { border: 1px solid #35a2d2; }
div { border: 5px solid #35a2d2; }
div { border: 1px dashed #35a2d2; }
div { border: 5px dashed #35a2d2; }
div { border: 1px dotted #35a2d2; }
div { border: 5px dotted #35a2d2; }