COLOR #248AE1

HEX: #248AE1
RGB: (36,138,225)

Color info

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

RGB color model

#248AE1 color RGB value is (36,138,225).

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

RGB channels and saturation

R 36 of 255 = 14%
G 138 of 255 = 54%
B 225 of 255 = 88%

36
138
225

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

Portions of RGB colors in percentages

R + G + B =
36 + 138 + 225 = 399 (100%)
R 36 of 399 ~ 9.02%
G 138 of 399 ~ 34.59%
B 225 of 399 ~ 56.39%

%34.59
%56.39

CMYK color model

#248AE1 color CMYK value is (84,39,0,12).

  • cyan value is 84.00%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(84,39,0,12)
C84M39Y0K12 
(84%,39%,0%,12%)
(0.84/0.39/0.00/0.12)	

CMYK percentages

%84
%38.67
%0
%11.76

Codes

Color #248AE1 in popluar color models

248AE1
RGB36138225
HSL208°75.90%51.18%
HSB/HSV208°84.00%88.24%
CMYK84.00%38.67%0.00%
11.76%

Color #248AE1 in popluar number systems.

HEX248AE1
Decimal36138225
Binary1001001000101011100001
Octal44212341

Shades and tints

Shades of #248AE1

#248AE1
(36,138,225)
#217ECD
(33,126,205)
#1E72B9
(30,114,185)
#1B66A5
(27,102,165)
#185A91
(24,90,145)
#154E7D
(21,78,125)
#124269
(18,66,105)
#0F3655
(15,54,85)
#0C2A41
(12,42,65)
#091E2D
(9,30,45)
#061219
(6,18,25)
#000000
(0,0,0)

Tints of #248AE1

#248AE1
(36,138,225)
#3794E3
(55,148,227)
#4A9EE5
(74,158,229)
#5DA8E7
(93,168,231)
#70B2E9
(112,178,233)
#83BCEB
(131,188,235)
#96C6ED
(150,198,237)
#A9D0EF
(169,208,239)
#BCDAF1
(188,218,241)
#CFE4F3
(207,228,243)
#E2EEF5
(226,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248AE1; }

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

This text font color is #248AE1.


Background Color

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

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

This div background color is #248AE1.


Border color

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

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

This div border color is #248AE1.


Opacity

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

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

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

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

This text has shadow with #248AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248AE1 on black background.


Color preview on white background

This text has color #248AE1 on white background.



Black color preview on #248AE1 background

This text has black color on #248AE1 background.


White color preview on #248AE1 background

This text has white color on #248AE1 background.