Color Hex Logo

#4089fb Color Hex

#4089FB
(64,137,251)
0 Favorites   0 Comments

Color spaces of #4089fb

RGB 64137251
HSL0.600.960.62
HSV217°75°98°
CMYK 0.750.450.00   0.02
XYZ28.472625.946394.7743
Yxy25.94630.19080.1739
Hunter Lab50.937510.6357-74.6587
CIE-Lab57.986015.6487-63.3969

#4089fb color RGB value is (64,137,251).

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

The process color (four color CMYK) of #4089fb color hex is 0.75, 0.45, 0.00, 0.02. Web safe color of #4089fb is #3399ff. Color #4089fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001001 11111011
Octal 100 211 373
Decimal 64 137 251
Hex 40 89 FB

RGB Percentages of Color #4089fb

%14.16
%30.31
%55.53

CMYK Percentages of Color #4089fb

%75
%45
%0
%2

Triadic Colors of #4089fb

#4089fb #fb4089 #89fb40

Analogous Colors of #4089fb

#4089fb #5540fb #40e7fb

Monochromatic Colors of #4089fb

#4089fb

Complementary Color

#4089fb #fbb240

#4089fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4089fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4089fb Color CSS Codes

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

#4089fb Text Font Color

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

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


#4089fb Background Color

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

This div background color is #4089fb


#4089fb Border Color

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

This div border color is #4089fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4089fb

Related Colors


Comments

No comments written yet.

Please login to write comment.