COLOR #426FEE

HEX: #426FEE
RGB: (66,111,238)

Color info

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

RGB color model

#426FEE color RGB value is (66,111,238).

  • red value is 66;
  • green value is 111;
  • blue value is 238.
RGB:
(66,111,238)
(26%,44%,93%)

RGB channels and saturation

R 66 of 255 = 26%
G 111 of 255 = 44%
B 238 of 255 = 93%

66
111
238

R + G + B ~ 54%. #426FEE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 111 + 238 = 415 (100%)
R 66 of 415 ~ 15.9%
G 111 of 415 ~ 26.75%
B 238 of 415 ~ 57.35%

%15.9
%26.75
%57.35

CMYK color model

#426FEE color CMYK value is (72,53,0,7).

  • cyan value is 72.27%
  • magenta value is 53.36%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(72,53,0,7)
C72M53Y0K7 
(72%,53%,0%,7%)
(0.72/0.53/0.00/0.07)	

CMYK percentages

%72.27
%53.36
%0
%6.67

Codes

Color #426FEE in popluar color models

426FEE
RGB66111238
HSL224°83.50%59.61%
HSB/HSV224°72.27%93.33%
CMYK72.27%53.36%0.00%
6.67%

Color #426FEE in popluar number systems.

HEX426FEE
Decimal66111238
Binary1000010110111111101110
Octal102157356

Shades and tints

Shades of #426FEE

#426FEE
(66,111,238)
#3C65D9
(60,101,217)
#365BC4
(54,91,196)
#3051AF
(48,81,175)
#2A479A
(42,71,154)
#243D85
(36,61,133)
#1E3370
(30,51,112)
#18295B
(24,41,91)
#121F46
(18,31,70)
#0C1531
(12,21,49)
#060B1C
(6,11,28)
#000000
(0,0,0)

Tints of #426FEE

#426FEE
(66,111,238)
#537CEF
(83,124,239)
#6489F0
(100,137,240)
#7596F1
(117,150,241)
#86A3F2
(134,163,242)
#97B0F3
(151,176,243)
#A8BDF4
(168,189,244)
#B9CAF5
(185,202,245)
#CAD7F6
(202,215,246)
#DBE4F7
(219,228,247)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #426FEE color. Also use rgb(66,111,238) instead hex code.

Text Font Color

.myTextColor { color: #426FEE; }

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

This text font color is #426FEE.


Background Color

.myBgColor { background-color: #426FEE; }

<div style="background-color:#426FEE">Inner text</div>

This div background color is #426FEE.


Border color

.myBorderColor { border: 1px solid #426FEE; }

<div style="border:3px solid #426FEE">Div</div>

This div border color is #426FEE.


Opacity

.myOpacity80 { color: #426FEE; opacity: 0.8; }

<p style="color:#426FEE;opacity:0.8;">80%</p>

Text with #426FEE 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 #426FEE;}

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

This text has shadow with #426FEE color.

.textShadow {text-shadow: 3px 3px 1px #426FEE, 3px 3px 1px red;}

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

This text has shadow with #426FEE primary color and red secondary color.


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

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

This text has shadow with #426FEE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #426FEE on black background.


Color preview on white background

This text has color #426FEE on white background.



Black color preview on #426FEE background

This text has black color on #426FEE background.


White color preview on #426FEE background

This text has white color on #426FEE background.