COLOR #4081D5

HEX: #4081D5
RGB: (64,129,213)

Color info

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

RGB color model

#4081D5 color RGB value is (64,129,213).

  • red value is 64;
  • green value is 129;
  • blue value is 213.
RGB:
(64,129,213)
(25%,51%,84%)

RGB channels and saturation

R 64 of 255 = 25%
G 129 of 255 = 51%
B 213 of 255 = 84%

64
129
213

R + G + B ~ 53%. #4081D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 129 + 213 = 406 (100%)
R 64 of 406 ~ 15.76%
G 129 of 406 ~ 31.77%
B 213 of 406 ~ 52.46%

%15.76
%31.77
%52.46

CMYK color model

#4081D5 color CMYK value is (70,39,0,16).

  • cyan value is 69.95%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(70,39,0,16)
C70M39Y0K16 
(70%,39%,0%,16%)
(0.70/0.39/0.00/0.16)	

CMYK percentages

%69.95
%39.44
%0
%16.47

Codes

Color #4081D5 in popluar color models

4081D5
RGB64129213
HSL214°63.95%54.31%
HSB/HSV214°69.95%83.53%
CMYK69.95%39.44%0.00%
16.47%

Color #4081D5 in popluar number systems.

HEX4081D5
Decimal64129213
Binary10000001000000111010101
Octal100201325

Shades and tints

Shades of #4081D5

#4081D5
(64,129,213)
#3B76C2
(59,118,194)
#366BAF
(54,107,175)
#31609C
(49,96,156)
#2C5589
(44,85,137)
#274A76
(39,74,118)
#223F63
(34,63,99)
#1D3450
(29,52,80)
#18293D
(24,41,61)
#131E2A
(19,30,42)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #4081D5

#4081D5
(64,129,213)
#518CD8
(81,140,216)
#6297DB
(98,151,219)
#73A2DE
(115,162,222)
#84ADE1
(132,173,225)
#95B8E4
(149,184,228)
#A6C3E7
(166,195,231)
#B7CEEA
(183,206,234)
#C8D9ED
(200,217,237)
#D9E4F0
(217,228,240)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4081D5 color. Also use rgb(64,129,213) instead hex code.

Text Font Color

.myTextColor { color: #4081D5; }

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

This text font color is #4081D5.


Background Color

.myBgColor { background-color: #4081D5; }

<div style="background-color:#4081D5">Inner text</div>

This div background color is #4081D5.


Border color

.myBorderColor { border: 1px solid #4081D5; }

<div style="border:3px solid #4081D5">Div</div>

This div border color is #4081D5.


Opacity

.myOpacity80 { color: #4081D5; opacity: 0.8; }

<p style="color:#4081D5;opacity:0.8;">80%</p>

Text with #4081D5 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 #4081D5;}

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

This text has shadow with #4081D5 color.

.textShadow {text-shadow: 3px 3px 1px #4081D5, 3px 3px 1px red;}

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

This text has shadow with #4081D5 primary color and red secondary color.


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

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

This text has shadow with #4081D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4081D5 on black background.


Color preview on white background

This text has color #4081D5 on white background.



Black color preview on #4081D5 background

This text has black color on #4081D5 background.


White color preview on #4081D5 background

This text has white color on #4081D5 background.