COLOR #4089F2

HEX: #4089F2
RGB: (64,137,242)

Color info

#4089F2 contains mainly blue color. Web safe color of #4089F2 is #3399FF (or #39F).

RGB color model

#4089F2 color RGB value is (64,137,242).

  • red value is 64;
  • green value is 137;
  • blue value is 242.
RGB:
(64,137,242)
(25%,54%,95%)

RGB channels and saturation

R 64 of 255 = 25%
G 137 of 255 = 54%
B 242 of 255 = 95%

64
137
242

R + G + B ~ 58%. #4089F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 137 + 242 = 443 (100%)
R 64 of 443 ~ 14.45%
G 137 of 443 ~ 30.93%
B 242 of 443 ~ 54.63%

%14.45
%30.93
%54.63

CMYK color model

#4089F2 color CMYK value is (74,43,0,5).

  • cyan value is 73.55%
  • magenta value is 43.39%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(74,43,0,5)
C74M43Y0K5 
(74%,43%,0%,5%)
(0.74/0.43/0.00/0.05)	

CMYK percentages

%73.55
%43.39
%0
%5.1

Codes

Color #4089F2 in popluar color models

4089F2
RGB64137242
HSL215°87.25%60.00%
HSB/HSV215°73.55%94.90%
CMYK73.55%43.39%0.00%
5.10%

Color #4089F2 in popluar number systems.

HEX4089F2
Decimal64137242
Binary10000001000100111110010
Octal100211362

Shades and tints

Shades of #4089F2

#4089F2
(64,137,242)
#3B7DDC
(59,125,220)
#3671C6
(54,113,198)
#3165B0
(49,101,176)
#2C599A
(44,89,154)
#274D84
(39,77,132)
#22416E
(34,65,110)
#1D3558
(29,53,88)
#182942
(24,41,66)
#131D2C
(19,29,44)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #4089F2

#4089F2
(64,137,242)
#5193F3
(81,147,243)
#629DF4
(98,157,244)
#73A7F5
(115,167,245)
#84B1F6
(132,177,246)
#95BBF7
(149,187,247)
#A6C5F8
(166,197,248)
#B7CFF9
(183,207,249)
#C8D9FA
(200,217,250)
#D9E3FB
(217,227,251)
#EAEDFC
(234,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4089F2 color. Also use rgb(64,137,242) instead hex code.

Text Font Color

.myTextColor { color: #4089F2; }

<p style="color:#4089F2">This sample text font color is #4089F2.</p>

This text font color is #4089F2.


Background Color

.myBgColor { background-color: #4089F2; }

<div style="background-color:#4089F2">Inner text</div>

This div background color is #4089F2.


Border color

.myBorderColor { border: 1px solid #4089F2; }

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

This div border color is #4089F2.


Opacity

.myOpacity80 { color: #4089F2; opacity: 0.8; }

<p style="color:#4089F2;opacity:0.8;">80%</p>

Text with #4089F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4089F2;}

<p style="text-shadow: 3px 3px 1px #4089F2">Text here.</p>

This text has shadow with #4089F2 color.

.textShadow {text-shadow: 3px 3px 1px #4089F2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4089F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #4089F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4089F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4089F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #4089F2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4089F2;
  -webkit-box-shadow:	1px 1px 3px 2px #4089F2;
  box-shadow:		1px 1px 3px 2px #4089F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4089F2;
-webkit-box-shadow: 1px 1px 3px 2px #4089F2;
box-shadow:1px 1px 3px 2px #4089F2;">
Div content here</div>
This div box has shadow with color #4089F2.

Preview

Color preview on black background

This text has color #4089F2 on black background.


Color preview on white background

This text has color #4089F2 on white background.



Black color preview on #4089F2 background

This text has black color on #4089F2 background.


White color preview on #4089F2 background

This text has white color on #4089F2 background.