COLOR #287CD4

HEX: #287CD4
RGB: (40,124,212)

Color info

#287CD4 contains mainly blue color. Web safe color of #287CD4 is #3366CC (or #36C).

RGB color model

#287CD4 color RGB value is (40,124,212).

  • red value is 40;
  • green value is 124;
  • blue value is 212.
RGB:
(40,124,212)
(16%,49%,83%)

RGB channels and saturation

R 40 of 255 = 16%
G 124 of 255 = 49%
B 212 of 255 = 83%

40
124
212

R + G + B ~ 49%. #287CD4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
40 + 124 + 212 = 376 (100%)
R 40 of 376 ~ 10.64%
G 124 of 376 ~ 32.98%
B 212 of 376 ~ 56.38%

%10.64
%32.98
%56.38

CMYK color model

#287CD4 color CMYK value is (81,42,0,17).

  • cyan value is 81.13%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(81,42,0,17)
C81M42Y0K17 
(81%,42%,0%,17%)
(0.81/0.42/0.00/0.17)	

CMYK percentages

%81.13
%41.51
%0
%16.86

Codes

Color #287CD4 in popluar color models

287CD4
RGB40124212
HSL211°68.25%49.41%
HSB/HSV211°81.13%83.14%
CMYK81.13%41.51%0.00%
16.86%

Color #287CD4 in popluar number systems.

HEX287CD4
Decimal40124212
Binary101000111110011010100
Octal50174324

Shades and tints

Shades of #287CD4

#287CD4
(40,124,212)
#2571C1
(37,113,193)
#2266AE
(34,102,174)
#1F5B9B
(31,91,155)
#1C5088
(28,80,136)
#194575
(25,69,117)
#163A62
(22,58,98)
#132F4F
(19,47,79)
#10243C
(16,36,60)
#0D1929
(13,25,41)
#0A0E16
(10,14,22)
#000000
(0,0,0)

Tints of #287CD4

#287CD4
(40,124,212)
#3B87D7
(59,135,215)
#4E92DA
(78,146,218)
#619DDD
(97,157,221)
#74A8E0
(116,168,224)
#87B3E3
(135,179,227)
#9ABEE6
(154,190,230)
#ADC9E9
(173,201,233)
#C0D4EC
(192,212,236)
#D3DFEF
(211,223,239)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #287CD4 color. Also use rgb(40,124,212) instead hex code.

Text Font Color

.myTextColor { color: #287CD4; }

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

This text font color is #287CD4.


Background Color

.myBgColor { background-color: #287CD4; }

<div style="background-color:#287CD4">Inner text</div>

This div background color is #287CD4.


Border color

.myBorderColor { border: 1px solid #287CD4; }

<div style="border:3px solid #287CD4">Div</div>

This div border color is #287CD4.


Opacity

.myOpacity80 { color: #287CD4; opacity: 0.8; }

<p style="color:#287CD4;opacity:0.8;">80%</p>

Text with #287CD4 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 #287CD4;}

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

This text has shadow with #287CD4 color.

.textShadow {text-shadow: 3px 3px 1px #287CD4, 3px 3px 1px red;}

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

This text has shadow with #287CD4 primary color and red secondary color.


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

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

This text has shadow with #287CD4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #287CD4 on black background.


Color preview on white background

This text has color #287CD4 on white background.



Black color preview on #287CD4 background

This text has black color on #287CD4 background.


White color preview on #287CD4 background

This text has white color on #287CD4 background.