COLOR #284FF7

HEX: #284FF7
RGB: (40,79,247)

Color info

#284FF7 contains mainly blue color. Web safe color of #284FF7 is #3366FF (or #36F).

RGB color model

#284FF7 color RGB value is (40,79,247).

  • red value is 40;
  • green value is 79;
  • blue value is 247.
RGB:
(40,79,247)
(16%,31%,97%)

RGB channels and saturation

R 40 of 255 = 16%
G 79 of 255 = 31%
B 247 of 255 = 97%

40
79
247

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

Portions of RGB colors in percentages

R + G + B =
40 + 79 + 247 = 366 (100%)
R 40 of 366 ~ 10.93%
G 79 of 366 ~ 21.58%
B 247 of 366 ~ 67.49%

%10.93
%21.58
%67.49

CMYK color model

#284FF7 color CMYK value is (84,68,0,3).

  • cyan value is 83.81%
  • magenta value is 68.02%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(84,68,0,3)
C84M68Y0K3 
(84%,68%,0%,3%)
(0.84/0.68/0.00/0.03)	

CMYK percentages

%83.81
%68.02
%0
%3.14

Codes

Color #284FF7 in popluar color models

284FF7
RGB4079247
HSL229°92.83%56.27%
HSB/HSV229°83.81%96.86%
CMYK83.81%68.02%0.00%
3.14%

Color #284FF7 in popluar number systems.

HEX284FF7
Decimal4079247
Binary101000100111111110111
Octal50117367

Shades and tints

Shades of #284FF7

#284FF7
(40,79,247)
#2548E1
(37,72,225)
#2241CB
(34,65,203)
#1F3AB5
(31,58,181)
#1C339F
(28,51,159)
#192C89
(25,44,137)
#162573
(22,37,115)
#131E5D
(19,30,93)
#101747
(16,23,71)
#0D1031
(13,16,49)
#0A091B
(10,9,27)
#000000
(0,0,0)

Tints of #284FF7

#284FF7
(40,79,247)
#3B5FF7
(59,95,247)
#4E6FF7
(78,111,247)
#617FF7
(97,127,247)
#748FF7
(116,143,247)
#879FF7
(135,159,247)
#9AAFF7
(154,175,247)
#ADBFF7
(173,191,247)
#C0CFF7
(192,207,247)
#D3DFF7
(211,223,247)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284FF7 color. Also use rgb(40,79,247) instead hex code.

Text Font Color

.myTextColor { color: #284FF7; }

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

This text font color is #284FF7.


Background Color

.myBgColor { background-color: #284FF7; }

<div style="background-color:#284FF7">Inner text</div>

This div background color is #284FF7.


Border color

.myBorderColor { border: 1px solid #284FF7; }

<div style="border:3px solid #284FF7">Div</div>

This div border color is #284FF7.


Opacity

.myOpacity80 { color: #284FF7; opacity: 0.8; }

<p style="color:#284FF7;opacity:0.8;">80%</p>

Text with #284FF7 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 #284FF7;}

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

This text has shadow with #284FF7 color.

.textShadow {text-shadow: 3px 3px 1px #284FF7, 3px 3px 1px red;}

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

This text has shadow with #284FF7 primary color and red secondary color.


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

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

This text has shadow with #284FF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284FF7 on black background.


Color preview on white background

This text has color #284FF7 on white background.



Black color preview on #284FF7 background

This text has black color on #284FF7 background.


White color preview on #284FF7 background

This text has white color on #284FF7 background.