Color: #247ECB
#247ECB Color Information
#247ECB is a dark color. The closest websafe version is #247ECB. A complement of this color would be #CC7224, perceived brightness is 0.42, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 208°,a saturation of 70%, and a lightness of 47%.The HSV representation shows a hue of 208°, a saturation of 100%, and a value of 100%.
In a RGB color space, #247ECB is composed of 14% red, 49% green and 80% blue. Whereas in a CMYK color space, it is composed of 82% cyan, 38% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 18.97, x: 0.2141, and y: 0.2341.
Color Code #247ECB
Shades of Color #247ECB
Shades are created by darkening the original color #247ECB 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 #247ECB
Tints are created by lightening the original color #247ECB 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 #247ECB Color Code
In the HSL color space, this color has a hue angle of 208°, a saturation of 70%, and a lightness of 47%. The HSV representation shows a hue of 208°, a saturation of 82%, and a value of 80%.
- HEX: #247ECB
- RGB: rgb(36, 126, 203)
- HSL: hsl(208, 70%, 47%)
- HSV: hsv(208, 82%, 80%)
- CMYK: 82.00% cyan, 38.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 17.35, 18.97, 44.70
- Yxy: 18.97, 0.2141, 0.2341
- Hunter Lab: 50.65, -5.02, -48.12
- CIE-Lab: 50.65, -5.02, -48.12
In the XYZ color space, this color is represented as X: 17.35, Y: 18.97, Z: 44.70. The Yxy representation further refines this as Y: 18.97, x: 0.2141, and y: 0.2341.
In the Hunter Lab color space, this color is represented as L: 50.65, a: -5.02, and b: -48.12. Similarly, in the CIE-Lab color space, it is represented as L: 50.65, a: -5.02, and b: -48.12.
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 #247ECB
Triadic colors are three colors evenly spaced around the color wheel, including #247ECB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #247ECB
Monochromatic colors are variations of #247ECB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #247ECB
The complementary color of #247ECB 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 #247ECB
/* Using HEX */ body { background-color: #247ecb; }
/* Using RGB */ body { background-color: rgb(36, 126, 203); }
/* Using RGB with opacity */ body { background-color: rgba(36, 126, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(208, 70%, 47%); }
/* Text color */ p { color: #247ecb; }
/* Box shadow */ div { box-shadow: 4px 4px #247ecb; }
HTML Examples of #247ECB
<!-- Using HEX --> <div style="background-color: #247ecb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(36, 126, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(36, 126, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(208, 70%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #247ecb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #247ecb; width: 100px; height: 100px;"></div>
Related Colors of #247ECB
These colors are similar to #247ECB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.