Color Hex Logo

#4279fb Color Hex

#4279FB
(66,121,251)
0 Favorites   0 Comments

Color spaces of #4279fb

RGB 66121251
HSL0.620.960.62
HSV222°74°98°
CMYK 0.740.520.00   0.02
XYZ26.496721.798094.0777
Yxy21.79800.18610.1531
Hunter Lab46.688319.5983-86.7884
CIE-Lab53.812025.7149-70.1245

#4279fb color RGB value is (66,121,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111001 11111011
Octal 102 171 373
Decimal 66 121 251
Hex 42 79 FB

RGB Percentages of Color #4279fb

%15.07
%27.63
%57.31

CMYK Percentages of Color #4279fb

%74
%52
%0
%2

Triadic Colors of #4279fb

#4279fb #fb4279 #79fb42

Analogous Colors of #4279fb

#4279fb #6842fb #42d6fb

Monochromatic Colors of #4279fb

#4279fb

Complementary Color

#4279fb #fbc442

#4279fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4279fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4279fb Color CSS Codes

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

#4279fb Text Font Color

<p style="color:#4279fb">Text here</p>

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


#4279fb Background Color

<div style="background-color:#4279fb">
Div content here</div>

This div background color is #4279fb


#4279fb Border Color

<div style="border:3px solid #4279fb">
Div here</div>

This div border color is #4279fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4279fb


Comments

No comments written yet.

Please login to write comment.