color codes Logo

#097fcd color codes

#097FCD
(9,127,205)
0 Favorites   0 Comments

Color spaces of #097fcd

RGB 9127205
HSL0.570.920.42
HSV204°96°80°
CMYK 0.960.380.00   0.20
XYZ18.721519.644660.5627
Yxy19.64460.18920.1986
Hunter Lab44.3222-2.1663-49.9894
CIE-Lab51.43300.2587-48.2157

#097fcd color RGB value is (9,127,205).

#097fcd hex color red value is 9, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #097fcd hue: 0.57 , saturation: 0.92 and the lightness value of 097fcd is 0.42.

The process color (four color CMYK) of #097fcd color code is 0.96, 0.38, 0.00, 0.20. Web safe color of #097fcd is #0066cc. Color #097fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111111 11001101
Octal 11 177 315
Decimal 9 127 205
Hex 9 7F CD

RGB Percentages of Color #097fcd

%2.64
%37.24
%60.12

CMYK Percentages of Color #097fcd

%96
%38
%0
%20

Triadic Colors of #097fcd

#097fcd #cd097f #7fcd09

Analogous Colors of #097fcd

#097fcd #091dcd #09cdb9

Monochromatic Colors of #097fcd

#097fcd

Complementary Color

#097fcd #cd5709

#097fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#097fcd Color CSS Codes

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

#097fcd Text Font Color

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

This sample text font color is #097fcd
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.


#097fcd Background Color

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

This div background color is #097fcd


#097fcd Border Color

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

This div border color is #097fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097fcd


Comments

No comments written yet.

Please login to write comment.