COLOR #2B59F8

HEX: #2B59F8
RGB: (43,89,248)

Color info

#2B59F8 contains mainly blue color. Web safe color of #2B59F8 is #3366FF (or #36F).

RGB color model

#2B59F8 color RGB value is (43,89,248).

  • red value is 43;
  • green value is 89;
  • blue value is 248.
RGB:
(43,89,248)
(17%,35%,97%)

RGB channels and saturation

R 43 of 255 = 17%
G 89 of 255 = 35%
B 248 of 255 = 97%

43
89
248

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

Portions of RGB colors in percentages

R + G + B =
43 + 89 + 248 = 380 (100%)
R 43 of 380 ~ 11.32%
G 89 of 380 ~ 23.42%
B 248 of 380 ~ 65.26%

%11.32
%23.42
%65.26

CMYK color model

#2B59F8 color CMYK value is (83,64,0,3).

  • cyan value is 82.66%
  • magenta value is 64.11%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(83,64,0,3)
C83M64Y0K3 
(83%,64%,0%,3%)
(0.83/0.64/0.00/0.03)	

CMYK percentages

%82.66
%64.11
%0
%2.75

Codes

Color #2B59F8 in popluar color models

2B59F8
RGB4389248
HSL227°93.61%57.06%
HSB/HSV227°82.66%97.25%
CMYK82.66%64.11%0.00%
2.75%

Color #2B59F8 in popluar number systems.

HEX2B59F8
Decimal4389248
Binary101011101100111111000
Octal53131370

Shades and tints

Shades of #2B59F8

#2B59F8
(43,89,248)
#2851E2
(40,81,226)
#2549CC
(37,73,204)
#2241B6
(34,65,182)
#1F39A0
(31,57,160)
#1C318A
(28,49,138)
#192974
(25,41,116)
#16215E
(22,33,94)
#131948
(19,25,72)
#101132
(16,17,50)
#0D091C
(13,9,28)
#000000
(0,0,0)

Tints of #2B59F8

#2B59F8
(43,89,248)
#3E68F8
(62,104,248)
#5177F8
(81,119,248)
#6486F8
(100,134,248)
#7795F8
(119,149,248)
#8AA4F8
(138,164,248)
#9DB3F8
(157,179,248)
#B0C2F8
(176,194,248)
#C3D1F8
(195,209,248)
#D6E0F8
(214,224,248)
#E9EFF8
(233,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B59F8 color. Also use rgb(43,89,248) instead hex code.

Text Font Color

.myTextColor { color: #2B59F8; }

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

This text font color is #2B59F8.


Background Color

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

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

This div background color is #2B59F8.


Border color

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

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

This div border color is #2B59F8.


Opacity

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

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

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

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

This text has shadow with #2B59F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B59F8 on black background.


Color preview on white background

This text has color #2B59F8 on white background.



Black color preview on #2B59F8 background

This text has black color on #2B59F8 background.


White color preview on #2B59F8 background

This text has white color on #2B59F8 background.