COLOR #03A3FF

HEX: #03A3FF
RGB: (3,163,255)

Color info

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

RGB color model

#03A3FF color RGB value is (3,163,255).

  • red value is 3;
  • green value is 163;
  • blue value is 255.
RGB:
(3,163,255)
(1%,64%,100%)

RGB channels and saturation

R 3 of 255 = 1%
G 163 of 255 = 64%
B 255 of 255 = 100%

3
163
255

R + G + B ~ 55%. #03A3FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 163 + 255 = 421 (100%)
R 3 of 421 ~ 0.71%
G 163 of 421 ~ 38.72%
B 255 of 421 ~ 60.57%

%38.72
%60.57

CMYK color model

#03A3FF color CMYK value is (99,36,0,0).

  • cyan value is 98.82%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(99,36,0,0)
C99M36Y0K0 
(99%,36%,0%,0%)
(0.99/0.36/0.00/0.00)	

CMYK percentages

%98.82
%36.08
%0
%0

Codes

Color #03A3FF in popluar color models

03A3FF
RGB3163255
HSL202°100.00%50.59%
HSB/HSV202°98.82%100.00%
CMYK98.82%36.08%0.00%
0.00%

Color #03A3FF in popluar number systems.

HEX03A3FF
Decimal3163255
Binary111010001111111111
Octal3243377

Shades and tints

Shades of #03A3FF

#03A3FF
(3,163,255)
#0395E8
(3,149,232)
#0387D1
(3,135,209)
#0379BA
(3,121,186)
#036BA3
(3,107,163)
#035D8C
(3,93,140)
#034F75
(3,79,117)
#03415E
(3,65,94)
#033347
(3,51,71)
#032530
(3,37,48)
#031719
(3,23,25)
#000000
(0,0,0)

Tints of #03A3FF

#03A3FF
(3,163,255)
#19ABFF
(25,171,255)
#2FB3FF
(47,179,255)
#45BBFF
(69,187,255)
#5BC3FF
(91,195,255)
#71CBFF
(113,203,255)
#87D3FF
(135,211,255)
#9DDBFF
(157,219,255)
#B3E3FF
(179,227,255)
#C9EBFF
(201,235,255)
#DFF3FF
(223,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03A3FF color. Also use rgb(3,163,255) instead hex code.

Text Font Color

.myTextColor { color: #03A3FF; }

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

This text font color is #03A3FF.


Background Color

.myBgColor { background-color: #03A3FF; }

<div style="background-color:#03A3FF">Inner text</div>

This div background color is #03A3FF.


Border color

.myBorderColor { border: 1px solid #03A3FF; }

<div style="border:3px solid #03A3FF">Div</div>

This div border color is #03A3FF.


Opacity

.myOpacity80 { color: #03A3FF; opacity: 0.8; }

<p style="color:#03A3FF;opacity:0.8;">80%</p>

Text with #03A3FF 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 #03A3FF;}

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

This text has shadow with #03A3FF color.

.textShadow {text-shadow: 3px 3px 1px #03A3FF, 3px 3px 1px red;}

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

This text has shadow with #03A3FF primary color and red secondary color.


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

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

This text has shadow with #03A3FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03A3FF on black background.


Color preview on white background

This text has color #03A3FF on white background.



Black color preview on #03A3FF background

This text has black color on #03A3FF background.


White color preview on #03A3FF background

This text has white color on #03A3FF background.