Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Deep Cerulean | 2381B1 | #2381B1 | 35, 129, 177 | 13.73, 50.59, 69.41 | 80.23, 27.12, 0, 30.59 | 200.28169014085, 80.225988700565, 69.411764705882 |
Color #2381b1 is Deep Cerulean. In RGB: 13.73, 50.59, 69.41. In CMYK: 80.23, 27.12, 0, 30.59.
div { background: #2381b1; color: #000; }
div { background: #2381b1; color: #fff; }
div { background: linear-gradient(to bottom, #006896 0%, #489BCD 100%); color: #000; }
div { background: linear-gradient(to bottom, #489BCD 0%, #006896 100%); color: #000; }
div { background: linear-gradient(to bottom, #006896 0%, #489BCD 100%); color: #fff; }
div { background: linear-gradient(to bottom, #489BCD 0%, #006896 100%); color: #fff; }
div { border: 1px solid #2381b1; }
div { border: 5px solid #2381b1; }
div { border: 1px dashed #2381b1; }
div { border: 5px dashed #2381b1; }
div { border: 1px dotted #2381b1; }
div { border: 5px dotted #2381b1; }