COLOR #1070FF

HEX: #1070FF
RGB: (16,112,255)

Color info

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

RGB color model

#1070FF color RGB value is (16,112,255).

  • red value is 16;
  • green value is 112;
  • blue value is 255.
RGB:
(16,112,255)
(6%,44%,100%)

RGB channels and saturation

R 16 of 255 = 6%
G 112 of 255 = 44%
B 255 of 255 = 100%

16
112
255

R + G + B ~ 50%. #1070FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 112 + 255 = 383 (100%)
R 16 of 383 ~ 4.18%
G 112 of 383 ~ 29.24%
B 255 of 383 ~ 66.58%

%29.24
%66.58

CMYK color model

#1070FF color CMYK value is (94,56,0,0).

  • cyan value is 93.73%
  • magenta value is 56.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(94,56,0,0)
C94M56Y0K0 
(94%,56%,0%,0%)
(0.94/0.56/0.00/0.00)	

CMYK percentages

%93.73
%56.08
%0
%0

Codes

Color #1070FF in popluar color models

1070FF
RGB16112255
HSL216°100.00%53.14%
HSB/HSV216°93.73%100.00%
CMYK93.73%56.08%0.00%
0.00%

Color #1070FF in popluar number systems.

HEX1070FF
Decimal16112255
Binary10000111000011111111
Octal20160377

Shades and tints

Shades of #1070FF

#1070FF
(16,112,255)
#0F66E8
(15,102,232)
#0E5CD1
(14,92,209)
#0D52BA
(13,82,186)
#0C48A3
(12,72,163)
#0B3E8C
(11,62,140)
#0A3475
(10,52,117)
#092A5E
(9,42,94)
#082047
(8,32,71)
#071630
(7,22,48)
#060C19
(6,12,25)
#000000
(0,0,0)

Tints of #1070FF

#1070FF
(16,112,255)
#257DFF
(37,125,255)
#3A8AFF
(58,138,255)
#4F97FF
(79,151,255)
#64A4FF
(100,164,255)
#79B1FF
(121,177,255)
#8EBEFF
(142,190,255)
#A3CBFF
(163,203,255)
#B8D8FF
(184,216,255)
#CDE5FF
(205,229,255)
#E2F2FF
(226,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1070FF color. Also use rgb(16,112,255) instead hex code.

Text Font Color

.myTextColor { color: #1070FF; }

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

This text font color is #1070FF.


Background Color

.myBgColor { background-color: #1070FF; }

<div style="background-color:#1070FF">Inner text</div>

This div background color is #1070FF.


Border color

.myBorderColor { border: 1px solid #1070FF; }

<div style="border:3px solid #1070FF">Div</div>

This div border color is #1070FF.


Opacity

.myOpacity80 { color: #1070FF; opacity: 0.8; }

<p style="color:#1070FF;opacity:0.8;">80%</p>

Text with #1070FF 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 #1070FF;}

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

This text has shadow with #1070FF color.

.textShadow {text-shadow: 3px 3px 1px #1070FF, 3px 3px 1px red;}

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

This text has shadow with #1070FF primary color and red secondary color.


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

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

This text has shadow with #1070FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1070FF on black background.


Color preview on white background

This text has color #1070FF on white background.



Black color preview on #1070FF background

This text has black color on #1070FF background.


White color preview on #1070FF background

This text has white color on #1070FF background.