COLOR #1591F0

HEX: #1591F0
RGB: (21,145,240)

Color info

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

RGB color model

#1591F0 color RGB value is (21,145,240).

  • red value is 21;
  • green value is 145;
  • blue value is 240.
RGB:
(21,145,240)
(8%,57%,94%)

RGB channels and saturation

R 21 of 255 = 8%
G 145 of 255 = 57%
B 240 of 255 = 94%

21
145
240

R + G + B ~ 53%. #1591F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 145 + 240 = 406 (100%)
R 21 of 406 ~ 5.17%
G 145 of 406 ~ 35.71%
B 240 of 406 ~ 59.11%

%35.71
%59.11

CMYK color model

#1591F0 color CMYK value is (91,40,0,6).

  • cyan value is 91.25%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(91,40,0,6)
C91M40Y0K6 
(91%,40%,0%,6%)
(0.91/0.40/0.00/0.06)	

CMYK percentages

%91.25
%39.58
%0
%5.88

Codes

Color #1591F0 in popluar color models

1591F0
RGB21145240
HSL206°87.95%51.18%
HSB/HSV206°91.25%94.12%
CMYK91.25%39.58%0.00%
5.88%

Color #1591F0 in popluar number systems.

HEX1591F0
Decimal21145240
Binary101011001000111110000
Octal25221360

Shades and tints

Shades of #1591F0

#1591F0
(21,145,240)
#1484DB
(20,132,219)
#1377C6
(19,119,198)
#126AB1
(18,106,177)
#115D9C
(17,93,156)
#105087
(16,80,135)
#0F4372
(15,67,114)
#0E365D
(14,54,93)
#0D2948
(13,41,72)
#0C1C33
(12,28,51)
#0B0F1E
(11,15,30)
#000000
(0,0,0)

Tints of #1591F0

#1591F0
(21,145,240)
#2A9BF1
(42,155,241)
#3FA5F2
(63,165,242)
#54AFF3
(84,175,243)
#69B9F4
(105,185,244)
#7EC3F5
(126,195,245)
#93CDF6
(147,205,246)
#A8D7F7
(168,215,247)
#BDE1F8
(189,225,248)
#D2EBF9
(210,235,249)
#E7F5FA
(231,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1591F0 color. Also use rgb(21,145,240) instead hex code.

Text Font Color

.myTextColor { color: #1591F0; }

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

This text font color is #1591F0.


Background Color

.myBgColor { background-color: #1591F0; }

<div style="background-color:#1591F0">Inner text</div>

This div background color is #1591F0.


Border color

.myBorderColor { border: 1px solid #1591F0; }

<div style="border:3px solid #1591F0">Div</div>

This div border color is #1591F0.


Opacity

.myOpacity80 { color: #1591F0; opacity: 0.8; }

<p style="color:#1591F0;opacity:0.8;">80%</p>

Text with #1591F0 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 #1591F0;}

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

This text has shadow with #1591F0 color.

.textShadow {text-shadow: 3px 3px 1px #1591F0, 3px 3px 1px red;}

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

This text has shadow with #1591F0 primary color and red secondary color.


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

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

This text has shadow with #1591F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1591F0 on black background.


Color preview on white background

This text has color #1591F0 on white background.



Black color preview on #1591F0 background

This text has black color on #1591F0 background.


White color preview on #1591F0 background

This text has white color on #1591F0 background.