Color: #097AFB

#097AFB Color Information

#097AFB is a dark color. The closest websafe version is #097AFB. A complement of this color would be #FB8A09, perceived brightness is 0.40, and the grayscale version is #828282.

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

In a RGB color space, #097AFB is composed of 4% red, 48% green and 98% blue. Whereas in a CMYK color space, it is composed of 96% cyan, 51% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 19.86, x: 0.1911, and y: 0.1772.

Color Code #097AFB

HEX
#097AFB
RGB
rgb(9, 122, 251)
HSL
hsl(212, 97%, 51%)
HSV
hsv(212, 96%, 98%)
CMYK
96%, 51%, 0%, 2%
XYZ
X: 21.42, Y: 19.86, Z: 70.79
Lab
L: 51.68, a: 11.08, b: -73.35
Name

Shades of Color #097AFB

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

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

In the HSL color space, this color has a hue angle of 212°, a saturation of 97%, and a lightness of 51%. The HSV representation shows a hue of 212°, a saturation of 96%, and a value of 98%.

  • HEX: #097AFB
  • RGB: rgb(9, 122, 251)
  • HSL: hsl(212, 97%, 51%)
  • HSV: hsv(212, 96%, 98%)
  • CMYK: 96.00% cyan, 51.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 21.42, 19.86, 70.79
  • Yxy: 19.86, 0.1911, 0.1772
  • Hunter Lab: 51.68, 11.08, -73.35
  • CIE-Lab: 51.68, 11.08, -73.35

In the XYZ color space, this color is represented as X: 21.42, Y: 19.86, Z: 70.79. The Yxy representation further refines this as Y: 19.86, x: 0.1911, and y: 0.1772.

In the Hunter Lab color space, this color is represented as L: 51.68, a: 11.08, and b: -73.35. Similarly, in the CIE-Lab color space, it is represented as L: 51.68, a: 11.08, and b: -73.35.

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 #097AFB

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

Analogous Colors of #097AFB

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

Monochromatic Colors of #097AFB

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

Complementary Color of #097AFB

The complementary color of #097AFB 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 #097AFB

/* Using HEX */
body {
  background-color: #097afb;
}
/* Using RGB */
body {
  background-color: rgb(9, 122, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(9, 122, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(212, 97%, 51%);
}
/* Text color */
p {
  color: #097afb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #097afb;
}

HTML Examples of #097AFB

<!-- Using HEX -->
<div style="background-color: #097afb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(9, 122, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(9, 122, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(212, 97%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #097afb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #097afb; width: 100px; height: 100px;"></div>

Related Colors of #097AFB

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