COLOR #1498BE

HEX: #1498BE
RGB: (20,152,190)

Color info

#1498BE contains mainly green and blue colors. Web safe color of #1498BE is #0099CC (or #09C).

RGB color model

#1498BE color RGB value is (20,152,190).

  • red value is 20;
  • green value is 152;
  • blue value is 190.
RGB:
(20,152,190)
(8%,60%,75%)

RGB channels and saturation

R 20 of 255 = 8%
G 152 of 255 = 60%
B 190 of 255 = 75%

20
152
190

R + G + B ~ 48%. #1498BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 152 + 190 = 362 (100%)
R 20 of 362 ~ 5.52%
G 152 of 362 ~ 41.99%
B 190 of 362 ~ 52.49%

%41.99
%52.49

CMYK color model

#1498BE color CMYK value is (89,20,0,25).

  • cyan value is 89.47%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(89,20,0,25)
C89M20Y0K25 
(89%,20%,0%,25%)
(0.89/0.20/0.00/0.25)	

CMYK percentages

%89.47
%20
%0
%25.49

Codes

Color #1498BE in popluar color models

1498BE
RGB20152190
HSL193°80.95%41.18%
HSB/HSV193°89.47%74.51%
CMYK89.47%20.00%0.00%
25.49%

Color #1498BE in popluar number systems.

HEX1498BE
Decimal20152190
Binary101001001100010111110
Octal24230276

Shades and tints

Shades of #1498BE

#1498BE
(20,152,190)
#138BAD
(19,139,173)
#127E9C
(18,126,156)
#11718B
(17,113,139)
#10647A
(16,100,122)
#0F5769
(15,87,105)
#0E4A58
(14,74,88)
#0D3D47
(13,61,71)
#0C3036
(12,48,54)
#0B2325
(11,35,37)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #1498BE

#1498BE
(20,152,190)
#29A1C3
(41,161,195)
#3EAAC8
(62,170,200)
#53B3CD
(83,179,205)
#68BCD2
(104,188,210)
#7DC5D7
(125,197,215)
#92CEDC
(146,206,220)
#A7D7E1
(167,215,225)
#BCE0E6
(188,224,230)
#D1E9EB
(209,233,235)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1498BE color. Also use rgb(20,152,190) instead hex code.

Text Font Color

.myTextColor { color: #1498BE; }

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

This text font color is #1498BE.


Background Color

.myBgColor { background-color: #1498BE; }

<div style="background-color:#1498BE">Inner text</div>

This div background color is #1498BE.


Border color

.myBorderColor { border: 1px solid #1498BE; }

<div style="border:3px solid #1498BE">Div</div>

This div border color is #1498BE.


Opacity

.myOpacity80 { color: #1498BE; opacity: 0.8; }

<p style="color:#1498BE;opacity:0.8;">80%</p>

Text with #1498BE 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 #1498BE;}

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

This text has shadow with #1498BE color.

.textShadow {text-shadow: 3px 3px 1px #1498BE, 3px 3px 1px red;}

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

This text has shadow with #1498BE primary color and red secondary color.


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

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

This text has shadow with #1498BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1498BE on black background.


Color preview on white background

This text has color #1498BE on white background.



Black color preview on #1498BE background

This text has black color on #1498BE background.


White color preview on #1498BE background

This text has white color on #1498BE background.