COLOR #1071EE

HEX: #1071EE
RGB: (16,113,238)

Color info

#1071EE contains mainly blue color. Web safe color of #1071EE is #0066FF (or #06F).

RGB color model

#1071EE color RGB value is (16,113,238).

  • red value is 16;
  • green value is 113;
  • blue value is 238.
RGB:
(16,113,238)
(6%,44%,93%)

RGB channels and saturation

R 16 of 255 = 6%
G 113 of 255 = 44%
B 238 of 255 = 93%

16
113
238

R + G + B ~ 48%. #1071EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 113 + 238 = 367 (100%)
R 16 of 367 ~ 4.36%
G 113 of 367 ~ 30.79%
B 238 of 367 ~ 64.85%

%30.79
%64.85

CMYK color model

#1071EE color CMYK value is (93,53,0,7).

  • cyan value is 93.28%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(93,53,0,7)
C93M53Y0K7 
(93%,53%,0%,7%)
(0.93/0.53/0.00/0.07)	

CMYK percentages

%93.28
%52.52
%0
%6.67

Codes

Color #1071EE in popluar color models

1071EE
RGB16113238
HSL214°87.40%49.80%
HSB/HSV214°93.28%93.33%
CMYK93.28%52.52%0.00%
6.67%

Color #1071EE in popluar number systems.

HEX1071EE
Decimal16113238
Binary10000111000111101110
Octal20161356

Shades and tints

Shades of #1071EE

#1071EE
(16,113,238)
#0F67D9
(15,103,217)
#0E5DC4
(14,93,196)
#0D53AF
(13,83,175)
#0C499A
(12,73,154)
#0B3F85
(11,63,133)
#0A3570
(10,53,112)
#092B5B
(9,43,91)
#082146
(8,33,70)
#071731
(7,23,49)
#060D1C
(6,13,28)
#000000
(0,0,0)

Tints of #1071EE

#1071EE
(16,113,238)
#257DEF
(37,125,239)
#3A89F0
(58,137,240)
#4F95F1
(79,149,241)
#64A1F2
(100,161,242)
#79ADF3
(121,173,243)
#8EB9F4
(142,185,244)
#A3C5F5
(163,197,245)
#B8D1F6
(184,209,246)
#CDDDF7
(205,221,247)
#E2E9F8
(226,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1071EE color. Also use rgb(16,113,238) instead hex code.

Text Font Color

.myTextColor { color: #1071EE; }

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

This text font color is #1071EE.


Background Color

.myBgColor { background-color: #1071EE; }

<div style="background-color:#1071EE">Inner text</div>

This div background color is #1071EE.


Border color

.myBorderColor { border: 1px solid #1071EE; }

<div style="border:3px solid #1071EE">Div</div>

This div border color is #1071EE.


Opacity

.myOpacity80 { color: #1071EE; opacity: 0.8; }

<p style="color:#1071EE;opacity:0.8;">80%</p>

Text with #1071EE 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 #1071EE;}

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

This text has shadow with #1071EE color.

.textShadow {text-shadow: 3px 3px 1px #1071EE, 3px 3px 1px red;}

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

This text has shadow with #1071EE primary color and red secondary color.


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

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

This text has shadow with #1071EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1071EE on black background.


Color preview on white background

This text has color #1071EE on white background.



Black color preview on #1071EE background

This text has black color on #1071EE background.


White color preview on #1071EE background

This text has white color on #1071EE background.