COLOR #04A3EC

HEX: #04A3EC
RGB: (4,163,236)

Color info

#04A3EC contains mainly blue color. Web safe color of #04A3EC is #0099FF (or #09F).

RGB color model

#04A3EC color RGB value is (4,163,236).

  • red value is 4;
  • green value is 163;
  • blue value is 236.
RGB:
(4,163,236)
(2%,64%,93%)

RGB channels and saturation

R 4 of 255 = 2%
G 163 of 255 = 64%
B 236 of 255 = 93%

4
163
236

R + G + B ~ 53%. #04A3EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 163 + 236 = 403 (100%)
R 4 of 403 ~ 0.99%
G 163 of 403 ~ 40.45%
B 236 of 403 ~ 58.56%

%40.45
%58.56

CMYK color model

#04A3EC color CMYK value is (98,31,0,7).

  • cyan value is 98.31%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(98,31,0,7)
C98M31Y0K7 
(98%,31%,0%,7%)
(0.98/0.31/0.00/0.07)	

CMYK percentages

%98.31
%30.93
%0
%7.45

Codes

Color #04A3EC in popluar color models

04A3EC
RGB4163236
HSL199°96.67%47.06%
HSB/HSV199°98.31%92.55%
CMYK98.31%30.93%0.00%
7.45%

Color #04A3EC in popluar number systems.

HEX04A3EC
Decimal4163236
Binary1001010001111101100
Octal4243354

Shades and tints

Shades of #04A3EC

#04A3EC
(4,163,236)
#0495D7
(4,149,215)
#0487C2
(4,135,194)
#0479AD
(4,121,173)
#046B98
(4,107,152)
#045D83
(4,93,131)
#044F6E
(4,79,110)
#044159
(4,65,89)
#043344
(4,51,68)
#04252F
(4,37,47)
#04171A
(4,23,26)
#000000
(0,0,0)

Tints of #04A3EC

#04A3EC
(4,163,236)
#1AABED
(26,171,237)
#30B3EE
(48,179,238)
#46BBEF
(70,187,239)
#5CC3F0
(92,195,240)
#72CBF1
(114,203,241)
#88D3F2
(136,211,242)
#9EDBF3
(158,219,243)
#B4E3F4
(180,227,244)
#CAEBF5
(202,235,245)
#E0F3F6
(224,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A3EC color. Also use rgb(4,163,236) instead hex code.

Text Font Color

.myTextColor { color: #04A3EC; }

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

This text font color is #04A3EC.


Background Color

.myBgColor { background-color: #04A3EC; }

<div style="background-color:#04A3EC">Inner text</div>

This div background color is #04A3EC.


Border color

.myBorderColor { border: 1px solid #04A3EC; }

<div style="border:3px solid #04A3EC">Div</div>

This div border color is #04A3EC.


Opacity

.myOpacity80 { color: #04A3EC; opacity: 0.8; }

<p style="color:#04A3EC;opacity:0.8;">80%</p>

Text with #04A3EC 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 #04A3EC;}

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

This text has shadow with #04A3EC color.

.textShadow {text-shadow: 3px 3px 1px #04A3EC, 3px 3px 1px red;}

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

This text has shadow with #04A3EC primary color and red secondary color.


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

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

This text has shadow with #04A3EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A3EC on black background.


Color preview on white background

This text has color #04A3EC on white background.



Black color preview on #04A3EC background

This text has black color on #04A3EC background.


White color preview on #04A3EC background

This text has white color on #04A3EC background.