COLOR #288CF6

HEX: #288CF6
RGB: (40,140,246)

Color info

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

RGB color model

#288CF6 color RGB value is (40,140,246).

  • red value is 40;
  • green value is 140;
  • blue value is 246.
RGB:
(40,140,246)
(16%,55%,96%)

RGB channels and saturation

R 40 of 255 = 16%
G 140 of 255 = 55%
B 246 of 255 = 96%

40
140
246

R + G + B ~ 56%. #288CF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 140 + 246 = 426 (100%)
R 40 of 426 ~ 9.39%
G 140 of 426 ~ 32.86%
B 246 of 426 ~ 57.75%

%32.86
%57.75

CMYK color model

#288CF6 color CMYK value is (84,43,0,4).

  • cyan value is 83.74%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(84,43,0,4)
C84M43Y0K4 
(84%,43%,0%,4%)
(0.84/0.43/0.00/0.04)	

CMYK percentages

%83.74
%43.09
%0
%3.53

Codes

Color #288CF6 in popluar color models

288CF6
RGB40140246
HSL211°91.96%56.08%
HSB/HSV211°83.74%96.47%
CMYK83.74%43.09%0.00%
3.53%

Color #288CF6 in popluar number systems.

HEX288CF6
Decimal40140246
Binary1010001000110011110110
Octal50214366

Shades and tints

Shades of #288CF6

#288CF6
(40,140,246)
#2580E0
(37,128,224)
#2274CA
(34,116,202)
#1F68B4
(31,104,180)
#1C5C9E
(28,92,158)
#195088
(25,80,136)
#164472
(22,68,114)
#13385C
(19,56,92)
#102C46
(16,44,70)
#0D2030
(13,32,48)
#0A141A
(10,20,26)
#000000
(0,0,0)

Tints of #288CF6

#288CF6
(40,140,246)
#3B96F6
(59,150,246)
#4EA0F6
(78,160,246)
#61AAF6
(97,170,246)
#74B4F6
(116,180,246)
#87BEF6
(135,190,246)
#9AC8F6
(154,200,246)
#ADD2F6
(173,210,246)
#C0DCF6
(192,220,246)
#D3E6F6
(211,230,246)
#E6F0F6
(230,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288CF6 color. Also use rgb(40,140,246) instead hex code.

Text Font Color

.myTextColor { color: #288CF6; }

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

This text font color is #288CF6.


Background Color

.myBgColor { background-color: #288CF6; }

<div style="background-color:#288CF6">Inner text</div>

This div background color is #288CF6.


Border color

.myBorderColor { border: 1px solid #288CF6; }

<div style="border:3px solid #288CF6">Div</div>

This div border color is #288CF6.


Opacity

.myOpacity80 { color: #288CF6; opacity: 0.8; }

<p style="color:#288CF6;opacity:0.8;">80%</p>

Text with #288CF6 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 #288CF6;}

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

This text has shadow with #288CF6 color.

.textShadow {text-shadow: 3px 3px 1px #288CF6, 3px 3px 1px red;}

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

This text has shadow with #288CF6 primary color and red secondary color.


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

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

This text has shadow with #288CF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288CF6 on black background.


Color preview on white background

This text has color #288CF6 on white background.



Black color preview on #288CF6 background

This text has black color on #288CF6 background.


White color preview on #288CF6 background

This text has white color on #288CF6 background.