Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Persian Blue | 1D41CE | #1D41CE | 29, 65, 206 | 11.37, 25.49, 80.78 | 85.92, 68.45, 0, 19.22 | 227.79661016949, 85.922330097087, 80.78431372549 |
Color #1D41CE is Persian Blue. In RGB: 11.37, 25.49, 80.78. In CMYK: 85.92, 68.45, 0, 19.22.
div { background: #1D41CE; color: #000; }
div { background: #1D41CE; color: #fff; }
div { background: linear-gradient(to bottom, #002BB2 0%, #4B58EB 100%); color: #000; }
div { background: linear-gradient(to bottom, #4B58EB 0%, #002BB2 100%); color: #000; }
div { background: linear-gradient(to bottom, #002BB2 0%, #4B58EB 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4B58EB 0%, #002BB2 100%); color: #fff; }
div { border: 1px solid #1D41CE; }
div { border: 5px solid #1D41CE; }
div { border: 1px dashed #1D41CE; }
div { border: 5px dashed #1D41CE; }
div { border: 1px dotted #1D41CE; }
div { border: 5px dotted #1D41CE; }