Color: #2507BB

#2507BB Color Information

#2507BB is a dark color. The closest websafe version is #2507BB. A complement of this color would be #9DBB07, perceived brightness is 0.14, and the grayscale version is #616161.

In the HSL color space, this color has a hue angle of 250°,a saturation of 93%, and a lightness of 38%.The HSV representation shows a hue of 250°, a saturation of 96%, and a value of 73%.

In a RGB color space, #2507BB is composed of 15% red, 3% green and 73% blue. Whereas in a CMYK color space, it is composed of 80% cyan, 96% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 3.58, x: 0.1698, and y: 0.0760.

Color Code #2507BB

#2507BBrgb(37, 7, 187)
HEX
#2507BB
RGB
rgb(37, 7, 187)
HSL
hsl(250, 93%, 38%)
HSV
hsv(250, 96%, 73%)
CMYK
80%, 96%, 0%, 27%
XYZ
X: 8.00, Y: 3.58, Z: 35.54
Lab
L: 22.22, a: 53.33, b: -85.14
Name

Shades of Color #2507BB

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

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

#2507BBrgb(37, 7, 187)

About #2507BB Color Code

In the HSL color space, this color has a hue angle of 250°, a saturation of 93%, and a lightness of 38%. The HSV representation shows a hue of 250°, a saturation of 96%, and a value of 73%.

  • HEX: #2507BB
  • RGB: rgb(37, 7, 187)
  • HSL: hsl(250, 93%, 38%)
  • HSV: hsv(250, 96%, 73%)
  • CMYK: 80.00% cyan, 96.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 8.00, 3.58, 35.54
  • Yxy: 3.58, 0.1698, 0.0760
  • Hunter Lab: 22.22, 53.33, -85.14
  • CIE-Lab: 22.22, 53.33, -85.14

In the XYZ color space, this color is represented as X: 8.00, Y: 3.58, Z: 35.54. The Yxy representation further refines this as Y: 3.58, x: 0.1698, and y: 0.0760.

In the Hunter Lab color space, this color is represented as L: 22.22, a: 53.33, and b: -85.14. Similarly, in the CIE-Lab color space, it is represented as L: 22.22, a: 53.33, and b: -85.14.

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 #2507BB

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

Analogous Colors of #2507BB

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

Split Complementary Colors of #2507BB

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

Tetradic Colors of #2507BB

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

Monochromatic Colors of #2507BB

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

Complementary Color of #2507BB

The complementary color of #2507BB 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 #2507BB

/* Using HEX */
body {
  background-color: #2507bb;
}
/* Using RGB */
body {
  background-color: rgb(37, 7, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(37, 7, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(250, 93%, 38%);
}
/* Text color */
p {
  color: #2507bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #2507bb;
}
/* Border color */
.box {
  border: 4px solid #2507bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #2507bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #2507bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#2507BB
On Black Background
#2507BB
On White Background
#2507BB

HTML Examples of #2507BB

<!-- Using HEX -->
<div style="background-color: #2507bb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(37, 7, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(37, 7, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(250, 93%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #2507bb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #2507bb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #2507bb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #2507bb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #2507bb; color: #fff; padding: 16px; border-radius: 8px;">
  #2507BB
</div>
#2507BB
On Black Background
#2507BB
On White Background
#2507BB

Related Colors of #2507BB

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