COLOR #1478F2

HEX: #1478F2
RGB: (20,120,242)

Color info

#1478F2 contains mainly blue color. Web safe color of #1478F2 is #0066FF (or #06F).

RGB color model

#1478F2 color RGB value is (20,120,242).

  • red value is 20;
  • green value is 120;
  • blue value is 242.
RGB:
(20,120,242)
(8%,47%,95%)

RGB channels and saturation

R 20 of 255 = 8%
G 120 of 255 = 47%
B 242 of 255 = 95%

20
120
242

R + G + B ~ 50%. #1478F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 120 + 242 = 382 (100%)
R 20 of 382 ~ 5.24%
G 120 of 382 ~ 31.41%
B 242 of 382 ~ 63.35%

%31.41
%63.35

CMYK color model

#1478F2 color CMYK value is (92,50,0,5).

  • cyan value is 91.74%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(92,50,0,5)
C92M50Y0K5 
(92%,50%,0%,5%)
(0.92/0.50/0.00/0.05)	

CMYK percentages

%91.74
%50.41
%0
%5.1

Codes

Color #1478F2 in popluar color models

1478F2
RGB20120242
HSL213°89.52%51.37%
HSB/HSV213°91.74%94.90%
CMYK91.74%50.41%0.00%
5.10%

Color #1478F2 in popluar number systems.

HEX1478F2
Decimal20120242
Binary10100111100011110010
Octal24170362

Shades and tints

Shades of #1478F2

#1478F2
(20,120,242)
#136EDC
(19,110,220)
#1264C6
(18,100,198)
#115AB0
(17,90,176)
#10509A
(16,80,154)
#0F4684
(15,70,132)
#0E3C6E
(14,60,110)
#0D3258
(13,50,88)
#0C2842
(12,40,66)
#0B1E2C
(11,30,44)
#0A1416
(10,20,22)
#000000
(0,0,0)

Tints of #1478F2

#1478F2
(20,120,242)
#2984F3
(41,132,243)
#3E90F4
(62,144,244)
#539CF5
(83,156,245)
#68A8F6
(104,168,246)
#7DB4F7
(125,180,247)
#92C0F8
(146,192,248)
#A7CCF9
(167,204,249)
#BCD8FA
(188,216,250)
#D1E4FB
(209,228,251)
#E6F0FC
(230,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1478F2 color. Also use rgb(20,120,242) instead hex code.

Text Font Color

.myTextColor { color: #1478F2; }

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

This text font color is #1478F2.


Background Color

.myBgColor { background-color: #1478F2; }

<div style="background-color:#1478F2">Inner text</div>

This div background color is #1478F2.


Border color

.myBorderColor { border: 1px solid #1478F2; }

<div style="border:3px solid #1478F2">Div</div>

This div border color is #1478F2.


Opacity

.myOpacity80 { color: #1478F2; opacity: 0.8; }

<p style="color:#1478F2;opacity:0.8;">80%</p>

Text with #1478F2 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 #1478F2;}

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

This text has shadow with #1478F2 color.

.textShadow {text-shadow: 3px 3px 1px #1478F2, 3px 3px 1px red;}

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

This text has shadow with #1478F2 primary color and red secondary color.


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

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

This text has shadow with #1478F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1478F2 on black background.


Color preview on white background

This text has color #1478F2 on white background.



Black color preview on #1478F2 background

This text has black color on #1478F2 background.


White color preview on #1478F2 background

This text has white color on #1478F2 background.