color codes Logo

#0428db color codes

#0428DB
(4,40,219)
0 Favorites   0 Comments

Color spaces of #0428db

RGB 440219
HSL0.640.960.44
HSV230°98°86°
CMYK 0.980.820.00   0.14
XYZ13.59506.657967.5864
Yxy6.65790.15480.0758
Hunter Lab25.802948.8927-137.2382
CIE-Lab31.015158.8359-89.5464

#0428db color RGB value is (4,40,219).

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

The process color (four color CMYK) of #0428db color code is 0.98, 0.82, 0.00, 0.14. Web safe color of #0428db is #0033cc. Color #0428db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101000 11011011
Octal 4 50 333
Decimal 4 40 219
Hex 4 28 DB

RGB Percentages of Color #0428db

%1.52
%15.21
%83.27

CMYK Percentages of Color #0428db

%98
%82
%0
%14

Triadic Colors of #0428db

#0428db #db0428 #28db04

Analogous Colors of #0428db

#0428db #4c04db #0494db

Monochromatic Colors of #0428db

#0428db

Complementary Color

#0428db #dbb704

#0428db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0428db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0428db Color CSS Codes

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

#0428db Text Font Color

<p style="color:#0428db">Text here</p>

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


#0428db Background Color

<div style="background-color:#0428db">
Div content here</div>

This div background color is #0428db


#0428db Border Color

<div style="border:3px solid #0428db">
Div here</div>

This div border color is #0428db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0428db


Comments

No comments written yet.

Please login to write comment.