COLOR #0028FF

HEX: #0028FF
RGB: (0,40,255)

Color info

#0028FF contains mainly blue color. Web safe color of #0028FF is #0033FF (or #03F).

RGB color model

#0028FF color RGB value is (0,40,255).

  • red value is 0;
  • green value is 40;
  • blue value is 255.
RGB:
(0,40,255)
(0%,16%,100%)

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 255 of 255 = 100%

0
40
255

R + G + B ~ 39%. #0028FF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 40 + 255 = 295 (100%)
R 0 of 295 ~ 0%
G 40 of 295 ~ 13.56%
B 255 of 295 ~ 86.44%

%13.56
%86.44

CMYK color model

#0028FF color CMYK value is (100,84,0,0).

  • cyan value is 100.00%
  • magenta value is 84.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,84,0,0)
C100M84Y0K0 
(100%,84%,0%,0%)
(1.00/0.84/0.00/0.00)	

CMYK percentages

%100
%84.31
%0
%0

Codes

Color #0028FF in popluar color models

0028FF
RGB040255
HSL231°100.00%50.00%
HSB/HSV231°100.00%100.00%
CMYK100.00%84.31%0.00%
0.00%

Color #0028FF in popluar number systems.

HEX0028FF
Decimal040255
Binary010100011111111
Octal050377

Shades and tints

Shades of #0028FF

#0028FF
(0,40,255)
#0025E8
(0,37,232)
#0022D1
(0,34,209)
#001FBA
(0,31,186)
#001CA3
(0,28,163)
#00198C
(0,25,140)
#001675
(0,22,117)
#00135E
(0,19,94)
#001047
(0,16,71)
#000D30
(0,13,48)
#000A19
(0,10,25)
#000000
(0,0,0)

Tints of #0028FF

#0028FF
(0,40,255)
#173BFF
(23,59,255)
#2E4EFF
(46,78,255)
#4561FF
(69,97,255)
#5C74FF
(92,116,255)
#7387FF
(115,135,255)
#8A9AFF
(138,154,255)
#A1ADFF
(161,173,255)
#B8C0FF
(184,192,255)
#CFD3FF
(207,211,255)
#E6E6FF
(230,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0028FF color. Also use rgb(0,40,255) instead hex code.

Text Font Color

.myTextColor { color: #0028FF; }

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

This text font color is #0028FF.


Background Color

.myBgColor { background-color: #0028FF; }

<div style="background-color:#0028FF">Inner text</div>

This div background color is #0028FF.


Border color

.myBorderColor { border: 1px solid #0028FF; }

<div style="border:3px solid #0028FF">Div</div>

This div border color is #0028FF.


Opacity

.myOpacity80 { color: #0028FF; opacity: 0.8; }

<p style="color:#0028FF;opacity:0.8;">80%</p>

Text with #0028FF 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 #0028FF;}

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

This text has shadow with #0028FF color.

.textShadow {text-shadow: 3px 3px 1px #0028FF, 3px 3px 1px red;}

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

This text has shadow with #0028FF primary color and red secondary color.


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

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

This text has shadow with #0028FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0028FF on black background.


Color preview on white background

This text has color #0028FF on white background.



Black color preview on #0028FF background

This text has black color on #0028FF background.


White color preview on #0028FF background

This text has white color on #0028FF background.