COLOR #248ACC

HEX: #248ACC
RGB: (36,138,204)

Color info

#248ACC contains mainly blue color. Web safe color of #248ACC is #3399CC (or #39C).

RGB color model

#248ACC color RGB value is (36,138,204).

  • red value is 36;
  • green value is 138;
  • blue value is 204.
RGB:
(36,138,204)
(14%,54%,80%)

RGB channels and saturation

R 36 of 255 = 14%
G 138 of 255 = 54%
B 204 of 255 = 80%

36
138
204

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

Portions of RGB colors in percentages

R + G + B =
36 + 138 + 204 = 378 (100%)
R 36 of 378 ~ 9.52%
G 138 of 378 ~ 36.51%
B 204 of 378 ~ 53.97%

%9.52
%36.51
%53.97

CMYK color model

#248ACC color CMYK value is (82,32,0,20).

  • cyan value is 82.35%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(82,32,0,20)
C82M32Y0K20 
(82%,32%,0%,20%)
(0.82/0.32/0.00/0.20)	

CMYK percentages

%82.35
%32.35
%0
%20

Codes

Color #248ACC in popluar color models

248ACC
RGB36138204
HSL204°70.00%47.06%
HSB/HSV204°82.35%80.00%
CMYK82.35%32.35%0.00%
20.00%

Color #248ACC in popluar number systems.

HEX248ACC
Decimal36138204
Binary1001001000101011001100
Octal44212314

Shades and tints

Shades of #248ACC

#248ACC
(36,138,204)
#217EBA
(33,126,186)
#1E72A8
(30,114,168)
#1B6696
(27,102,150)
#185A84
(24,90,132)
#154E72
(21,78,114)
#124260
(18,66,96)
#0F364E
(15,54,78)
#0C2A3C
(12,42,60)
#091E2A
(9,30,42)
#061218
(6,18,24)
#000000
(0,0,0)

Tints of #248ACC

#248ACC
(36,138,204)
#3794D0
(55,148,208)
#4A9ED4
(74,158,212)
#5DA8D8
(93,168,216)
#70B2DC
(112,178,220)
#83BCE0
(131,188,224)
#96C6E4
(150,198,228)
#A9D0E8
(169,208,232)
#BCDAEC
(188,218,236)
#CFE4F0
(207,228,240)
#E2EEF4
(226,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248ACC color. Also use rgb(36,138,204) instead hex code.

Text Font Color

.myTextColor { color: #248ACC; }

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

This text font color is #248ACC.


Background Color

.myBgColor { background-color: #248ACC; }

<div style="background-color:#248ACC">Inner text</div>

This div background color is #248ACC.


Border color

.myBorderColor { border: 1px solid #248ACC; }

<div style="border:3px solid #248ACC">Div</div>

This div border color is #248ACC.


Opacity

.myOpacity80 { color: #248ACC; opacity: 0.8; }

<p style="color:#248ACC;opacity:0.8;">80%</p>

Text with #248ACC 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 #248ACC;}

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

This text has shadow with #248ACC color.

.textShadow {text-shadow: 3px 3px 1px #248ACC, 3px 3px 1px red;}

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

This text has shadow with #248ACC primary color and red secondary color.


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

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

This text has shadow with #248ACC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248ACC on black background.


Color preview on white background

This text has color #248ACC on white background.



Black color preview on #248ACC background

This text has black color on #248ACC background.


White color preview on #248ACC background

This text has white color on #248ACC background.