COLOR #2F00EB

HEX: #2F00EB
RGB: (47,0,235)

Color info

#2F00EB contains mainly blue color. Web safe color of #2F00EB is #3300FF (or #30F).

RGB color model

#2F00EB color RGB value is (47,0,235).

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

RGB channels and saturation

R 47 of 255 = 18%
G 0 of 255 = 0%
B 235 of 255 = 92%

47
0
235

R + G + B ~ 37%. #2F00EB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 0 + 235 = 282 (100%)
R 47 of 282 ~ 16.67%
G 0 of 282 ~ 0%
B 235 of 282 ~ 83.33%

%16.67
%83.33

CMYK color model

#2F00EB color CMYK value is (80,100,0,8).

  • cyan value is 80.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(80,100,0,8)
C80M100Y0K8 
(80%,100%,0%,8%)
(0.80/1.00/0.00/0.08)	

CMYK percentages

%80
%100
%0
%7.84

Codes

Color #2F00EB in popluar color models

2F00EB
RGB470235
HSL252°100.00%46.08%
HSB/HSV252°100.00%92.16%
CMYK80.00%100.00%0.00%
7.84%

Color #2F00EB in popluar number systems.

HEX2F00EB
Decimal470235
Binary101111011101011
Octal570353

Shades and tints

Shades of #2F00EB

#2F00EB
(47,0,235)
#2B00D6
(43,0,214)
#2700C1
(39,0,193)
#2300AC
(35,0,172)
#1F0097
(31,0,151)
#1B0082
(27,0,130)
#17006D
(23,0,109)
#130058
(19,0,88)
#0F0043
(15,0,67)
#0B002E
(11,0,46)
#070019
(7,0,25)
#000000
(0,0,0)

Tints of #2F00EB

#2F00EB
(47,0,235)
#4117EC
(65,23,236)
#532EED
(83,46,237)
#6545EE
(101,69,238)
#775CEF
(119,92,239)
#8973F0
(137,115,240)
#9B8AF1
(155,138,241)
#ADA1F2
(173,161,242)
#BFB8F3
(191,184,243)
#D1CFF4
(209,207,244)
#E3E6F5
(227,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F00EB; }

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

This text font color is #2F00EB.


Background Color

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

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

This div background color is #2F00EB.


Border color

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

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

This div border color is #2F00EB.


Opacity

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

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

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

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

This text has shadow with #2F00EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F00EB on black background.


Color preview on white background

This text has color #2F00EB on white background.



Black color preview on #2F00EB background

This text has black color on #2F00EB background.


White color preview on #2F00EB background

This text has white color on #2F00EB background.