COLOR #288FC5

HEX: #288FC5
RGB: (40,143,197)

Color info

#288FC5 contains mainly green and blue colors. Web safe color of #288FC5 is #3399CC (or #39C).

RGB color model

#288FC5 color RGB value is (40,143,197).

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

RGB channels and saturation

R 40 of 255 = 16%
G 143 of 255 = 56%
B 197 of 255 = 77%

40
143
197

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

Portions of RGB colors in percentages

R + G + B =
40 + 143 + 197 = 380 (100%)
R 40 of 380 ~ 10.53%
G 143 of 380 ~ 37.63%
B 197 of 380 ~ 51.84%

%10.53
%37.63
%51.84

CMYK color model

#288FC5 color CMYK value is (80,27,0,23).

  • cyan value is 79.70%
  • magenta value is 27.41%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(80,27,0,23)
C80M27Y0K23 
(80%,27%,0%,23%)
(0.80/0.27/0.00/0.23)	

CMYK percentages

%79.7
%27.41
%0
%22.75

Codes

Color #288FC5 in popluar color models

288FC5
RGB40143197
HSL201°66.24%46.47%
HSB/HSV201°79.70%77.25%
CMYK79.70%27.41%0.00%
22.75%

Color #288FC5 in popluar number systems.

HEX288FC5
Decimal40143197
Binary1010001000111111000101
Octal50217305

Shades and tints

Shades of #288FC5

#288FC5
(40,143,197)
#2582B4
(37,130,180)
#2275A3
(34,117,163)
#1F6892
(31,104,146)
#1C5B81
(28,91,129)
#194E70
(25,78,112)
#16415F
(22,65,95)
#13344E
(19,52,78)
#10273D
(16,39,61)
#0D1A2C
(13,26,44)
#0A0D1B
(10,13,27)
#000000
(0,0,0)

Tints of #288FC5

#288FC5
(40,143,197)
#3B99CA
(59,153,202)
#4EA3CF
(78,163,207)
#61ADD4
(97,173,212)
#74B7D9
(116,183,217)
#87C1DE
(135,193,222)
#9ACBE3
(154,203,227)
#ADD5E8
(173,213,232)
#C0DFED
(192,223,237)
#D3E9F2
(211,233,242)
#E6F3F7
(230,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #288FC5; }

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

This text font color is #288FC5.


Background Color

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

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

This div background color is #288FC5.


Border color

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

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

This div border color is #288FC5.


Opacity

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

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

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

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

This text has shadow with #288FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288FC5 on black background.


Color preview on white background

This text has color #288FC5 on white background.



Black color preview on #288FC5 background

This text has black color on #288FC5 background.


White color preview on #288FC5 background

This text has white color on #288FC5 background.