color codes Logo

#049bfd color codes

#049BFD
(4,155,253)
0 Favorites   0 Comments

Color spaces of #049bfd

RGB 4155253
HSL0.570.980.50
HSV204°98°99°
CMYK 0.980.390.00   0.01
XYZ29.501030.560497.2724
Yxy30.56040.18750.1942
Hunter Lab55.2815-1.4859-65.6287
CIE-Lab62.13481.7466-57.9072

#049bfd color RGB value is (4,155,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011011 11111101
Octal 4 233 375
Decimal 4 155 253
Hex 4 9B FD

RGB Percentages of Color #049bfd

%0.97
%37.62
%61.41

CMYK Percentages of Color #049bfd

%98
%39
%0
%1

Triadic Colors of #049bfd

#049bfd #fd049b #9bfd04

Analogous Colors of #049bfd

#049bfd #041efd #04fde3

Monochromatic Colors of #049bfd

#049bfd

Complementary Color

#049bfd #fd6604

#049bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#049bfd Color CSS Codes

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

#049bfd Text Font Color

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

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


#049bfd Background Color

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

This div background color is #049bfd


#049bfd Border Color

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

This div border color is #049bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.