Pure blue to HEX — Color Code

HEX

#0203e2

Format Value
HEX #0203e2
RGB rgb(2, 3, 226)
HSL hsl(239.7, 98.2%, 44.7%)
CMYK cmyk(99.1%, 98.7%, 0%, 11.4%)

What is the HEX code for pure blue?

The CSS color pure blue in HEX format is #0203e2. Use this value directly in CSS, SVG, and most design tools.

How do I use pure blue in CSS?

To apply pure blue in CSS:

  • Text color: color: #0203e2;
  • Background: background-color: #0203e2;
  • Border: border-color: #0203e2;

What are all the color format values for pure blue?

FormatValue
HEX#0203e2
RGBrgb(2, 3, 226)
HSLhsl(239.7, 98.2%, 44.7%)
CMYKcmyk(99.1%, 98.7%, 0%, 11.4%)

How do I convert pure blue to HEX?

Select pure blue from the color name list in our color converter. The HEX value — #0203e2 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does pure blue belong to?

pure blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 239.7°, saturation 98.2%, lightness 44.7%.

How do I create lighter and darker shades of pure blue?

Lighter variant (lightness 59.7%): #3334fd. Darker variant (lightness 29.700000000000003%): #010296. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.