Water blue to RGB — Color Code

RGB

rgb(14, 135, 204)

Format Value
HEX #0e87cc
RGB rgb(14, 135, 204)
HSL hsl(201.8, 87.2%, 42.7%)
CMYK cmyk(93.1%, 33.8%, 0%, 20%)

What is the RGB code for water blue?

The CSS color water blue in RGB format is rgb(14, 135, 204). Use this value directly in CSS, SVG, and most design tools.

How do I use water blue in CSS?

To apply water blue in CSS:

  • Text color: color: rgb(14, 135, 204);
  • Background: background-color: rgb(14, 135, 204);
  • Border: border-color: rgb(14, 135, 204);

What are all the color format values for water blue?

FormatValue
HEX#0e87cc
RGBrgb(14, 135, 204)
HSLhsl(201.8, 87.2%, 42.7%)
CMYKcmyk(93.1%, 33.8%, 0%, 20%)

How do I convert water blue to RGB?

Select water blue from the color name list in our color converter. The RGB value — rgb(14, 135, 204) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does water blue belong to?

water blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 201.8°, saturation 87.2%, lightness 42.7%.

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

Lighter variant (lightness 57.7%): #35adf1. Darker variant (lightness 27.700000000000003%): #095784. 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.