Color Hex Logo

#038bdb Color Hex

#038BDB
(3,139,219)
0 Favorites   0 Comments

Color spaces of #038bdb

RGB 3139219
HSL0.560.970.44
HSV202°99°86°
CMYK 0.990.370.00   0.14
XYZ22.056423.599170.4104
Yxy23.59910.19000.2033
Hunter Lab48.5789-3.9683-51.9299
CIE-Lab55.6841-1.7262-49.3573

#038bdb color RGB value is (3,139,219).

#038bdb hex color red value is 3, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #038bdb hue: 0.56 , saturation: 0.97 and the lightness value of 038bdb is 0.44.

The process color (four color CMYK) of #038bdb color hex is 0.99, 0.37, 0.00, 0.14. Web safe color of #038bdb is #0099cc. Color #038bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10001011 11011011
Octal 3 213 333
Decimal 3 139 219
Hex 3 8B DB

RGB Percentages of Color #038bdb

%0.83
%38.50
%60.66

CMYK Percentages of Color #038bdb

%99
%37
%0
%14

Triadic Colors of #038bdb

#038bdb #db038b #8bdb03

Analogous Colors of #038bdb

#038bdb #031fdb #03dbbf

Monochromatic Colors of #038bdb

#038bdb

Complementary Color

#038bdb #db5303

#038bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#038bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#038bdb Color CSS Codes

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

#038bdb Text Font Color

<p style="color:#038bdb">Text here</p>

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


#038bdb Background Color

<div style="background-color:#038bdb">
Div content here</div>

This div background color is #038bdb


#038bdb Border Color

<div style="border:3px solid #038bdb">
Div here</div>

This div border color is #038bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,139,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #038bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #038bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #038bdb;
  box-shadow:         1px 1px 3px 2px #038bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #038bdb


Comments

No comments written yet.

Please login to write comment.