COLOR #288CDA

HEX: #288CDA
RGB: (40,140,218)

Color info

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

RGB color model

#288CDA color RGB value is (40,140,218).

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

RGB channels and saturation

R 40 of 255 = 16%
G 140 of 255 = 55%
B 218 of 255 = 85%

40
140
218

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

Portions of RGB colors in percentages

R + G + B =
40 + 140 + 218 = 398 (100%)
R 40 of 398 ~ 10.05%
G 140 of 398 ~ 35.18%
B 218 of 398 ~ 54.77%

%10.05
%35.18
%54.77

CMYK color model

#288CDA color CMYK value is (82,36,0,15).

  • cyan value is 81.65%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(82,36,0,15)
C82M36Y0K15 
(82%,36%,0%,15%)
(0.82/0.36/0.00/0.15)	

CMYK percentages

%81.65
%35.78
%0
%14.51

Codes

Color #288CDA in popluar color models

288CDA
RGB40140218
HSL206°70.63%50.59%
HSB/HSV206°81.65%85.49%
CMYK81.65%35.78%0.00%
14.51%

Color #288CDA in popluar number systems.

HEX288CDA
Decimal40140218
Binary1010001000110011011010
Octal50214332

Shades and tints

Shades of #288CDA

#288CDA
(40,140,218)
#2580C7
(37,128,199)
#2274B4
(34,116,180)
#1F68A1
(31,104,161)
#1C5C8E
(28,92,142)
#19507B
(25,80,123)
#164468
(22,68,104)
#133855
(19,56,85)
#102C42
(16,44,66)
#0D202F
(13,32,47)
#0A141C
(10,20,28)
#000000
(0,0,0)

Tints of #288CDA

#288CDA
(40,140,218)
#3B96DD
(59,150,221)
#4EA0E0
(78,160,224)
#61AAE3
(97,170,227)
#74B4E6
(116,180,230)
#87BEE9
(135,190,233)
#9AC8EC
(154,200,236)
#ADD2EF
(173,210,239)
#C0DCF2
(192,220,242)
#D3E6F5
(211,230,245)
#E6F0F8
(230,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #288CDA; }

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

This text font color is #288CDA.


Background Color

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

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

This div background color is #288CDA.


Border color

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

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

This div border color is #288CDA.


Opacity

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

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

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

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

This text has shadow with #288CDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288CDA on black background.


Color preview on white background

This text has color #288CDA on white background.



Black color preview on #288CDA background

This text has black color on #288CDA background.


White color preview on #288CDA background

This text has white color on #288CDA background.