Color: #0077EE

#0077EE Color Information

#0077EE is a dark color. The closest websafe version is #0077EE. A complement of this color would be #F07800, perceived brightness is 0.38, and the grayscale version is #777777.

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

In a RGB color space, #0077EE is composed of 0% red, 47% green and 93% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 50% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 18.41, x: 0.1922, and y: 0.1830.

Color Code #0077EE

HEX
#0077EE
RGB
rgb(0, 119, 238)
HSL
hsl(210, 100%, 47%)
HSV
hsv(210, 100%, 93%)
CMYK
100%, 50%, 0%, 7%
XYZ
X: 19.34, Y: 18.41, Z: 62.85
Lab
L: 49.99, a: 8.24, b: -68.88
Name

Shades of Color #0077EE

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

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

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

  • HEX: #0077EE
  • RGB: rgb(0, 119, 238)
  • HSL: hsl(210, 100%, 47%)
  • HSV: hsv(210, 100%, 93%)
  • CMYK: 100.00% cyan, 50.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 19.34, 18.41, 62.85
  • Yxy: 18.41, 0.1922, 0.1830
  • Hunter Lab: 49.99, 8.24, -68.88
  • CIE-Lab: 49.99, 8.24, -68.88

In the XYZ color space, this color is represented as X: 19.34, Y: 18.41, Z: 62.85. The Yxy representation further refines this as Y: 18.41, x: 0.1922, and y: 0.1830.

In the Hunter Lab color space, this color is represented as L: 49.99, a: 8.24, and b: -68.88. Similarly, in the CIE-Lab color space, it is represented as L: 49.99, a: 8.24, and b: -68.88.

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 #0077EE

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

Analogous Colors of #0077EE

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

Monochromatic Colors of #0077EE

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

Complementary Color of #0077EE

The complementary color of #0077EE 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 #0077EE

/* Using HEX */
body {
  background-color: #0077ee;
}
/* Using RGB */
body {
  background-color: rgb(0, 119, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(0, 119, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(210, 100%, 47%);
}
/* Text color */
p {
  color: #0077ee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #0077ee;
}

HTML Examples of #0077EE

<!-- Using HEX -->
<div style="background-color: #0077ee; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(0, 119, 238); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(0, 119, 238, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(210, 100%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #0077ee;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #0077ee; width: 100px; height: 100px;"></div>

Related Colors of #0077EE

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