COLOR #288FE4

HEX: #288FE4
RGB: (40,143,228)

Color info

#288FE4 contains mainly blue color. Web safe color of #288FE4 is #3399CC (or #39C).

RGB color model

#288FE4 color RGB value is (40,143,228).

  • red value is 40;
  • green value is 143;
  • blue value is 228.
RGB:
(40,143,228)
(16%,56%,89%)

RGB channels and saturation

R 40 of 255 = 16%
G 143 of 255 = 56%
B 228 of 255 = 89%

40
143
228

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

Portions of RGB colors in percentages

R + G + B =
40 + 143 + 228 = 411 (100%)
R 40 of 411 ~ 9.73%
G 143 of 411 ~ 34.79%
B 228 of 411 ~ 55.47%

%9.73
%34.79
%55.47

CMYK color model

#288FE4 color CMYK value is (82,37,0,11).

  • cyan value is 82.46%
  • magenta value is 37.28%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(82,37,0,11)
C82M37Y0K11 
(82%,37%,0%,11%)
(0.82/0.37/0.00/0.11)	

CMYK percentages

%82.46
%37.28
%0
%10.59

Codes

Color #288FE4 in popluar color models

288FE4
RGB40143228
HSL207°77.69%52.55%
HSB/HSV207°82.46%89.41%
CMYK82.46%37.28%0.00%
10.59%

Color #288FE4 in popluar number systems.

HEX288FE4
Decimal40143228
Binary1010001000111111100100
Octal50217344

Shades and tints

Shades of #288FE4

#288FE4
(40,143,228)
#2582D0
(37,130,208)
#2275BC
(34,117,188)
#1F68A8
(31,104,168)
#1C5B94
(28,91,148)
#194E80
(25,78,128)
#16416C
(22,65,108)
#133458
(19,52,88)
#102744
(16,39,68)
#0D1A30
(13,26,48)
#0A0D1C
(10,13,28)
#000000
(0,0,0)

Tints of #288FE4

#288FE4
(40,143,228)
#3B99E6
(59,153,230)
#4EA3E8
(78,163,232)
#61ADEA
(97,173,234)
#74B7EC
(116,183,236)
#87C1EE
(135,193,238)
#9ACBF0
(154,203,240)
#ADD5F2
(173,213,242)
#C0DFF4
(192,223,244)
#D3E9F6
(211,233,246)
#E6F3F8
(230,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288FE4 color. Also use rgb(40,143,228) instead hex code.

Text Font Color

.myTextColor { color: #288FE4; }

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

This text font color is #288FE4.


Background Color

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

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

This div background color is #288FE4.


Border color

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

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

This div border color is #288FE4.


Opacity

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

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

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

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

This text has shadow with #288FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288FE4 on black background.


Color preview on white background

This text has color #288FE4 on white background.



Black color preview on #288FE4 background

This text has black color on #288FE4 background.


White color preview on #288FE4 background

This text has white color on #288FE4 background.