Color Hex Logo

#428bfd Color Hex

#428BFD
(66,139,253)
0 Favorites   0 Comments

Color spaces of #428bfd

RGB 66139253
HSL0.600.980.63
HSV217°74°99°
CMYK 0.740.450.00   0.01
XYZ29.209026.715396.5456
Yxy26.71530.19160.1752
Hunter Lab51.686810.4210-74.5667
CIE-Lab58.709915.3884-63.3312

#428bfd color RGB value is (66,139,253).

#428bfd hex color red value is 66, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #428bfd hue: 0.60 , saturation: 0.98 and the lightness value of 428bfd is 0.63.

The process color (four color CMYK) of #428bfd color hex is 0.74, 0.45, 0.00, 0.01. Web safe color of #428bfd is #3399ff. Color #428bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001011 11111101
Octal 102 213 375
Decimal 66 139 253
Hex 42 8B FD

RGB Percentages of Color #428bfd

%14.41
%30.35
%55.24

CMYK Percentages of Color #428bfd

%74
%45
%0
%1

Triadic Colors of #428bfd

#428bfd #fd428b #8bfd42

Analogous Colors of #428bfd

#428bfd #5642fd #42e9fd

Monochromatic Colors of #428bfd

#428bfd

Complementary Color

#428bfd #fdb442

#428bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#428bfd Color CSS Codes

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

#428bfd Text Font Color

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

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


#428bfd Background Color

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

This div background color is #428bfd


#428bfd Border Color

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

This div border color is #428bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428bfd


Comments

No comments written yet.

Please login to write comment.