Color: #295EFA
#295EFA Color Information
#295EFA is a dark color. The closest websafe version is #295EFA. A complement of this color would be #FAC529, perceived brightness is 0.38, and the grayscale version is #929292.
In the HSL color space, this color has a hue angle of 225°,a saturation of 95%, and a lightness of 57%.The HSV representation shows a hue of 225°, a saturation of 100%, and a value of 100%.
In a RGB color space, #295EFA is composed of 16% red, 37% green and 98% blue. Whereas in a CMYK color space, it is composed of 84% cyan, 62% magenta, 0% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 14.31, x: 0.1847, and y: 0.1394.
Color Code #295EFA
Shades of Color #295EFA
Shades are created by darkening the original color #295EFA 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 #295EFA
Tints are created by lightening the original color #295EFA 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 #295EFA Color Code
In the HSL color space, this color has a hue angle of 225°, a saturation of 95%, and a lightness of 57%. The HSV representation shows a hue of 225°, a saturation of 84%, and a value of 98%.
- HEX: #295EFA
- RGB: rgb(41, 94, 250)
- HSL: hsl(225, 95%, 57%)
- HSV: hsv(225, 84%, 98%)
- CMYK: 84.00% cyan, 62.00% magenta, 0.00% yellow, 2.00% black
- XYZ: 18.96, 14.31, 69.39
- Yxy: 14.31, 0.1847, 0.1394
- Hunter Lab: 44.68, 29.19, -84.16
- CIE-Lab: 44.68, 29.19, -84.16
In the XYZ color space, this color is represented as X: 18.96, Y: 14.31, Z: 69.39. The Yxy representation further refines this as Y: 14.31, x: 0.1847, and y: 0.1394.
In the Hunter Lab color space, this color is represented as L: 44.68, a: 29.19, and b: -84.16. Similarly, in the CIE-Lab color space, it is represented as L: 44.68, a: 29.19, and b: -84.16.
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 #295EFA
Triadic colors are three colors evenly spaced around the color wheel, including #295EFA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #295EFA
Monochromatic colors are variations of #295EFA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #295EFA
The complementary color of #295EFA 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 #295EFA
/* Using HEX */ body { background-color: #295efa; }
/* Using RGB */ body { background-color: rgb(41, 94, 250); }
/* Using RGB with opacity */ body { background-color: rgba(41, 94, 250, 0.5); }
/* Using HSL */ body { background-color: hsl(225, 95%, 57%); }
/* Text color */ p { color: #295efa; }
/* Box shadow */ div { box-shadow: 4px 4px #295efa; }
HTML Examples of #295EFA
<!-- Using HEX --> <div style="background-color: #295efa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(41, 94, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(41, 94, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(225, 95%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #295efa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #295efa; width: 100px; height: 100px;"></div>
Related Colors of #295EFA
These colors are similar to #295EFA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.