Color #054ADF

HEX

#054ADF

RGB

(5, 74, 223)

Quick Actions

Color Values

Color Space Values
RGB
R: 5, G: 74, B: 223 (2%, 29%, 87%)
CMYK C: 98%, M: 67%, Y: 0%, K: 13%
HSL H: 221°, S: 96%, L: 45%
HSV H: 221°, S: 98%, V: 87%
CIE-LAB L: 38.31, a: 41.02, b: -79.77
CIE-LCH L: 38.31, C: 89.7, H: 297.21
Hunter-Lab L: 32.03, a: 30.43, b: -132.65
Web Safe
#0033cc
Complementary
#df9904

#054ADF is a color with RGB values of 5 red, 74 green, and 223 blue (2%, 29%, 87% respectively). In the CMYK color space, it consists of 98% cyan, 67% magenta, 0% yellow, and 13% black. The color has a hue angle of 221°, 96% saturation, and 45% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #0033cc. The complementary color is #df9904, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #054ADF

Explore different variations of #054ADF including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #054ADF. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #054ADF

Explore different color combinations and harmonies that work well with #054ADF.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #054ADF

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #054ADF

Text with #054ADF

This text has a font color of #054ADF.

<span style="color:#054ADF;">Text here</span>
.text { color: #054ADF; }

#054ADF background color

This paragraph has a background color of #054ADF.

<p style="background-color:#054ADF;">Content here</p>
.background { background-color: #054ADF; }

#054ADF border color

This element has a border color of #054ADF.
<div style="border:1px solid #054ADF;">Content here</div>
.border { border: 1px solid #054ADF; }

#054ADF box shadow

This element has a box shadow using #054ADF.
<div style="box-shadow: 0 4px 6px -1px #054ADF80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #054ADF80; }
Copied to clipboard!