COLOR #309DF6

HEX: #309DF6
RGB: (48,157,246)

Color info

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

RGB color model

#309DF6 color RGB value is (48,157,246).

  • red value is 48;
  • green value is 157;
  • blue value is 246.
RGB:
(48,157,246)
(19%,62%,96%)

RGB channels and saturation

R 48 of 255 = 19%
G 157 of 255 = 62%
B 246 of 255 = 96%

48
157
246

R + G + B ~ 59%. #309DF6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 157 + 246 = 451 (100%)
R 48 of 451 ~ 10.64%
G 157 of 451 ~ 34.81%
B 246 of 451 ~ 54.55%

%10.64
%34.81
%54.55

CMYK color model

#309DF6 color CMYK value is (80,36,0,4).

  • cyan value is 80.49%
  • magenta value is 36.18%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(80,36,0,4)
C80M36Y0K4 
(80%,36%,0%,4%)
(0.80/0.36/0.00/0.04)	

CMYK percentages

%80.49
%36.18
%0
%3.53

Codes

Color #309DF6 in popluar color models

309DF6
RGB48157246
HSL207°91.67%57.65%
HSB/HSV207°80.49%96.47%
CMYK80.49%36.18%0.00%
3.53%

Color #309DF6 in popluar number systems.

HEX309DF6
Decimal48157246
Binary1100001001110111110110
Octal60235366

Shades and tints

Shades of #309DF6

#309DF6
(48,157,246)
#2C8FE0
(44,143,224)
#2881CA
(40,129,202)
#2473B4
(36,115,180)
#20659E
(32,101,158)
#1C5788
(28,87,136)
#184972
(24,73,114)
#143B5C
(20,59,92)
#102D46
(16,45,70)
#0C1F30
(12,31,48)
#08111A
(8,17,26)
#000000
(0,0,0)

Tints of #309DF6

#309DF6
(48,157,246)
#42A5F6
(66,165,246)
#54ADF6
(84,173,246)
#66B5F6
(102,181,246)
#78BDF6
(120,189,246)
#8AC5F6
(138,197,246)
#9CCDF6
(156,205,246)
#AED5F6
(174,213,246)
#C0DDF6
(192,221,246)
#D2E5F6
(210,229,246)
#E4EDF6
(228,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309DF6 color. Also use rgb(48,157,246) instead hex code.

Text Font Color

.myTextColor { color: #309DF6; }

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

This text font color is #309DF6.


Background Color

.myBgColor { background-color: #309DF6; }

<div style="background-color:#309DF6">Inner text</div>

This div background color is #309DF6.


Border color

.myBorderColor { border: 1px solid #309DF6; }

<div style="border:3px solid #309DF6">Div</div>

This div border color is #309DF6.


Opacity

.myOpacity80 { color: #309DF6; opacity: 0.8; }

<p style="color:#309DF6;opacity:0.8;">80%</p>

Text with #309DF6 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 #309DF6;}

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

This text has shadow with #309DF6 color.

.textShadow {text-shadow: 3px 3px 1px #309DF6, 3px 3px 1px red;}

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

This text has shadow with #309DF6 primary color and red secondary color.


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

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

This text has shadow with #309DF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309DF6 on black background.


Color preview on white background

This text has color #309DF6 on white background.



Black color preview on #309DF6 background

This text has black color on #309DF6 background.


White color preview on #309DF6 background

This text has white color on #309DF6 background.