Color: #044CDC
#044CDC Color Information
#044CDC is a dark color. The closest websafe version is #044CDC. A complement of this color would be #DC9404, perceived brightness is 0.28, and the grayscale version is #707070.
In the HSL color space, this color has a hue angle of 220°,a saturation of 96%, and a lightness of 44%.The HSV representation shows a hue of 220°, a saturation of 98%, and a value of 86%.
In a RGB color space, #044CDC is composed of 2% red, 30% green and 86% blue. Whereas in a CMYK color space, it is composed of 98% cyan, 65% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 9.55, x: 0.1757, and y: 0.1283.
Color Code #044CDC
Shades of Color #044CDC
Shades are created by darkening the original color #044CDC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #044CDC
Tints are created by lightening the original color #044CDC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #044CDC Color Code
In the HSL color space, this color has a hue angle of 220°, a saturation of 96%, and a lightness of 44%. The HSV representation shows a hue of 220°, a saturation of 98%, and a value of 86%.
- HEX: #044CDC
- RGB: rgb(4, 76, 220)
- HSL: hsl(220, 96%, 44%)
- HSV: hsv(220, 98%, 86%)
- CMYK: 98.00% cyan, 65.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 13.08, 9.55, 51.82
- Yxy: 9.55, 0.1757, 0.1283
- Hunter Lab: 37.02, 28.37, -79.86
- CIE-Lab: 37.02, 28.37, -79.86
In the XYZ color space, this color is represented as X: 13.08, Y: 9.55, Z: 51.82. The Yxy representation further refines this as Y: 9.55, x: 0.1757, and y: 0.1283.
In the Hunter Lab color space, this color is represented as L: 37.02, a: 28.37, and b: -79.86. Similarly, in the CIE-Lab color space, it is represented as L: 37.02, a: 28.37, and b: -79.86.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #044CDC
Triadic colors are three colors evenly spaced around the color wheel, including #044CDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #044CDC
Monochromatic colors are variations of #044CDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #044CDC
The complementary color of #044CDC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #044CDC
/* Using HEX */ body { background-color: #044cdc; }
/* Using RGB */ body { background-color: rgb(4, 76, 220); }
/* Using RGB with opacity */ body { background-color: rgba(4, 76, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(220, 96%, 44%); }
/* Text color */ p { color: #044cdc; }
/* Box shadow */ div { box-shadow: 4px 4px #044cdc; }
/* Border color */ .box { border: 4px solid #044cdc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #044cdc; }
/* Background with text */ div { background: #044cdc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #044CDC
<!-- Using HEX --> <div style="background-color: #044cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(4, 76, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(4, 76, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(220, 96%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #044cdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #044cdc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #044cdc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #044cdc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #044cdc; color: #fff; padding: 16px; border-radius: 8px;"> #044CDC </div>
Related Colors of #044CDC
These colors are similar to #044CDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.