Color Hex Logo

#042bdb Color Hex

#042BDB
(4,43,219)
0 Favorites   0 Comments

Color spaces of #042bdb

RGB 443219
HSL0.640.960.44
HSV229°98°86°
CMYK 0.980.800.00   0.14
XYZ13.70016.868067.6214
Yxy6.86800.15530.0779
Hunter Lab26.206947.4520-134.6408
CIE-Lab31.504557.3984-88.7320

#042bdb color RGB value is (4,43,219).

#042bdb hex color red value is 4, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #042bdb hue: 0.64 , saturation: 0.96 and the lightness value of 042bdb is 0.44.

The process color (four color CMYK) of #042bdb color hex is 0.98, 0.80, 0.00, 0.14. Web safe color of #042bdb is #0033cc. Color #042bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101011 11011011
Octal 4 53 333
Decimal 4 43 219
Hex 4 2B DB

RGB Percentages of Color #042bdb

%1.50
%16.17
%82.33

CMYK Percentages of Color #042bdb

%98
%80
%0
%14

Triadic Colors of #042bdb

#042bdb #db042b #2bdb04

Analogous Colors of #042bdb

#042bdb #4904db #0497db

Monochromatic Colors of #042bdb

#042bdb

Complementary Color

#042bdb #dbb404

#042bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#042bdb Color CSS Codes

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

#042bdb Text Font Color

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

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


#042bdb Background Color

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

This div background color is #042bdb


#042bdb Border Color

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

This div border color is #042bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042bdb


Comments

No comments written yet.

Please login to write comment.