COLOR #148ADC

HEX: #148ADC RGB: (20,138,220)

Color info

#148ADC contains mainly blue color. Web safe color of #148ADC is #0099CC (or #09C).

RGB color model

#148ADC color RGB value is (20,138,220).

RGB: (20,138,220) (8%, 54%, 86%)

RGB channels and saturation

R 20 of 255 = 8%
G 138 of 255 = 54%
B 220 of 255 = 86%

20
138
220

R + G + B ~ 49%. #148ADC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 20 + 138 + 220 = 378 (100%)
R 20 of 378 ~ 5.29%
G 138 of 378 ~ 36.51%
B 220 of 378 ~ 58.2'%

%36.51
%58.2

CMYK color model

#148ADC color CMYK value is (91,37,0,14).

  • cyan value is 90.91%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (91,37,0,14)
C91M37Y0K14 (91%, 37%, 0%, 14%)
(0.91 / 0.37 / 0.00 / 0.14)

CMYK percentages

%90.91
%37.27
%0
%13.73

Codes

Color #148ADC in popluar color models

14 8A DC
RGB 20 138 220
HSL 205° 83.33% 47.06%
HSB/HSV 205° 90.91% 86.27%
CMYK 90.91% 37.27% 0.00%
13.73%

Color #148ADC in popluar number systems.

HEX 14 8A DC
Decimal 20 138 220
Binary 10100 10001010 11011100
Octal 24 212 334

Shades and tints

Shades of #148ADC

#148ADC
(20,138,220)
#137EC8
(19,126,200)
#1272B4
(18,114,180)
#1166A0
(17,102,160)
#105A8C
(16,90,140)
#0F4E78
(15,78,120)
#0E4264
(14,66,100)
#0D3650
(13,54,80)
#0C2A3C
(12,42,60)
#0B1E28
(11,30,40)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #148ADC

#148ADC
(20,138,220)
#2994DF
(41,148,223)
#3E9EE2
(62,158,226)
#53A8E5
(83,168,229)
#68B2E8
(104,178,232)
#7DBCEB
(125,188,235)
#92C6EE
(146,198,238)
#A7D0F1
(167,208,241)
#BCDAF4
(188,218,244)
#D1E4F7
(209,228,247)
#E6EEFA
(230,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #148ADC color. Also use rgb(20,138,220) instead hex code.

Text Font Color

.myTextColor { color: #148ADC; }

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

This text font color is #148ADC.

Background Color

.myBgColor { background-color: #148ADC; }

<div style="background-color:#148ADC">Inner text</div>

This div background color is #148ADC.

Border color

.myBorderColor { border: 1px solid #148ADC; }

<div style="border:3px solid #148ADC">Div</div>

This div border color is #148ADC.

Opacity

.myOpacity80 { color: #148ADC; opacity: 0.8; }

<p style="color:#148ADC;opacity:0.8;">80%</p>

Text with #148ADC 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 #148ADC;}

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

This text has shadow with #148ADC color.


.textShadow {text-shadow: 3px 3px 1px #148ADC', 3px 3px 1px red;}

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

This text has shadow with #148ADC primary color and red secondary color.


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

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

This text has shadow with #148ADC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #148ADC; -webkit-box-shadow: 1px 1px 3px 2px #148ADC; box-shadow:1px 1px 3px 2px #148ADC;">
Div content here
</div>

This div box has shadow with color #148ADC.

Preview

Color preview on black background

This text has color #148ADC on black background.


Color preview on white background

This text has color #148ADC on white background.


Black color preview on #148ADC background

This text has black color on #148ADC background.


White color preview on #148ADC background

This text has white color on #148ADC background.


Related colors

Complementary color

Complementary color for #hex is #EB7523.


I love getcolorcode.com

Triadic colors

1 #DC148A and #8ADC14 with #148ADC are triadic colors.

2 #DC8A14 and #8A14DC with #148ADC are triadic colors.