Bright blue to HSL

Color Code

#0165fc
Format Value
HEX #0165fc
RGB rgb(1, 101, 252)
HSL hsl(216.1, 99.2%, 49.6%)
CMYK cmyk(99.6%, 59.9%, 0%, 1.2%)
HSV hsv(216.1, 99.6%, 98.8%)

bright blue color harmonies

Tints & shades of bright blue

Tints (lighter)

#1873fc #2f81fd #468ffd #5d9dfd #74abfd #8cb9fe #a3c7fe #bad5fe #d1e3fe #e8f1ff

Shades (darker)

#015ce5 #0153ce #0149b7 #0140a0 #013789 #002e73 #00255c #001c45 #00122e #000917

Contrast & accessibility

The quick brown fox

On white · 4.92:1 · AA

The quick brown fox

On black · 4.27:1 · AA Large

Recommended text color: #ffffff

Use bright blue in code

CSS color: #0165fc;
SCSS $color: #0165fc;
Tailwind bg-[#0165fc]
Swift UIColor(red: 0.004, green: 0.396, blue: 0.988, alpha: 1)
Android Color.parseColor("#0165fc")
Flutter Color(0xFF0165FC)

Colors similar to bright blue

Browse all Blue colors →

What is the HSL code for bright blue?

The CSS color bright blue in HSL format is hsl(216.1, 99.2%, 49.6%). Use this value directly in CSS, SVG, and most design tools.

How do I use bright blue in CSS?

To apply bright blue in CSS:

  • Text color: color: hsl(216.1, 99.2%, 49.6%);
  • Background: background-color: hsl(216.1, 99.2%, 49.6%);
  • Border: border-color: hsl(216.1, 99.2%, 49.6%);

What are all the color format values for bright blue?

FormatValue
HEX#0165fc
RGBrgb(1, 101, 252)
HSLhsl(216.1, 99.2%, 49.6%)
CMYKcmyk(99.6%, 59.9%, 0%, 1.2%)

How do I convert bright blue to HSL?

Select bright blue from the color name list in our color converter. The HSL value — hsl(216.1, 99.2%, 49.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does bright blue belong to?

bright blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 216.1°, saturation 99.2%, lightness 49.6%.

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

Lighter variant (lightness 64.6%): #4b93fe. Darker variant (lightness 34.6%): #0146b0. 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.