Color: #488AFC

#488AFC Color Information

#488AFC is a light color. The closest websafe version is #488AFC. A complement of this color would be #FCBB4A, perceived brightness is 0.51, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 218°,a saturation of 97%, and a lightness of 64%.The HSV representation shows a hue of 218°, a saturation of 100%, and a value of 100%.

In a RGB color space, #488AFC is composed of 28% red, 54% green and 99% blue. Whereas in a CMYK color space, it is composed of 71% cyan, 45% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 25.56, x: 0.2137, and y: 0.2058.

Color Code #488AFC

HEX
#488AFC
RGB
rgb(72, 138, 252)
HSL
hsl(218, 97%, 64%)
HSV
hsv(218, 71%, 99%)
CMYK
71%, 45%, 0%, 1%
XYZ
X: 26.54, Y: 25.56, Z: 72.08
Lab
L: 57.62, a: 7.92, b: -64.25
Name

Shades of Color #488AFC

Shades are created by darkening the original color #488AFC 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 #488AFC

Tints are created by lightening the original color #488AFC 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 #488AFC Color Code

In the HSL color space, this color has a hue angle of 218°, a saturation of 97%, and a lightness of 64%. The HSV representation shows a hue of 218°, a saturation of 71%, and a value of 99%.

  • HEX: #488AFC
  • RGB: rgb(72, 138, 252)
  • HSL: hsl(218, 97%, 64%)
  • HSV: hsv(218, 71%, 99%)
  • CMYK: 71.00% cyan, 45.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 26.54, 25.56, 72.08
  • Yxy: 25.56, 0.2137, 0.2058
  • Hunter Lab: 57.62, 7.92, -64.25
  • CIE-Lab: 57.62, 7.92, -64.25

In the XYZ color space, this color is represented as X: 26.54, Y: 25.56, Z: 72.08. The Yxy representation further refines this as Y: 25.56, x: 0.2137, and y: 0.2058.

In the Hunter Lab color space, this color is represented as L: 57.62, a: 7.92, and b: -64.25. Similarly, in the CIE-Lab color space, it is represented as L: 57.62, a: 7.92, and b: -64.25.

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 #488AFC

Triadic colors are three colors evenly spaced around the color wheel, including #488AFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #488AFC

Analogous colors are adjacent to #488AFC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #488AFC

Monochromatic colors are variations of #488AFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #488AFC

The complementary color of #488AFC 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 #488AFC

/* Using HEX */
body {
  background-color: #488afc;
}
/* Using RGB */
body {
  background-color: rgb(72, 138, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(72, 138, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(218, 97%, 64%);
}
/* Text color */
p {
  color: #488afc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #488afc;
}

HTML Examples of #488AFC

<!-- Using HEX -->
<div style="background-color: #488afc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(72, 138, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(72, 138, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(218, 97%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #488afc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #488afc; width: 100px; height: 100px;"></div>

Related Colors of #488AFC

These colors are similar to #488AFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.