COLOR #738CFE

HEX: #738CFE
RGB: (115,140,254)

Color info

#738CFE contains mainly blue color. Web safe color of #738CFE is #6699FF (or #69F).

RGB color model

#738CFE color RGB value is (115,140,254).

  • red value is 115;
  • green value is 140;
  • blue value is 254.
RGB:
(115,140,254)
(45%,55%,100%)

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 254 of 255 = 100%

115
140
254

R + G + B ~ 67%. #738CFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 254 = 509 (100%)
R 115 of 509 ~ 22.59%
G 140 of 509 ~ 27.5%
B 254 of 509 ~ 49.9%

%22.59
%27.5
%49.9

CMYK color model

#738CFE color CMYK value is (55,45,0,0).

  • cyan value is 54.72%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(55,45,0,0)
C55M45Y0K0 
(55%,45%,0%,0%)
(0.55/0.45/0.00/0.00)	

CMYK percentages

%54.72
%44.88
%0
%0.39

Codes

Color #738CFE in popluar color models

738CFE
RGB115140254
HSL229°98.58%72.35%
HSB/HSV229°54.72%99.61%
CMYK54.72%44.88%0.00%
0.39%

Color #738CFE in popluar number systems.

HEX738CFE
Decimal115140254
Binary11100111000110011111110
Octal163214376

Shades and tints

Shades of #738CFE

#738CFE
(115,140,254)
#6980E7
(105,128,231)
#5F74D0
(95,116,208)
#5568B9
(85,104,185)
#4B5CA2
(75,92,162)
#41508B
(65,80,139)
#374474
(55,68,116)
#2D385D
(45,56,93)
#232C46
(35,44,70)
#19202F
(25,32,47)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #738CFE

#738CFE
(115,140,254)
#7F96FE
(127,150,254)
#8BA0FE
(139,160,254)
#97AAFE
(151,170,254)
#A3B4FE
(163,180,254)
#AFBEFE
(175,190,254)
#BBC8FE
(187,200,254)
#C7D2FE
(199,210,254)
#D3DCFE
(211,220,254)
#DFE6FE
(223,230,254)
#EBF0FE
(235,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738CFE color. Also use rgb(115,140,254) instead hex code.

Text Font Color

.myTextColor { color: #738CFE; }

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

This text font color is #738CFE.


Background Color

.myBgColor { background-color: #738CFE; }

<div style="background-color:#738CFE">Inner text</div>

This div background color is #738CFE.


Border color

.myBorderColor { border: 1px solid #738CFE; }

<div style="border:3px solid #738CFE">Div</div>

This div border color is #738CFE.


Opacity

.myOpacity80 { color: #738CFE; opacity: 0.8; }

<p style="color:#738CFE;opacity:0.8;">80%</p>

Text with #738CFE 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 #738CFE;}

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

This text has shadow with #738CFE color.

.textShadow {text-shadow: 3px 3px 1px #738CFE, 3px 3px 1px red;}

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

This text has shadow with #738CFE primary color and red secondary color.


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

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

This text has shadow with #738CFE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738CFE on black background.


Color preview on white background

This text has color #738CFE on white background.



Black color preview on #738CFE background

This text has black color on #738CFE background.


White color preview on #738CFE background

This text has white color on #738CFE background.