COLOR #2478F0

HEX: #2478F0
RGB: (36,120,240)

Color info

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

RGB color model

#2478F0 color RGB value is (36,120,240).

  • red value is 36;
  • green value is 120;
  • blue value is 240.
RGB:
(36,120,240)
(14%,47%,94%)

RGB channels and saturation

R 36 of 255 = 14%
G 120 of 255 = 47%
B 240 of 255 = 94%

36
120
240

R + G + B ~ 52%. #2478F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 120 + 240 = 396 (100%)
R 36 of 396 ~ 9.09%
G 120 of 396 ~ 30.3%
B 240 of 396 ~ 60.61%

%30.3
%60.61

CMYK color model

#2478F0 color CMYK value is (85,50,0,6).

  • cyan value is 85.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(85,50,0,6)
C85M50Y0K6 
(85%,50%,0%,6%)
(0.85/0.50/0.00/0.06)	

CMYK percentages

%85
%50
%0
%5.88

Codes

Color #2478F0 in popluar color models

2478F0
RGB36120240
HSL215°87.18%54.12%
HSB/HSV215°85.00%94.12%
CMYK85.00%50.00%0.00%
5.88%

Color #2478F0 in popluar number systems.

HEX2478F0
Decimal36120240
Binary100100111100011110000
Octal44170360

Shades and tints

Shades of #2478F0

#2478F0
(36,120,240)
#216EDB
(33,110,219)
#1E64C6
(30,100,198)
#1B5AB1
(27,90,177)
#18509C
(24,80,156)
#154687
(21,70,135)
#123C72
(18,60,114)
#0F325D
(15,50,93)
#0C2848
(12,40,72)
#091E33
(9,30,51)
#06141E
(6,20,30)
#000000
(0,0,0)

Tints of #2478F0

#2478F0
(36,120,240)
#3784F1
(55,132,241)
#4A90F2
(74,144,242)
#5D9CF3
(93,156,243)
#70A8F4
(112,168,244)
#83B4F5
(131,180,245)
#96C0F6
(150,192,246)
#A9CCF7
(169,204,247)
#BCD8F8
(188,216,248)
#CFE4F9
(207,228,249)
#E2F0FA
(226,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2478F0 color. Also use rgb(36,120,240) instead hex code.

Text Font Color

.myTextColor { color: #2478F0; }

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

This text font color is #2478F0.


Background Color

.myBgColor { background-color: #2478F0; }

<div style="background-color:#2478F0">Inner text</div>

This div background color is #2478F0.


Border color

.myBorderColor { border: 1px solid #2478F0; }

<div style="border:3px solid #2478F0">Div</div>

This div border color is #2478F0.


Opacity

.myOpacity80 { color: #2478F0; opacity: 0.8; }

<p style="color:#2478F0;opacity:0.8;">80%</p>

Text with #2478F0 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 #2478F0;}

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

This text has shadow with #2478F0 color.

.textShadow {text-shadow: 3px 3px 1px #2478F0, 3px 3px 1px red;}

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

This text has shadow with #2478F0 primary color and red secondary color.


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

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

This text has shadow with #2478F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2478F0 on black background.


Color preview on white background

This text has color #2478F0 on white background.



Black color preview on #2478F0 background

This text has black color on #2478F0 background.


White color preview on #2478F0 background

This text has white color on #2478F0 background.