Color Hex Logo

#049bff Color Hex

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

Color spaces of #049bff

RGB 4155255
HSL0.571.000.51
HSV204°98°100°
CMYK 0.980.390.00   0.00
XYZ29.821430.688598.9595
Yxy30.68850.18700.1924
Hunter Lab55.3972-0.8551-67.1354
CIE-Lab62.24382.4978-58.8264

#049bff color RGB value is (4,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011011 11111111
Octal 4 233 377
Decimal 4 155 255
Hex 4 9B FF

RGB Percentages of Color #049bff

%0.97
%37.44
%61.59

CMYK Percentages of Color #049bff

%98
%39
%0
%0

Triadic Colors of #049bff

#049bff #ff049b #9bff04

Analogous Colors of #049bff

#049bff #041eff #04ffe6

Monochromatic Colors of #049bff

#049bff

Complementary Color

#049bff #ff6804

#049bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#049bff Color CSS Codes

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

#049bff Text Font Color

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

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


#049bff Background Color

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

This div background color is #049bff


#049bff Border Color

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

This div border color is #049bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049bff


Comments

No comments written yet.

Please login to write comment.