COLOR #309DF7

HEX: #309DF7
RGB: (48,157,247)

Color info

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

RGB color model

#309DF7 color RGB value is (48,157,247).

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

RGB channels and saturation

R 48 of 255 = 19%
G 157 of 255 = 62%
B 247 of 255 = 97%

48
157
247

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

Portions of RGB colors in percentages

R + G + B =
48 + 157 + 247 = 452 (100%)
R 48 of 452 ~ 10.62%
G 157 of 452 ~ 34.73%
B 247 of 452 ~ 54.65%

%10.62
%34.73
%54.65

CMYK color model

#309DF7 color CMYK value is (81,36,0,3).

  • cyan value is 80.57%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(81,36,0,3)
C81M36Y0K3 
(81%,36%,0%,3%)
(0.81/0.36/0.00/0.03)	

CMYK percentages

%80.57
%36.44
%0
%3.14

Codes

Color #309DF7 in popluar color models

309DF7
RGB48157247
HSL207°92.56%57.84%
HSB/HSV207°80.57%96.86%
CMYK80.57%36.44%0.00%
3.14%

Color #309DF7 in popluar number systems.

HEX309DF7
Decimal48157247
Binary1100001001110111110111
Octal60235367

Shades and tints

Shades of #309DF7

#309DF7
(48,157,247)
#2C8FE1
(44,143,225)
#2881CB
(40,129,203)
#2473B5
(36,115,181)
#20659F
(32,101,159)
#1C5789
(28,87,137)
#184973
(24,73,115)
#143B5D
(20,59,93)
#102D47
(16,45,71)
#0C1F31
(12,31,49)
#08111B
(8,17,27)
#000000
(0,0,0)

Tints of #309DF7

#309DF7
(48,157,247)
#42A5F7
(66,165,247)
#54ADF7
(84,173,247)
#66B5F7
(102,181,247)
#78BDF7
(120,189,247)
#8AC5F7
(138,197,247)
#9CCDF7
(156,205,247)
#AED5F7
(174,213,247)
#C0DDF7
(192,221,247)
#D2E5F7
(210,229,247)
#E4EDF7
(228,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #309DF7; }

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

This text font color is #309DF7.


Background Color

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

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

This div background color is #309DF7.


Border color

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

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

This div border color is #309DF7.


Opacity

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

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

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

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

This text has shadow with #309DF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309DF7 on black background.


Color preview on white background

This text has color #309DF7 on white background.



Black color preview on #309DF7 background

This text has black color on #309DF7 background.


White color preview on #309DF7 background

This text has white color on #309DF7 background.