COLOR #707AF0

HEX: #707AF0
RGB: (112,122,240)

Color info

#707AF0 contains mainly blue color. Web safe color of #707AF0 is #6666FF (or #66F).

RGB color model

#707AF0 color RGB value is (112,122,240).

  • red value is 112;
  • green value is 122;
  • blue value is 240.
RGB:
(112,122,240)
(44%,48%,94%)

RGB channels and saturation

R 112 of 255 = 44%
G 122 of 255 = 48%
B 240 of 255 = 94%

112
122
240

R + G + B ~ 62%. #707AF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 122 + 240 = 474 (100%)
R 112 of 474 ~ 23.63%
G 122 of 474 ~ 25.74%
B 240 of 474 ~ 50.63%

%23.63
%25.74
%50.63

CMYK color model

#707AF0 color CMYK value is (53,49,0,6).

  • cyan value is 53.33%
  • magenta value is 49.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(53,49,0,6)
C53M49Y0K6 
(53%,49%,0%,6%)
(0.53/0.49/0.00/0.06)	

CMYK percentages

%53.33
%49.17
%0
%5.88

Codes

Color #707AF0 in popluar color models

707AF0
RGB112122240
HSL235°81.01%69.02%
HSB/HSV235°53.33%94.12%
CMYK53.33%49.17%0.00%
5.88%

Color #707AF0 in popluar number systems.

HEX707AF0
Decimal112122240
Binary1110000111101011110000
Octal160172360

Shades and tints

Shades of #707AF0

#707AF0
(112,122,240)
#666FDB
(102,111,219)
#5C64C6
(92,100,198)
#5259B1
(82,89,177)
#484E9C
(72,78,156)
#3E4387
(62,67,135)
#343872
(52,56,114)
#2A2D5D
(42,45,93)
#202248
(32,34,72)
#161733
(22,23,51)
#0C0C1E
(12,12,30)
#000000
(0,0,0)

Tints of #707AF0

#707AF0
(112,122,240)
#7D86F1
(125,134,241)
#8A92F2
(138,146,242)
#979EF3
(151,158,243)
#A4AAF4
(164,170,244)
#B1B6F5
(177,182,245)
#BEC2F6
(190,194,246)
#CBCEF7
(203,206,247)
#D8DAF8
(216,218,248)
#E5E6F9
(229,230,249)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #707AF0 color. Also use rgb(112,122,240) instead hex code.

Text Font Color

.myTextColor { color: #707AF0; }

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

This text font color is #707AF0.


Background Color

.myBgColor { background-color: #707AF0; }

<div style="background-color:#707AF0">Inner text</div>

This div background color is #707AF0.


Border color

.myBorderColor { border: 1px solid #707AF0; }

<div style="border:3px solid #707AF0">Div</div>

This div border color is #707AF0.


Opacity

.myOpacity80 { color: #707AF0; opacity: 0.8; }

<p style="color:#707AF0;opacity:0.8;">80%</p>

Text with #707AF0 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 #707AF0;}

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

This text has shadow with #707AF0 color.

.textShadow {text-shadow: 3px 3px 1px #707AF0, 3px 3px 1px red;}

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

This text has shadow with #707AF0 primary color and red secondary color.


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

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

This text has shadow with #707AF0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707AF0 on black background.


Color preview on white background

This text has color #707AF0 on white background.



Black color preview on #707AF0 background

This text has black color on #707AF0 background.


White color preview on #707AF0 background

This text has white color on #707AF0 background.