Dark sky blue to RGB — Color Code

RGB

rgb(68, 142, 228)

Format Value
HEX #448ee4
RGB rgb(68, 142, 228)
HSL hsl(212.3, 74.8%, 58%)
CMYK cmyk(70.2%, 37.7%, 0%, 10.6%)

What is the RGB code for dark sky blue?

The CSS color dark sky blue in RGB format is rgb(68, 142, 228). Use this value directly in CSS, SVG, and most design tools.

How do I use dark sky blue in CSS?

To apply dark sky blue in CSS:

  • Text color: color: rgb(68, 142, 228);
  • Background: background-color: rgb(68, 142, 228);
  • Border: border-color: rgb(68, 142, 228);

What are all the color format values for dark sky blue?

FormatValue
HEX#448ee4
RGBrgb(68, 142, 228)
HSLhsl(212.3, 74.8%, 58%)
CMYKcmyk(70.2%, 37.7%, 0%, 10.6%)

How do I convert dark sky blue to RGB?

Select dark sky blue from the color name list in our color converter. The RGB value — rgb(68, 142, 228) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark sky blue belong to?

dark sky blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 212.3°, saturation 74.8%, lightness 58%.

How do I create lighter and darker shades of dark sky blue?

Lighter variant (lightness 73%): #87b6ee. Darker variant (lightness 43%): #1c67c0. 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.