Azure
#007fff · one of 31,915 named colors
Azure is a medium, vivid blue with the hex code #007fff. In RGB it is 0 red, 127 green and 255 blue, and black text is most readable on top of it.
Codes
HEX
#007fffHEX8
#007fffffRGB
rgb(0, 127, 255)RGBA
rgba(0, 127, 255, 1)RGB %
rgb(0%, 50%, 100%)HSL
hsl(210, 100%, 50%)HSLA
hsla(210, 100%, 50%, 1)Variables
Sass
$azure: #007fff;Less
@azure: #007fff;CSS
--azure: #007fff;