What is the RGB code for cerulean?
The CSS color cerulean in RGB format is rgb(4, 133, 209). Use this value directly in CSS, SVG, and most design tools.
How do I use cerulean in CSS?
To apply cerulean in CSS:
- Text color: color: rgb(4, 133, 209);
- Background: background-color: rgb(4, 133, 209);
- Border: border-color: rgb(4, 133, 209);
What are all the color format values for cerulean?
| Format | Value |
|---|---|
| HEX | #0485d1 |
| RGB | rgb(4, 133, 209) |
| HSL | hsl(202.2, 96.2%, 41.8%) |
| CMYK | cmyk(98.1%, 36.4%, 0%, 18%) |
How do I convert cerulean to RGB?
Select cerulean from the color name list in our color converter. The RGB value — rgb(4, 133, 209) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cerulean belong to?
cerulean belongs to the blue color family. It is a medium, vivid color with HSL values: hue 202.2°, saturation 96.2%, lightness 41.8%.
How do I create lighter and darker shades of cerulean?
Lighter variant (lightness 56.8%): #27acfb. Darker variant (lightness 26.799999999999997%): #035586. 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.