COLOR #159EFB

HEX: #159EFB
RGB: (21,158,251)

Color info

#159EFB contains mainly blue color. Web safe color of #159EFB is #0099FF (or #09F).

RGB color model

#159EFB color RGB value is (21,158,251).

  • red value is 21;
  • green value is 158;
  • blue value is 251.
RGB:
(21,158,251)
(8%,62%,98%)

RGB channels and saturation

R 21 of 255 = 8%
G 158 of 255 = 62%
B 251 of 255 = 98%

21
158
251

R + G + B ~ 56%. #159EFB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 158 + 251 = 430 (100%)
R 21 of 430 ~ 4.88%
G 158 of 430 ~ 36.74%
B 251 of 430 ~ 58.37%

%36.74
%58.37

CMYK color model

#159EFB color CMYK value is (92,37,0,2).

  • cyan value is 91.63%
  • magenta value is 37.05%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(92,37,0,2)
C92M37Y0K2 
(92%,37%,0%,2%)
(0.92/0.37/0.00/0.02)	

CMYK percentages

%91.63
%37.05
%0
%1.57

Codes

Color #159EFB in popluar color models

159EFB
RGB21158251
HSL204°96.64%53.33%
HSB/HSV204°91.63%98.43%
CMYK91.63%37.05%0.00%
1.57%

Color #159EFB in popluar number systems.

HEX159EFB
Decimal21158251
Binary101011001111011111011
Octal25236373

Shades and tints

Shades of #159EFB

#159EFB
(21,158,251)
#1490E5
(20,144,229)
#1382CF
(19,130,207)
#1274B9
(18,116,185)
#1166A3
(17,102,163)
#10588D
(16,88,141)
#0F4A77
(15,74,119)
#0E3C61
(14,60,97)
#0D2E4B
(13,46,75)
#0C2035
(12,32,53)
#0B121F
(11,18,31)
#000000
(0,0,0)

Tints of #159EFB

#159EFB
(21,158,251)
#2AA6FB
(42,166,251)
#3FAEFB
(63,174,251)
#54B6FB
(84,182,251)
#69BEFB
(105,190,251)
#7EC6FB
(126,198,251)
#93CEFB
(147,206,251)
#A8D6FB
(168,214,251)
#BDDEFB
(189,222,251)
#D2E6FB
(210,230,251)
#E7EEFB
(231,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #159EFB color. Also use rgb(21,158,251) instead hex code.

Text Font Color

.myTextColor { color: #159EFB; }

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

This text font color is #159EFB.


Background Color

.myBgColor { background-color: #159EFB; }

<div style="background-color:#159EFB">Inner text</div>

This div background color is #159EFB.


Border color

.myBorderColor { border: 1px solid #159EFB; }

<div style="border:3px solid #159EFB">Div</div>

This div border color is #159EFB.


Opacity

.myOpacity80 { color: #159EFB; opacity: 0.8; }

<p style="color:#159EFB;opacity:0.8;">80%</p>

Text with #159EFB 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 #159EFB;}

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

This text has shadow with #159EFB color.

.textShadow {text-shadow: 3px 3px 1px #159EFB, 3px 3px 1px red;}

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

This text has shadow with #159EFB primary color and red secondary color.


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

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

This text has shadow with #159EFB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #159EFB on black background.


Color preview on white background

This text has color #159EFB on white background.



Black color preview on #159EFB background

This text has black color on #159EFB background.


White color preview on #159EFB background

This text has white color on #159EFB background.