Color: #415FFC

#415FFC Color Information

#415FFC is a dark color. The closest websafe version is #415FFC. A complement of this color would be #FCDD40, perceived brightness is 0.41, and the grayscale version is #9E9E9E.

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

In a RGB color space, #415FFC is composed of 25% red, 37% green and 99% blue. Whereas in a CMYK color space, it is composed of 74% cyan, 62% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 15.28, x: 0.1936, and y: 0.1433.

Color Code #415FFC

#415FFCrgb(65, 95, 252)
HEX
#415FFC
RGB
rgb(65, 95, 252)
HSL
hsl(230, 97%, 62%)
HSV
hsv(230, 74%, 99%)
CMYK
74%, 62%, 0%, 1%
XYZ
X: 20.64, Y: 15.28, Z: 70.71
Lab
L: 46.02, a: 31.79, b: -83.03
Name

Shades of Color #415FFC

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

Tints are created by lightening the original color #415FFC 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.

#415FFCrgb(65, 95, 252)

About #415FFC Color Code

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

  • HEX: #415FFC
  • RGB: rgb(65, 95, 252)
  • HSL: hsl(230, 97%, 62%)
  • HSV: hsv(230, 74%, 99%)
  • CMYK: 74.00% cyan, 62.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 20.64, 15.28, 70.71
  • Yxy: 15.28, 0.1936, 0.1433
  • Hunter Lab: 46.02, 31.79, -83.03
  • CIE-Lab: 46.02, 31.79, -83.03

In the XYZ color space, this color is represented as X: 20.64, Y: 15.28, Z: 70.71. The Yxy representation further refines this as Y: 15.28, x: 0.1936, and y: 0.1433.

In the Hunter Lab color space, this color is represented as L: 46.02, a: 31.79, and b: -83.03. Similarly, in the CIE-Lab color space, it is represented as L: 46.02, a: 31.79, and b: -83.03.

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 #415FFC

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

Analogous Colors of #415FFC

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

Split Complementary Colors of #415FFC

Split complementary colors are two colors adjacent to the complementary color of #415FFC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #415FFC

Tetradic colors form a rectangle on the color wheel, including #415FFC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #415FFC

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

Complementary Color of #415FFC

The complementary color of #415FFC 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 #415FFC

/* Using HEX */
body {
  background-color: #415ffc;
}
/* Using RGB */
body {
  background-color: rgb(65, 95, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(65, 95, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(230, 97%, 62%);
}
/* Text color */
p {
  color: #415ffc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #415ffc;
}
/* Border color */
.box {
  border: 4px solid #415ffc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #415ffc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #415ffc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#415FFC
On Black Background
#415FFC
On White Background
#415FFC

HTML Examples of #415FFC

<!-- Using HEX -->
<div style="background-color: #415ffc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(65, 95, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(65, 95, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(230, 97%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #415ffc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #415ffc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #415ffc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #415ffc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #415ffc; color: #fff; padding: 16px; border-radius: 8px;">
  #415FFC
</div>
#415FFC
On Black Background
#415FFC
On White Background
#415FFC

Related Colors of #415FFC

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