Color #1980E6
#1980E6rgb(25, 128, 230)
Color Codes
HEX#1980E6
RGBrgb(25, 128, 230)
HSLhsl(210°, 80%, 50%)
CMYKcmyk(89%, 44%, 0%, 10%)
CIELABLab(53.3, 10, -59.2)
Color Schemes
Tints & Shades
CSS Code Snippets
background-color: #1980E6;color: #1980E6;border: 2px solid #1980E6;background: linear-gradient(135deg, #1980E6, #e67f19);Code Export
css
:root {
--color-primary: #1980e6;
--color-primary-rgb: 25, 128, 230;
--color-primary-hsl: 210, 80%, 50%;
}