COLOR #425CF3

HEX: #425CF3
RGB: (66,92,243)

Color info

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

RGB color model

#425CF3 color RGB value is (66,92,243).

  • red value is 66;
  • green value is 92;
  • blue value is 243.
RGB:
(66,92,243)
(26%,36%,95%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 243 of 255 = 95%

66
92
243

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 243 = 401 (100%)
R 66 of 401 ~ 16.46%
G 92 of 401 ~ 22.94%
B 243 of 401 ~ 60.6%

%16.46
%22.94
%60.6

CMYK color model

#425CF3 color CMYK value is (73,62,0,5).

  • cyan value is 72.84%
  • magenta value is 62.14%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(73,62,0,5)
C73M62Y0K5 
(73%,62%,0%,5%)
(0.73/0.62/0.00/0.05)	

CMYK percentages

%72.84
%62.14
%0
%4.71

Codes

Color #425CF3 in popluar color models

425CF3
RGB6692243
HSL231°88.06%60.59%
HSB/HSV231°72.84%95.29%
CMYK72.84%62.14%0.00%
4.71%

Color #425CF3 in popluar number systems.

HEX425CF3
Decimal6692243
Binary1000010101110011110011
Octal102134363

Shades and tints

Shades of #425CF3

#425CF3
(66,92,243)
#3C54DD
(60,84,221)
#364CC7
(54,76,199)
#3044B1
(48,68,177)
#2A3C9B
(42,60,155)
#243485
(36,52,133)
#1E2C6F
(30,44,111)
#182459
(24,36,89)
#121C43
(18,28,67)
#0C142D
(12,20,45)
#060C17
(6,12,23)
#000000
(0,0,0)

Tints of #425CF3

#425CF3
(66,92,243)
#536AF4
(83,106,244)
#6478F5
(100,120,245)
#7586F6
(117,134,246)
#8694F7
(134,148,247)
#97A2F8
(151,162,248)
#A8B0F9
(168,176,249)
#B9BEFA
(185,190,250)
#CACCFB
(202,204,251)
#DBDAFC
(219,218,252)
#ECE8FD
(236,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425CF3 color. Also use rgb(66,92,243) instead hex code.

Text Font Color

.myTextColor { color: #425CF3; }

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

This text font color is #425CF3.


Background Color

.myBgColor { background-color: #425CF3; }

<div style="background-color:#425CF3">Inner text</div>

This div background color is #425CF3.


Border color

.myBorderColor { border: 1px solid #425CF3; }

<div style="border:3px solid #425CF3">Div</div>

This div border color is #425CF3.


Opacity

.myOpacity80 { color: #425CF3; opacity: 0.8; }

<p style="color:#425CF3;opacity:0.8;">80%</p>

Text with #425CF3 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 #425CF3;}

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

This text has shadow with #425CF3 color.

.textShadow {text-shadow: 3px 3px 1px #425CF3, 3px 3px 1px red;}

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

This text has shadow with #425CF3 primary color and red secondary color.


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

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

This text has shadow with #425CF3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425CF3 on black background.


Color preview on white background

This text has color #425CF3 on white background.



Black color preview on #425CF3 background

This text has black color on #425CF3 background.


White color preview on #425CF3 background

This text has white color on #425CF3 background.