COLOR #2F90EB

HEX: #2F90EB
RGB: (47,144,235)

Color info

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

RGB color model

#2F90EB color RGB value is (47,144,235).

  • red value is 47;
  • green value is 144;
  • blue value is 235.
RGB:
(47,144,235)
(18%,56%,92%)

RGB channels and saturation

R 47 of 255 = 18%
G 144 of 255 = 56%
B 235 of 255 = 92%

47
144
235

R + G + B ~ 55%. #2F90EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 144 + 235 = 426 (100%)
R 47 of 426 ~ 11.03%
G 144 of 426 ~ 33.8%
B 235 of 426 ~ 55.16%

%11.03
%33.8
%55.16

CMYK color model

#2F90EB color CMYK value is (80,39,0,8).

  • cyan value is 80.00%
  • magenta value is 38.72%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(80,39,0,8)
C80M39Y0K8 
(80%,39%,0%,8%)
(0.80/0.39/0.00/0.08)	

CMYK percentages

%80
%38.72
%0
%7.84

Codes

Color #2F90EB in popluar color models

2F90EB
RGB47144235
HSL209°82.46%55.29%
HSB/HSV209°80.00%92.16%
CMYK80.00%38.72%0.00%
7.84%

Color #2F90EB in popluar number systems.

HEX2F90EB
Decimal47144235
Binary1011111001000011101011
Octal57220353

Shades and tints

Shades of #2F90EB

#2F90EB
(47,144,235)
#2B83D6
(43,131,214)
#2776C1
(39,118,193)
#2369AC
(35,105,172)
#1F5C97
(31,92,151)
#1B4F82
(27,79,130)
#17426D
(23,66,109)
#133558
(19,53,88)
#0F2843
(15,40,67)
#0B1B2E
(11,27,46)
#070E19
(7,14,25)
#000000
(0,0,0)

Tints of #2F90EB

#2F90EB
(47,144,235)
#419AEC
(65,154,236)
#53A4ED
(83,164,237)
#65AEEE
(101,174,238)
#77B8EF
(119,184,239)
#89C2F0
(137,194,240)
#9BCCF1
(155,204,241)
#ADD6F2
(173,214,242)
#BFE0F3
(191,224,243)
#D1EAF4
(209,234,244)
#E3F4F5
(227,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F90EB color. Also use rgb(47,144,235) instead hex code.

Text Font Color

.myTextColor { color: #2F90EB; }

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

This text font color is #2F90EB.


Background Color

.myBgColor { background-color: #2F90EB; }

<div style="background-color:#2F90EB">Inner text</div>

This div background color is #2F90EB.


Border color

.myBorderColor { border: 1px solid #2F90EB; }

<div style="border:3px solid #2F90EB">Div</div>

This div border color is #2F90EB.


Opacity

.myOpacity80 { color: #2F90EB; opacity: 0.8; }

<p style="color:#2F90EB;opacity:0.8;">80%</p>

Text with #2F90EB 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 #2F90EB;}

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

This text has shadow with #2F90EB color.

.textShadow {text-shadow: 3px 3px 1px #2F90EB, 3px 3px 1px red;}

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

This text has shadow with #2F90EB primary color and red secondary color.


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

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

This text has shadow with #2F90EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F90EB on black background.


Color preview on white background

This text has color #2F90EB on white background.



Black color preview on #2F90EB background

This text has black color on #2F90EB background.


White color preview on #2F90EB background

This text has white color on #2F90EB background.