COLOR #03ABF4

HEX: #03ABF4
RGB: (3,171,244)

Color info

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

RGB color model

#03ABF4 color RGB value is (3,171,244).

  • red value is 3;
  • green value is 171;
  • blue value is 244.
RGB:
(3,171,244)
(1%,67%,96%)

RGB channels and saturation

R 3 of 255 = 1%
G 171 of 255 = 67%
B 244 of 255 = 96%

3
171
244

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

Portions of RGB colors in percentages

R + G + B =
3 + 171 + 244 = 418 (100%)
R 3 of 418 ~ 0.72%
G 171 of 418 ~ 40.91%
B 244 of 418 ~ 58.37%

%40.91
%58.37

CMYK color model

#03ABF4 color CMYK value is (99,30,0,4).

  • cyan value is 98.77%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(99,30,0,4)
C99M30Y0K4 
(99%,30%,0%,4%)
(0.99/0.30/0.00/0.04)	

CMYK percentages

%98.77
%29.92
%0
%4.31

Codes

Color #03ABF4 in popluar color models

03ABF4
RGB3171244
HSL198°97.57%48.43%
HSB/HSV198°98.77%95.69%
CMYK98.77%29.92%0.00%
4.31%

Color #03ABF4 in popluar number systems.

HEX03ABF4
Decimal3171244
Binary111010101111110100
Octal3253364

Shades and tints

Shades of #03ABF4

#03ABF4
(3,171,244)
#039CDE
(3,156,222)
#038DC8
(3,141,200)
#037EB2
(3,126,178)
#036F9C
(3,111,156)
#036086
(3,96,134)
#035170
(3,81,112)
#03425A
(3,66,90)
#033344
(3,51,68)
#03242E
(3,36,46)
#031518
(3,21,24)
#000000
(0,0,0)

Tints of #03ABF4

#03ABF4
(3,171,244)
#19B2F5
(25,178,245)
#2FB9F6
(47,185,246)
#45C0F7
(69,192,247)
#5BC7F8
(91,199,248)
#71CEF9
(113,206,249)
#87D5FA
(135,213,250)
#9DDCFB
(157,220,251)
#B3E3FC
(179,227,252)
#C9EAFD
(201,234,253)
#DFF1FE
(223,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03ABF4 color. Also use rgb(3,171,244) instead hex code.

Text Font Color

.myTextColor { color: #03ABF4; }

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

This text font color is #03ABF4.


Background Color

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

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

This div background color is #03ABF4.


Border color

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

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

This div border color is #03ABF4.


Opacity

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

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

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

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

This text has shadow with #03ABF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03ABF4 on black background.


Color preview on white background

This text has color #03ABF4 on white background.



Black color preview on #03ABF4 background

This text has black color on #03ABF4 background.


White color preview on #03ABF4 background

This text has white color on #03ABF4 background.