Color Hex Logo

#009bff Color Hex

#009BFF
(0,155,255)
4 Favorites   0 Comments

Color spaces of #009bff

RGB 0155255
HSL0.571.000.50
HSV204°100°100°
CMYK 1.000.390.00   0.00
XYZ29.771330.662798.9571
Yxy30.66270.18680.1924
Hunter Lab55.3739-0.9354-67.1937
CIE-Lab62.22192.4020-58.8627

#009bff color RGB value is (0,155,255).

#009bff hex color red value is 0, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #009bff hue: 0.57 , saturation: 1.00 and the lightness value of 009bff is 0.50.

The process color (four color CMYK) of #009bff color hex is 1.00, 0.39, 0.00, 0.00. Web safe color of #009bff is #0099ff. Color #009bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011011 11111111
Octal 0 233 377
Decimal 0 155 255
Hex 0 9B FF

RGB Percentages of Color #009bff

%0.00
%37.80
%62.20

CMYK Percentages of Color #009bff

%100
%39
%0
%0

Triadic Colors of #009bff

#009bff #ff009b #9bff00

Analogous Colors of #009bff

#009bff #001bff #00ffe4

Monochromatic Colors of #009bff

#009bff

Complementary Color

#009bff #ff6400

#009bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#009bff Color CSS Codes

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

#009bff Text Font Color

<p style="color:#009bff">Text here</p>

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


#009bff Background Color

<div style="background-color:#009bff">
Div content here</div>

This div background color is #009bff


#009bff Border Color

<div style="border:3px solid #009bff">
Div here</div>

This div border color is #009bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,155,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009bff;
  -webkit-box-shadow: 1px 1px 3px 2px #009bff;
  box-shadow:         1px 1px 3px 2px #009bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,155,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 #009bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009bff


Comments

No comments written yet.

Please login to write comment.