Color Hex Logo

#426dfb Color Hex

#426DFB
(66,109,251)
0 Favorites   0 Comments

Color spaces of #426dfb

RGB 66109251
HSL0.630.960.62
HSV226°74°98°
CMYK 0.740.570.00   0.02
XYZ25.128019.060693.6215
Yxy19.06060.18230.1383
Hunter Lab43.658426.3349-96.5810
CIE-Lab50.758033.1549-75.0816

#426dfb color RGB value is (66,109,251).

#426dfb hex color red value is 66, green value is 109 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #426dfb hue: 0.63 , saturation: 0.96 and the lightness value of 426dfb is 0.62.

The process color (four color CMYK) of #426dfb color hex is 0.74, 0.57, 0.00, 0.02. Web safe color of #426dfb is #3366ff. Color #426dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101101 11111011
Octal 102 155 373
Decimal 66 109 251
Hex 42 6D FB

RGB Percentages of Color #426dfb

%15.49
%25.59
%58.92

CMYK Percentages of Color #426dfb

%74
%57
%0
%2

Triadic Colors of #426dfb

#426dfb #fb426d #6dfb42

Analogous Colors of #426dfb

#426dfb #7442fb #42cafb

Monochromatic Colors of #426dfb

#426dfb

Complementary Color

#426dfb #fbd042

#426dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426dfb Color CSS Codes

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

#426dfb Text Font Color

<p style="color:#426dfb">Text here</p>

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


#426dfb Background Color

<div style="background-color:#426dfb">
Div content here</div>

This div background color is #426dfb


#426dfb Border Color

<div style="border:3px solid #426dfb">
Div here</div>

This div border color is #426dfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,109,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426dfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426dfb;
  -webkit-box-shadow: 1px 1px 3px 2px #426dfb;
  box-shadow:         1px 1px 3px 2px #426dfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.