COLOR #248AF0

HEX: #248AF0 RGB: (36,138,240)

Color info

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

RGB color model

#248AF0 color RGB value is (36,138,240).

RGB: (36,138,240) (14%, 54%, 94%)

RGB channels and saturation

R 36 of 255 = 14%
G 138 of 255 = 54%
B 240 of 255 = 94%

36
138
240

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

Portions of RGB colors in percentages

R + G + B = 36 + 138 + 240 = 414 (100%)
R 36 of 414 ~ 8.7%
G 138 of 414 ~ 33.33%
B 240 of 414 ~ 57.97'%

%33.33
%57.97

CMYK color model

#248AF0 color CMYK value is (85,43,0,6).

  • cyan value is 85.00%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (85,43,0,6)
C85M43Y0K6 (85%, 43%, 0%, 6%)
(0.85 / 0.43 / 0.00 / 0.06)

CMYK percentages

%85
%42.5
%0
%5.88

Codes

Color #248AF0 in popluar color models

24 8A F0
RGB 36 138 240
HSL 210° 87.18% 54.12%
HSB/HSV 210° 85.00% 94.12%
CMYK 85.00% 42.50% 0.00%
5.88%

Color #248AF0 in popluar number systems.

HEX 24 8A F0
Decimal 36 138 240
Binary 100100 10001010 11110000
Octal 44 212 360

Shades and tints

Shades of #248AF0

#248AF0
(36,138,240)
#217EDB
(33,126,219)
#1E72C6
(30,114,198)
#1B66B1
(27,102,177)
#185A9C
(24,90,156)
#154E87
(21,78,135)
#124272
(18,66,114)
#0F365D
(15,54,93)
#0C2A48
(12,42,72)
#091E33
(9,30,51)
#06121E
(6,18,30)
#000000
(0,0,0)

Tints of #248AF0

#248AF0
(36,138,240)
#3794F1
(55,148,241)
#4A9EF2
(74,158,242)
#5DA8F3
(93,168,243)
#70B2F4
(112,178,244)
#83BCF5
(131,188,245)
#96C6F6
(150,198,246)
#A9D0F7
(169,208,247)
#BCDAF8
(188,218,248)
#CFE4F9
(207,228,249)
#E2EEFA
(226,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #248AF0; }

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

This text font color is #248AF0.

Background Color

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

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

This div background color is #248AF0.

Border color

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

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

This div border color is #248AF0.

Opacity

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

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

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

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

This text has shadow with #248AF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #248AF0.

Preview

Color preview on black background

This text has color #248AF0 on black background.


Color preview on white background

This text has color #248AF0 on white background.


Black color preview on #248AF0 background

This text has black color on #248AF0 background.


White color preview on #248AF0 background

This text has white color on #248AF0 background.


Related colors

Complementary color

Complementary color for #hex is #DB750F.


I love getcolorcode.com

Gradients

Color #248AF0 is used in Brilliant Azure gradient.

Brilliant Azure


Triadic colors

1 #F0248A and #8AF024 with #248AF0 are triadic colors.

2 #F08A24 and #8A24F0 with #248AF0 are triadic colors.