COLOR #248AD9

HEX: #248AD9
RGB: (36,138,217)

Color info

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

RGB color model

#248AD9 color RGB value is (36,138,217).

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

RGB channels and saturation

R 36 of 255 = 14%
G 138 of 255 = 54%
B 217 of 255 = 85%

36
138
217

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

Portions of RGB colors in percentages

R + G + B =
36 + 138 + 217 = 391 (100%)
R 36 of 391 ~ 9.21%
G 138 of 391 ~ 35.29%
B 217 of 391 ~ 55.5%

%35.29
%55.5

CMYK color model

#248AD9 color CMYK value is (83,36,0,15).

  • cyan value is 83.41%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(83,36,0,15)
C83M36Y0K15 
(83%,36%,0%,15%)
(0.83/0.36/0.00/0.15)	

CMYK percentages

%83.41
%36.41
%0
%14.9

Codes

Color #248AD9 in popluar color models

248AD9
RGB36138217
HSL206°71.54%49.61%
HSB/HSV206°83.41%85.10%
CMYK83.41%36.41%0.00%
14.90%

Color #248AD9 in popluar number systems.

HEX248AD9
Decimal36138217
Binary1001001000101011011001
Octal44212331

Shades and tints

Shades of #248AD9

#248AD9
(36,138,217)
#217EC6
(33,126,198)
#1E72B3
(30,114,179)
#1B66A0
(27,102,160)
#185A8D
(24,90,141)
#154E7A
(21,78,122)
#124267
(18,66,103)
#0F3654
(15,54,84)
#0C2A41
(12,42,65)
#091E2E
(9,30,46)
#06121B
(6,18,27)
#000000
(0,0,0)

Tints of #248AD9

#248AD9
(36,138,217)
#3794DC
(55,148,220)
#4A9EDF
(74,158,223)
#5DA8E2
(93,168,226)
#70B2E5
(112,178,229)
#83BCE8
(131,188,232)
#96C6EB
(150,198,235)
#A9D0EE
(169,208,238)
#BCDAF1
(188,218,241)
#CFE4F4
(207,228,244)
#E2EEF7
(226,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248AD9; }

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

This text font color is #248AD9.


Background Color

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

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

This div background color is #248AD9.


Border color

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

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

This div border color is #248AD9.


Opacity

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

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

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

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

This text has shadow with #248AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248AD9 on black background.


Color preview on white background

This text has color #248AD9 on white background.



Black color preview on #248AD9 background

This text has black color on #248AD9 background.


White color preview on #248AD9 background

This text has white color on #248AD9 background.