Color Hex Logo

#097fff Color Hex

#097FFF
(9,127,255)
0 Favorites   0 Comments

Color spaces of #097fff

RGB 9127255
HSL0.591.000.52
HSV211°96°100°
CMYK 0.960.500.00   0.00
XYZ25.752022.456897.5851
Yxy22.45680.17660.1540
Hunter Lab47.388614.0707-88.9210
CIE-Lab54.508419.6243-71.2623

#097fff color RGB value is (9,127,255).

#097fff hex color red value is 9, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #097fff hue: 0.59 , saturation: 1.00 and the lightness value of 097fff is 0.52.

The process color (four color CMYK) of #097fff color hex is 0.96, 0.50, 0.00, 0.00. Web safe color of #097fff is #0066ff. Color #097fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111111 11111111
Octal 11 177 377
Decimal 9 127 255
Hex 9 7F FF

RGB Percentages of Color #097fff

%2.30
%32.48
%65.22

CMYK Percentages of Color #097fff

%96
%50
%0
%0

Triadic Colors of #097fff

#097fff #ff097f #7fff09

Analogous Colors of #097fff

#097fff #0e09ff #09faff

Monochromatic Colors of #097fff

#097fff

Complementary Color

#097fff #ff8909

#097fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#097fff Color CSS Codes

.mybgcolor {background-color:#097fff; } 
.myforecolor {color:#097fff; }
.mybordercolor {border:3px solid #097fff; }

#097fff Text Font Color

<p style="color:#097fff">Text here</p>

This sample text font color is #097fff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#097fff Background Color

<div style="background-color:#097fff">
Div content here</div>

This div background color is #097fff


#097fff Border Color

<div style="border:3px solid #097fff">
Div here</div>

This div border color is #097fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,127,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #097fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #097fff;
  -webkit-box-shadow: 1px 1px 3px 2px #097fff;
  box-shadow:         1px 1px 3px 2px #097fff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,127,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #097fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #097fff;
  -webkit-box-shadow: 1px 1px 3px 2px #097fff;
  box-shadow:         1px 1px 3px 2px #097fff;">
Div content here</div>

This div box has shadow with color #097fff

Related Colors


Comments

No comments written yet.

Please login to write comment.