COLOR #0284E7

HEX: #0284E7
RGB: (2,132,231)

Color info

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

RGB color model

#0284E7 color RGB value is (2,132,231).

  • red value is 2;
  • green value is 132;
  • blue value is 231.
RGB:
(2,132,231)
(1%,52%,91%)

RGB channels and saturation

R 2 of 255 = 1%
G 132 of 255 = 52%
B 231 of 255 = 91%

2
132
231

R + G + B ~ 48%. #0284E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 132 + 231 = 365 (100%)
R 2 of 365 ~ 0.55%
G 132 of 365 ~ 36.16%
B 231 of 365 ~ 63.29%

%36.16
%63.29

CMYK color model

#0284E7 color CMYK value is (99,43,0,9).

  • cyan value is 99.13%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(99,43,0,9)
C99M43Y0K9 
(99%,43%,0%,9%)
(0.99/0.43/0.00/0.09)	

CMYK percentages

%99.13
%42.86
%0
%9.41

Codes

Color #0284E7 in popluar color models

0284E7
RGB2132231
HSL206°98.28%45.69%
HSB/HSV206°99.13%90.59%
CMYK99.13%42.86%0.00%
9.41%

Color #0284E7 in popluar number systems.

HEX0284E7
Decimal2132231
Binary101000010011100111
Octal2204347

Shades and tints

Shades of #0284E7

#0284E7
(2,132,231)
#0278D2
(2,120,210)
#026CBD
(2,108,189)
#0260A8
(2,96,168)
#025493
(2,84,147)
#02487E
(2,72,126)
#023C69
(2,60,105)
#023054
(2,48,84)
#02243F
(2,36,63)
#02182A
(2,24,42)
#020C15
(2,12,21)
#000000
(0,0,0)

Tints of #0284E7

#0284E7
(2,132,231)
#198FE9
(25,143,233)
#309AEB
(48,154,235)
#47A5ED
(71,165,237)
#5EB0EF
(94,176,239)
#75BBF1
(117,187,241)
#8CC6F3
(140,198,243)
#A3D1F5
(163,209,245)
#BADCF7
(186,220,247)
#D1E7F9
(209,231,249)
#E8F2FB
(232,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0284E7 color. Also use rgb(2,132,231) instead hex code.

Text Font Color

.myTextColor { color: #0284E7; }

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

This text font color is #0284E7.


Background Color

.myBgColor { background-color: #0284E7; }

<div style="background-color:#0284E7">Inner text</div>

This div background color is #0284E7.


Border color

.myBorderColor { border: 1px solid #0284E7; }

<div style="border:3px solid #0284E7">Div</div>

This div border color is #0284E7.


Opacity

.myOpacity80 { color: #0284E7; opacity: 0.8; }

<p style="color:#0284E7;opacity:0.8;">80%</p>

Text with #0284E7 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 #0284E7;}

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

This text has shadow with #0284E7 color.

.textShadow {text-shadow: 3px 3px 1px #0284E7, 3px 3px 1px red;}

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

This text has shadow with #0284E7 primary color and red secondary color.


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

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

This text has shadow with #0284E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0284E7 on black background.


Color preview on white background

This text has color #0284E7 on white background.



Black color preview on #0284E7 background

This text has black color on #0284E7 background.


White color preview on #0284E7 background

This text has white color on #0284E7 background.