Clear blue to HSL — Color Code

#247afd
Format Value
HEX #247afd
RGB rgb(36, 122, 253)
HSL hsl(216.2, 98.2%, 56.7%)
CMYK cmyk(85.8%, 51.8%, 0%, 0.8%)
HSV hsv(216.2, 85.8%, 99.2%)

clear blue color harmonies

Tints & shades of clear blue

Tints (lighter)

#3886fd #4c92fd #609efe #74aafe #88b6fe #9bc3fe #afcffe #c3dbfe #d7e7ff #ebf3ff

Shades (darker)

#216fe6 #1d64cf #1a59b8 #174ea1 #14438a #103773 #0d2c5c #0a2145 #07162e #030b17

Contrast & accessibility

The quick brown fox

On white · 3.98:1 · AA Large

The quick brown fox

On black · 5.28:1 · AA

Recommended text color: #000000

Use clear blue in code

CSS color: #247afd;
SCSS $color: #247afd;
Tailwind bg-[#247afd]
Swift UIColor(red: 0.141, green: 0.478, blue: 0.992, alpha: 1)
Android Color.parseColor("#247afd")
Flutter Color(0xFF247AFD)

Colors similar to clear blue

Browse all Blue colors →

What is the HSL code for clear blue?

The CSS color clear blue in HSL format is hsl(216.2, 98.2%, 56.7%). Use this value directly in CSS, SVG, and most design tools.

How do I use clear blue in CSS?

To apply clear blue in CSS:

  • Text color: color: hsl(216.2, 98.2%, 56.7%);
  • Background: background-color: hsl(216.2, 98.2%, 56.7%);
  • Border: border-color: hsl(216.2, 98.2%, 56.7%);

What are all the color format values for clear blue?

FormatValue
HEX#247afd
RGBrgb(36, 122, 253)
HSLhsl(216.2, 98.2%, 56.7%)
CMYKcmyk(85.8%, 51.8%, 0%, 0.8%)

How do I convert clear blue to HSL?

Select clear blue from the color name list in our color converter. The HSL value — hsl(216.2, 98.2%, 56.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does clear blue belong to?

clear blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 216.2°, saturation 98.2%, lightness 56.7%.

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

Lighter variant (lightness 71.7%): #70a8fe. Darker variant (lightness 41.7%): #0255d3. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.