COLOR #30A9EA

HEX: #30A9EA
RGB: (48,169,234)

Color info

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

RGB color model

#30A9EA color RGB value is (48,169,234).

  • red value is 48;
  • green value is 169;
  • blue value is 234.
RGB:
(48,169,234)
(19%,66%,92%)

RGB channels and saturation

R 48 of 255 = 19%
G 169 of 255 = 66%
B 234 of 255 = 92%

48
169
234

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

Portions of RGB colors in percentages

R + G + B =
48 + 169 + 234 = 451 (100%)
R 48 of 451 ~ 10.64%
G 169 of 451 ~ 37.47%
B 234 of 451 ~ 51.88%

%10.64
%37.47
%51.88

CMYK color model

#30A9EA color CMYK value is (79,28,0,8).

  • cyan value is 79.49%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(79,28,0,8)
C79M28Y0K8 
(79%,28%,0%,8%)
(0.79/0.28/0.00/0.08)	

CMYK percentages

%79.49
%27.78
%0
%8.24

Codes

Color #30A9EA in popluar color models

30A9EA
RGB48169234
HSL201°81.58%55.29%
HSB/HSV201°79.49%91.76%
CMYK79.49%27.78%0.00%
8.24%

Color #30A9EA in popluar number systems.

HEX30A9EA
Decimal48169234
Binary1100001010100111101010
Octal60251352

Shades and tints

Shades of #30A9EA

#30A9EA
(48,169,234)
#2C9AD5
(44,154,213)
#288BC0
(40,139,192)
#247CAB
(36,124,171)
#206D96
(32,109,150)
#1C5E81
(28,94,129)
#184F6C
(24,79,108)
#144057
(20,64,87)
#103142
(16,49,66)
#0C222D
(12,34,45)
#081318
(8,19,24)
#000000
(0,0,0)

Tints of #30A9EA

#30A9EA
(48,169,234)
#42B0EB
(66,176,235)
#54B7EC
(84,183,236)
#66BEED
(102,190,237)
#78C5EE
(120,197,238)
#8ACCEF
(138,204,239)
#9CD3F0
(156,211,240)
#AEDAF1
(174,218,241)
#C0E1F2
(192,225,242)
#D2E8F3
(210,232,243)
#E4EFF4
(228,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30A9EA color. Also use rgb(48,169,234) instead hex code.

Text Font Color

.myTextColor { color: #30A9EA; }

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

This text font color is #30A9EA.


Background Color

.myBgColor { background-color: #30A9EA; }

<div style="background-color:#30A9EA">Inner text</div>

This div background color is #30A9EA.


Border color

.myBorderColor { border: 1px solid #30A9EA; }

<div style="border:3px solid #30A9EA">Div</div>

This div border color is #30A9EA.


Opacity

.myOpacity80 { color: #30A9EA; opacity: 0.8; }

<p style="color:#30A9EA;opacity:0.8;">80%</p>

Text with #30A9EA 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 #30A9EA;}

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

This text has shadow with #30A9EA color.

.textShadow {text-shadow: 3px 3px 1px #30A9EA, 3px 3px 1px red;}

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

This text has shadow with #30A9EA primary color and red secondary color.


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

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

This text has shadow with #30A9EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A9EA on black background.


Color preview on white background

This text has color #30A9EA on white background.



Black color preview on #30A9EA background

This text has black color on #30A9EA background.


White color preview on #30A9EA background

This text has white color on #30A9EA background.