COLOR #4087D6

HEX: #4087D6
RGB: (64,135,214)

Color info

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

RGB color model

#4087D6 color RGB value is (64,135,214).

  • red value is 64;
  • green value is 135;
  • blue value is 214.
RGB:
(64,135,214)
(25%,53%,84%)

RGB channels and saturation

R 64 of 255 = 25%
G 135 of 255 = 53%
B 214 of 255 = 84%

64
135
214

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

Portions of RGB colors in percentages

R + G + B =
64 + 135 + 214 = 413 (100%)
R 64 of 413 ~ 15.5%
G 135 of 413 ~ 32.69%
B 214 of 413 ~ 51.82%

%15.5
%32.69
%51.82

CMYK color model

#4087D6 color CMYK value is (70,37,0,16).

  • cyan value is 70.09%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(70,37,0,16)
C70M37Y0K16 
(70%,37%,0%,16%)
(0.70/0.37/0.00/0.16)	

CMYK percentages

%70.09
%36.92
%0
%16.08

Codes

Color #4087D6 in popluar color models

4087D6
RGB64135214
HSL212°64.66%54.51%
HSB/HSV212°70.09%83.92%
CMYK70.09%36.92%0.00%
16.08%

Color #4087D6 in popluar number systems.

HEX4087D6
Decimal64135214
Binary10000001000011111010110
Octal100207326

Shades and tints

Shades of #4087D6

#4087D6
(64,135,214)
#3B7BC3
(59,123,195)
#366FB0
(54,111,176)
#31639D
(49,99,157)
#2C578A
(44,87,138)
#274B77
(39,75,119)
#223F64
(34,63,100)
#1D3351
(29,51,81)
#18273E
(24,39,62)
#131B2B
(19,27,43)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #4087D6

#4087D6
(64,135,214)
#5191D9
(81,145,217)
#629BDC
(98,155,220)
#73A5DF
(115,165,223)
#84AFE2
(132,175,226)
#95B9E5
(149,185,229)
#A6C3E8
(166,195,232)
#B7CDEB
(183,205,235)
#C8D7EE
(200,215,238)
#D9E1F1
(217,225,241)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4087D6 color. Also use rgb(64,135,214) instead hex code.

Text Font Color

.myTextColor { color: #4087D6; }

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

This text font color is #4087D6.


Background Color

.myBgColor { background-color: #4087D6; }

<div style="background-color:#4087D6">Inner text</div>

This div background color is #4087D6.


Border color

.myBorderColor { border: 1px solid #4087D6; }

<div style="border:3px solid #4087D6">Div</div>

This div border color is #4087D6.


Opacity

.myOpacity80 { color: #4087D6; opacity: 0.8; }

<p style="color:#4087D6;opacity:0.8;">80%</p>

Text with #4087D6 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 #4087D6;}

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

This text has shadow with #4087D6 color.

.textShadow {text-shadow: 3px 3px 1px #4087D6, 3px 3px 1px red;}

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

This text has shadow with #4087D6 primary color and red secondary color.


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

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

This text has shadow with #4087D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4087D6 on black background.


Color preview on white background

This text has color #4087D6 on white background.



Black color preview on #4087D6 background

This text has black color on #4087D6 background.


White color preview on #4087D6 background

This text has white color on #4087D6 background.