COLOR #248CF1

HEX: #248CF1
RGB: (36,140,241)

Color info

#248CF1 contains mainly blue color. Web safe color of #248CF1 is #3399FF (or #39F).

RGB color model

#248CF1 color RGB value is (36,140,241).

  • red value is 36;
  • green value is 140;
  • blue value is 241.
RGB:
(36,140,241)
(14%,55%,95%)

RGB channels and saturation

R 36 of 255 = 14%
G 140 of 255 = 55%
B 241 of 255 = 95%

36
140
241

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

Portions of RGB colors in percentages

R + G + B =
36 + 140 + 241 = 417 (100%)
R 36 of 417 ~ 8.63%
G 140 of 417 ~ 33.57%
B 241 of 417 ~ 57.79%

%33.57
%57.79

CMYK color model

#248CF1 color CMYK value is (85,42,0,5).

  • cyan value is 85.06%
  • magenta value is 41.91%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(85,42,0,5)
C85M42Y0K5 
(85%,42%,0%,5%)
(0.85/0.42/0.00/0.05)	

CMYK percentages

%85.06
%41.91
%0
%5.49

Codes

Color #248CF1 in popluar color models

248CF1
RGB36140241
HSL210°87.98%54.31%
HSB/HSV210°85.06%94.51%
CMYK85.06%41.91%0.00%
5.49%

Color #248CF1 in popluar number systems.

HEX248CF1
Decimal36140241
Binary1001001000110011110001
Octal44214361

Shades and tints

Shades of #248CF1

#248CF1
(36,140,241)
#2180DC
(33,128,220)
#1E74C7
(30,116,199)
#1B68B2
(27,104,178)
#185C9D
(24,92,157)
#155088
(21,80,136)
#124473
(18,68,115)
#0F385E
(15,56,94)
#0C2C49
(12,44,73)
#092034
(9,32,52)
#06141F
(6,20,31)
#000000
(0,0,0)

Tints of #248CF1

#248CF1
(36,140,241)
#3796F2
(55,150,242)
#4AA0F3
(74,160,243)
#5DAAF4
(93,170,244)
#70B4F5
(112,180,245)
#83BEF6
(131,190,246)
#96C8F7
(150,200,247)
#A9D2F8
(169,210,248)
#BCDCF9
(188,220,249)
#CFE6FA
(207,230,250)
#E2F0FB
(226,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248CF1 color. Also use rgb(36,140,241) instead hex code.

Text Font Color

.myTextColor { color: #248CF1; }

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

This text font color is #248CF1.


Background Color

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

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

This div background color is #248CF1.


Border color

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

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

This div border color is #248CF1.


Opacity

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

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

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

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

This text has shadow with #248CF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248CF1 on black background.


Color preview on white background

This text has color #248CF1 on white background.



Black color preview on #248CF1 background

This text has black color on #248CF1 background.


White color preview on #248CF1 background

This text has white color on #248CF1 background.