In a RGB color space, #007fff hex color (also known as Azure) is composed of 0% red, 49.8% green and 100% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 50.2% magenta, 0% yellow and 0% black. It has a hue angle of 210.1 degrees, a saturation of 100% and a lightness of 50%. #007fff color hex could be obtained by blending #00feff with #0000ff. Closest websafe color is: #0066ff.
The hexadecimal color #007fff has RGB values of R:0, G:127, B:255 and CMYK values of C:1, M:0.5, Y:0, K:0. Its decimal value is 32767.
Hex triplet | 007fff | #007fff |
RGB Decimal | 0, 127, 255 | rgb(0,127,255) |
RGB Percent | 0, 49.8, 100 | rgb(0%,49.8%,100%) |
CMYK | 100, 50.2, 0, 0 | |
HSL | 210.1°, 100, 50 | hsl(210.1,100%,50%) |
HSV(HSB) | 210.1°, 100, 100 | |
Web Safe | 0066ff | #06f |
XYZ | 25.639, 22.399, 97.58 |
xyY | 0.176, 0.154, 22.399 |
CIE-LAB | 54.448, 19.414, -71.364 |
CIE-LCH | 54.448, 73.957, 285.219 |
CIE-LUV | 54.448, -29.099, -113.439 |
Hunter-Lab | 47.327, 13.879, -89.115 |
Binary | 00000000, 01111111, 11111111 |
Below, you can see some colors close to #007fff. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #007fff.
<span style="color:#007fff">Text here</span>
This paragraph has a background color of #007fff.
<p style="background-color:#007fff;">Content here</p>
This element has a border color of #007fff.
<div style="border:1px #007fff;">Content here</div>
.text {color:#007fff;}
.background {background-color:#007fff;}
.border {border:1px solid #007fff;}
.text-shadow {border:1px solid #007fff;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #eaf4ff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #7f7f80 is the less saturated color, while #0b7ff4 is the most saturated one.