Cerulean blue to RGB — Color Code

RGB

rgb(5, 110, 238)

Format Value
HEX #056eee
RGB rgb(5, 110, 238)
HSL hsl(213, 95.9%, 47.6%)
CMYK cmyk(97.9%, 53.8%, 0%, 6.7%)

What is the RGB code for cerulean blue?

The CSS color cerulean blue in RGB format is rgb(5, 110, 238). Use this value directly in CSS, SVG, and most design tools.

How do I use cerulean blue in CSS?

To apply cerulean blue in CSS:

  • Text color: color: rgb(5, 110, 238);
  • Background: background-color: rgb(5, 110, 238);
  • Border: border-color: rgb(5, 110, 238);

What are all the color format values for cerulean blue?

FormatValue
HEX#056eee
RGBrgb(5, 110, 238)
HSLhsl(213, 95.9%, 47.6%)
CMYKcmyk(97.9%, 53.8%, 0%, 6.7%)

How do I convert cerulean blue to RGB?

Select cerulean blue from the color name list in our color converter. The RGB value — rgb(5, 110, 238) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does cerulean blue belong to?

cerulean blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 213°, saturation 95.9%, lightness 47.6%.

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

Lighter variant (lightness 62.6%): #4496fb. Darker variant (lightness 32.6%): #034ba3. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.