Color Hex Logo

#426ffb Color Hex

#426FFB
(66,111,251)
0 Favorites   0 Comments

Color spaces of #426ffb

RGB 66111251
HSL0.630.960.62
HSV225°74°98°
CMYK 0.740.560.00   0.02
XYZ25.343819.492293.6934
Yxy19.49220.18290.1407
Hunter Lab44.150025.2035-94.9180
CIE-Lab51.258231.9152-74.2679

#426ffb color RGB value is (66,111,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101111 11111011
Octal 102 157 373
Decimal 66 111 251
Hex 42 6F FB

RGB Percentages of Color #426ffb

%15.42
%25.93
%58.64

CMYK Percentages of Color #426ffb

%74
%56
%0
%2

Triadic Colors of #426ffb

#426ffb #fb426f #6ffb42

Analogous Colors of #426ffb

#426ffb #7242fb #42ccfb

Monochromatic Colors of #426ffb

#426ffb

Complementary Color

#426ffb #fbce42

#426ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426ffb Color CSS Codes

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

#426ffb Text Font Color

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

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


#426ffb Background Color

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

This div background color is #426ffb


#426ffb Border Color

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

This div border color is #426ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426ffb


Comments

No comments written yet.

Please login to write comment.