COLOR #104DE0

HEX: #104DE0 RGB: (16,77,224)

Color info

#104DE0 contains mainly blue color. Web safe color of #104DE0 is #0033CC (or #03C).

RGB color model

#104DE0 color RGB value is (16,77,224).

RGB: (16,77,224) (6%, 30%, 88%)

RGB channels and saturation

R 16 of 255 = 6%
G 77 of 255 = 30%
B 224 of 255 = 88%

16
77
224

R + G + B ~ 41%. #104DE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 16 + 77 + 224 = 317 (100%)
R 16 of 317 ~ 5.05%
G 77 of 317 ~ 24.29%
B 224 of 317 ~ 70.66'%

%24.29
%70.66

CMYK color model

#104DE0 color CMYK value is (93,66,0,12).

  • cyan value is 92.86%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (93,66,0,12)
C93M66Y0K12 (93%, 66%, 0%, 12%)
(0.93 / 0.66 / 0.00 / 0.12)

CMYK percentages

%92.86
%65.63
%0
%12.16

Codes

Color #104DE0 in popluar color models

10 4D E0
RGB 16 77 224
HSL 222° 86.67% 47.06%
HSB/HSV 222° 92.86% 87.84%
CMYK 92.86% 65.63% 0.00%
12.16%

Color #104DE0 in popluar number systems.

HEX 10 4D E0
Decimal 16 77 224
Binary 10000 1001101 11100000
Octal 20 115 340

Shades and tints

Shades of #104DE0

#104DE0
(16,77,224)
#0F46CC
(15,70,204)
#0E3FB8
(14,63,184)
#0D38A4
(13,56,164)
#0C3190
(12,49,144)
#0B2A7C
(11,42,124)
#0A2368
(10,35,104)
#091C54
(9,28,84)
#081540
(8,21,64)
#070E2C
(7,14,44)
#060718
(6,7,24)
#000000
(0,0,0)

Tints of #104DE0

#104DE0
(16,77,224)
#255DE2
(37,93,226)
#3A6DE4
(58,109,228)
#4F7DE6
(79,125,230)
#648DE8
(100,141,232)
#799DEA
(121,157,234)
#8EADEC
(142,173,236)
#A3BDEE
(163,189,238)
#B8CDF0
(184,205,240)
#CDDDF2
(205,221,242)
#E2EDF4
(226,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #104DE0 color. Also use rgb(16,77,224) instead hex code.

Text Font Color

.myTextColor { color: #104DE0; }

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

This text font color is #104DE0.

Background Color

.myBgColor { background-color: #104DE0; }

<div style="background-color:#104DE0">Inner text</div>

This div background color is #104DE0.

Border color

.myBorderColor { border: 1px solid #104DE0; }

<div style="border:3px solid #104DE0">Div</div>

This div border color is #104DE0.

Opacity

.myOpacity80 { color: #104DE0; opacity: 0.8; }

<p style="color:#104DE0;opacity:0.8;">80%</p>

Text with #104DE0 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 #104DE0;}

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

This text has shadow with #104DE0 color.


.textShadow {text-shadow: 3px 3px 1px #104DE0', 3px 3px 1px red;}

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

This text has shadow with #104DE0 primary color and red secondary color.


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

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

This text has shadow with #104DE0 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #104DE0; -webkit-box-shadow: 1px 1px 3px 2px #104DE0; box-shadow:1px 1px 3px 2px #104DE0;">
Div content here
</div>

This div box has shadow with color #104DE0.

Preview

Color preview on black background

This text has color #104DE0 on black background.


Color preview on white background

This text has color #104DE0 on white background.


Black color preview on #104DE0 background

This text has black color on #104DE0 background.


White color preview on #104DE0 background

This text has white color on #104DE0 background.


Related colors

Complementary color

Complementary color for #hex is #EFB21F.


I love getcolorcode.com

Triadic colors

1 #E0104D and #4DE010 with #104DE0 are triadic colors.

2 #E04D10 and #4D10E0 with #104DE0 are triadic colors.