COLOR #1050F8

HEX: #1050F8
RGB: (16,80,248)

Color info

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

RGB color model

#1050F8 color RGB value is (16,80,248).

  • red value is 16;
  • green value is 80;
  • blue value is 248.
RGB:
(16,80,248)
(6%,31%,97%)

RGB channels and saturation

R 16 of 255 = 6%
G 80 of 255 = 31%
B 248 of 255 = 97%

16
80
248

R + G + B ~ 45%. #1050F8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
16 + 80 + 248 = 344 (100%)
R 16 of 344 ~ 4.65%
G 80 of 344 ~ 23.26%
B 248 of 344 ~ 72.09%

%23.26
%72.09

CMYK color model

#1050F8 color CMYK value is (94,68,0,3).

  • cyan value is 93.55%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(94,68,0,3)
C94M68Y0K3 
(94%,68%,0%,3%)
(0.94/0.68/0.00/0.03)	

CMYK percentages

%93.55
%67.74
%0
%2.75

Codes

Color #1050F8 in popluar color models

1050F8
RGB1680248
HSL223°94.31%51.76%
HSB/HSV223°93.55%97.25%
CMYK93.55%67.74%0.00%
2.75%

Color #1050F8 in popluar number systems.

HEX1050F8
Decimal1680248
Binary10000101000011111000
Octal20120370

Shades and tints

Shades of #1050F8

#1050F8
(16,80,248)
#0F49E2
(15,73,226)
#0E42CC
(14,66,204)
#0D3BB6
(13,59,182)
#0C34A0
(12,52,160)
#0B2D8A
(11,45,138)
#0A2674
(10,38,116)
#091F5E
(9,31,94)
#081848
(8,24,72)
#071132
(7,17,50)
#060A1C
(6,10,28)
#000000
(0,0,0)

Tints of #1050F8

#1050F8
(16,80,248)
#255FF8
(37,95,248)
#3A6EF8
(58,110,248)
#4F7DF8
(79,125,248)
#648CF8
(100,140,248)
#799BF8
(121,155,248)
#8EAAF8
(142,170,248)
#A3B9F8
(163,185,248)
#B8C8F8
(184,200,248)
#CDD7F8
(205,215,248)
#E2E6F8
(226,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1050F8 color. Also use rgb(16,80,248) instead hex code.

Text Font Color

.myTextColor { color: #1050F8; }

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

This text font color is #1050F8.


Background Color

.myBgColor { background-color: #1050F8; }

<div style="background-color:#1050F8">Inner text</div>

This div background color is #1050F8.


Border color

.myBorderColor { border: 1px solid #1050F8; }

<div style="border:3px solid #1050F8">Div</div>

This div border color is #1050F8.


Opacity

.myOpacity80 { color: #1050F8; opacity: 0.8; }

<p style="color:#1050F8;opacity:0.8;">80%</p>

Text with #1050F8 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 #1050F8;}

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

This text has shadow with #1050F8 color.

.textShadow {text-shadow: 3px 3px 1px #1050F8, 3px 3px 1px red;}

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

This text has shadow with #1050F8 primary color and red secondary color.


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

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

This text has shadow with #1050F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1050F8 on black background.


Color preview on white background

This text has color #1050F8 on white background.



Black color preview on #1050F8 background

This text has black color on #1050F8 background.


White color preview on #1050F8 background

This text has white color on #1050F8 background.