What is the HSL code for ocean blue?
The CSS color ocean blue in HSL format is hsl(196.9, 96.2%, 31.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use ocean blue in CSS?
To apply ocean blue in CSS:
- Text color: color: hsl(196.9, 96.2%, 31.2%);
- Background: background-color: hsl(196.9, 96.2%, 31.2%);
- Border: border-color: hsl(196.9, 96.2%, 31.2%);
What are all the color format values for ocean blue?
| Format | Value |
|---|---|
| HEX | #03719c |
| RGB | rgb(3, 113, 156) |
| HSL | hsl(196.9, 96.2%, 31.2%) |
| CMYK | cmyk(98.1%, 27.6%, 0%, 38.8%) |
How do I convert ocean blue to HSL?
Select ocean blue from the color name list in our color converter. The HSL value — hsl(196.9, 96.2%, 31.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does ocean blue belong to?
ocean blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 196.9°, saturation 96.2%, lightness 31.2%.
How do I create lighter and darker shades of ocean blue?
Lighter variant (lightness 46.2%): #04a7e7. Darker variant (lightness 16.2%): #023b51. 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.