COLOR #568EE2

HEX: #568EE2
RGB: (86,142,226)

Color info

#568EE2 contains mainly blue color. Web safe color of #568EE2 is #6699CC (or #69C).

RGB color model

#568EE2 color RGB value is (86,142,226).

  • red value is 86;
  • green value is 142;
  • blue value is 226.
RGB:
(86,142,226)
(34%,56%,89%)

RGB channels and saturation

R 86 of 255 = 34%
G 142 of 255 = 56%
B 226 of 255 = 89%

86
142
226

R + G + B ~ 60%. #568EE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 142 + 226 = 454 (100%)
R 86 of 454 ~ 18.94%
G 142 of 454 ~ 31.28%
B 226 of 454 ~ 49.78%

%18.94
%31.28
%49.78

CMYK color model

#568EE2 color CMYK value is (62,37,0,11).

  • cyan value is 61.95%
  • magenta value is 37.17%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(62,37,0,11)
C62M37Y0K11 
(62%,37%,0%,11%)
(0.62/0.37/0.00/0.11)	

CMYK percentages

%61.95
%37.17
%0
%11.37

Codes

Color #568EE2 in popluar color models

568EE2
RGB86142226
HSL216°70.71%61.18%
HSB/HSV216°61.95%88.63%
CMYK61.95%37.17%0.00%
11.37%

Color #568EE2 in popluar number systems.

HEX568EE2
Decimal86142226
Binary10101101000111011100010
Octal126216342

Shades and tints

Shades of #568EE2

#568EE2
(86,142,226)
#4F82CE
(79,130,206)
#4876BA
(72,118,186)
#416AA6
(65,106,166)
#3A5E92
(58,94,146)
#33527E
(51,82,126)
#2C466A
(44,70,106)
#253A56
(37,58,86)
#1E2E42
(30,46,66)
#17222E
(23,34,46)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #568EE2

#568EE2
(86,142,226)
#6598E4
(101,152,228)
#74A2E6
(116,162,230)
#83ACE8
(131,172,232)
#92B6EA
(146,182,234)
#A1C0EC
(161,192,236)
#B0CAEE
(176,202,238)
#BFD4F0
(191,212,240)
#CEDEF2
(206,222,242)
#DDE8F4
(221,232,244)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568EE2 color. Also use rgb(86,142,226) instead hex code.

Text Font Color

.myTextColor { color: #568EE2; }

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

This text font color is #568EE2.


Background Color

.myBgColor { background-color: #568EE2; }

<div style="background-color:#568EE2">Inner text</div>

This div background color is #568EE2.


Border color

.myBorderColor { border: 1px solid #568EE2; }

<div style="border:3px solid #568EE2">Div</div>

This div border color is #568EE2.


Opacity

.myOpacity80 { color: #568EE2; opacity: 0.8; }

<p style="color:#568EE2;opacity:0.8;">80%</p>

Text with #568EE2 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 #568EE2;}

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

This text has shadow with #568EE2 color.

.textShadow {text-shadow: 3px 3px 1px #568EE2, 3px 3px 1px red;}

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

This text has shadow with #568EE2 primary color and red secondary color.


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

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

This text has shadow with #568EE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568EE2 on black background.


Color preview on white background

This text has color #568EE2 on white background.



Black color preview on #568EE2 background

This text has black color on #568EE2 background.


White color preview on #568EE2 background

This text has white color on #568EE2 background.