COLOR #0480E1

HEX: #0480E1
RGB: (4,128,225)

Color info

#0480E1 contains mainly blue color. Web safe color of #0480E1 is #0066CC (or #06C).

RGB color model

#0480E1 color RGB value is (4,128,225).

  • red value is 4;
  • green value is 128;
  • blue value is 225.
RGB:
(4,128,225)
(2%,50%,88%)

RGB channels and saturation

R 4 of 255 = 2%
G 128 of 255 = 50%
B 225 of 255 = 88%

4
128
225

R + G + B ~ 47%. #0480E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 128 + 225 = 357 (100%)
R 4 of 357 ~ 1.12%
G 128 of 357 ~ 35.85%
B 225 of 357 ~ 63.03%

%35.85
%63.03

CMYK color model

#0480E1 color CMYK value is (98,43,0,12).

  • cyan value is 98.22%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(98,43,0,12)
C98M43Y0K12 
(98%,43%,0%,12%)
(0.98/0.43/0.00/0.12)	

CMYK percentages

%98.22
%43.11
%0
%11.76

Codes

Color #0480E1 in popluar color models

0480E1
RGB4128225
HSL206°96.51%44.90%
HSB/HSV206°98.22%88.24%
CMYK98.22%43.11%0.00%
11.76%

Color #0480E1 in popluar number systems.

HEX0480E1
Decimal4128225
Binary1001000000011100001
Octal4200341

Shades and tints

Shades of #0480E1

#0480E1
(4,128,225)
#0475CD
(4,117,205)
#046AB9
(4,106,185)
#045FA5
(4,95,165)
#045491
(4,84,145)
#04497D
(4,73,125)
#043E69
(4,62,105)
#043355
(4,51,85)
#042841
(4,40,65)
#041D2D
(4,29,45)
#041219
(4,18,25)
#000000
(0,0,0)

Tints of #0480E1

#0480E1
(4,128,225)
#1A8BE3
(26,139,227)
#3096E5
(48,150,229)
#46A1E7
(70,161,231)
#5CACE9
(92,172,233)
#72B7EB
(114,183,235)
#88C2ED
(136,194,237)
#9ECDEF
(158,205,239)
#B4D8F1
(180,216,241)
#CAE3F3
(202,227,243)
#E0EEF5
(224,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0480E1 color. Also use rgb(4,128,225) instead hex code.

Text Font Color

.myTextColor { color: #0480E1; }

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

This text font color is #0480E1.


Background Color

.myBgColor { background-color: #0480E1; }

<div style="background-color:#0480E1">Inner text</div>

This div background color is #0480E1.


Border color

.myBorderColor { border: 1px solid #0480E1; }

<div style="border:3px solid #0480E1">Div</div>

This div border color is #0480E1.


Opacity

.myOpacity80 { color: #0480E1; opacity: 0.8; }

<p style="color:#0480E1;opacity:0.8;">80%</p>

Text with #0480E1 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 #0480E1;}

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

This text has shadow with #0480E1 color.

.textShadow {text-shadow: 3px 3px 1px #0480E1, 3px 3px 1px red;}

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

This text has shadow with #0480E1 primary color and red secondary color.


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

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

This text has shadow with #0480E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0480E1 on black background.


Color preview on white background

This text has color #0480E1 on white background.



Black color preview on #0480E1 background

This text has black color on #0480E1 background.


White color preview on #0480E1 background

This text has white color on #0480E1 background.