COLOR #015ED0

HEX: #015ED0
RGB: (1,94,208)

Color info

#015ED0 contains mainly blue color. Web safe color of #015ED0 is #0066CC (or #06C).

RGB color model

#015ED0 color RGB value is (1,94,208).

  • red value is 1;
  • green value is 94;
  • blue value is 208.
RGB:
(1,94,208)
(0%,37%,82%)

RGB channels and saturation

R 1 of 255 = 0%
G 94 of 255 = 37%
B 208 of 255 = 82%

1
94
208

R + G + B ~ 40%. #015ED0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 94 + 208 = 303 (100%)
R 1 of 303 ~ 0.33%
G 94 of 303 ~ 31.02%
B 208 of 303 ~ 68.65%

%31.02
%68.65

CMYK color model

#015ED0 color CMYK value is (100,55,0,18).

  • cyan value is 99.52%
  • magenta value is 54.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(100,55,0,18)
C100M55Y0K18 
(100%,55%,0%,18%)
(1.00/0.55/0.00/0.18)	

CMYK percentages

%99.52
%54.81
%0
%18.43

Codes

Color #015ED0 in popluar color models

015ED0
RGB194208
HSL213°99.04%40.98%
HSB/HSV213°99.52%81.57%
CMYK99.52%54.81%0.00%
18.43%

Color #015ED0 in popluar number systems.

HEX015ED0
Decimal194208
Binary1101111011010000
Octal1136320

Shades and tints

Shades of #015ED0

#015ED0
(1,94,208)
#0156BE
(1,86,190)
#014EAC
(1,78,172)
#01469A
(1,70,154)
#013E88
(1,62,136)
#013676
(1,54,118)
#012E64
(1,46,100)
#012652
(1,38,82)
#011E40
(1,30,64)
#01162E
(1,22,46)
#010E1C
(1,14,28)
#000000
(0,0,0)

Tints of #015ED0

#015ED0
(1,94,208)
#186CD4
(24,108,212)
#2F7AD8
(47,122,216)
#4688DC
(70,136,220)
#5D96E0
(93,150,224)
#74A4E4
(116,164,228)
#8BB2E8
(139,178,232)
#A2C0EC
(162,192,236)
#B9CEF0
(185,206,240)
#D0DCF4
(208,220,244)
#E7EAF8
(231,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015ED0 color. Also use rgb(1,94,208) instead hex code.

Text Font Color

.myTextColor { color: #015ED0; }

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

This text font color is #015ED0.


Background Color

.myBgColor { background-color: #015ED0; }

<div style="background-color:#015ED0">Inner text</div>

This div background color is #015ED0.


Border color

.myBorderColor { border: 1px solid #015ED0; }

<div style="border:3px solid #015ED0">Div</div>

This div border color is #015ED0.


Opacity

.myOpacity80 { color: #015ED0; opacity: 0.8; }

<p style="color:#015ED0;opacity:0.8;">80%</p>

Text with #015ED0 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 #015ED0;}

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

This text has shadow with #015ED0 color.

.textShadow {text-shadow: 3px 3px 1px #015ED0, 3px 3px 1px red;}

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

This text has shadow with #015ED0 primary color and red secondary color.


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

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

This text has shadow with #015ED0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015ED0 on black background.


Color preview on white background

This text has color #015ED0 on white background.



Black color preview on #015ED0 background

This text has black color on #015ED0 background.


White color preview on #015ED0 background

This text has white color on #015ED0 background.