COLOR #256FE6

HEX: #256FE6
RGB: (37,111,230)

Color info

#256FE6 contains mainly blue color. Web safe color of #256FE6 is #3366CC (or #36C).

RGB color model

#256FE6 color RGB value is (37,111,230).

  • red value is 37;
  • green value is 111;
  • blue value is 230.
RGB:
(37,111,230)
(15%,44%,90%)

RGB channels and saturation

R 37 of 255 = 15%
G 111 of 255 = 44%
B 230 of 255 = 90%

37
111
230

R + G + B ~ 50%. #256FE6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 111 + 230 = 378 (100%)
R 37 of 378 ~ 9.79%
G 111 of 378 ~ 29.37%
B 230 of 378 ~ 60.85%

%9.79
%29.37
%60.85

CMYK color model

#256FE6 color CMYK value is (84,52,0,10).

  • cyan value is 83.91%
  • magenta value is 51.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(84,52,0,10)
C84M52Y0K10 
(84%,52%,0%,10%)
(0.84/0.52/0.00/0.10)	

CMYK percentages

%83.91
%51.74
%0
%9.8

Codes

Color #256FE6 in popluar color models

256FE6
RGB37111230
HSL217°79.42%52.35%
HSB/HSV217°83.91%90.20%
CMYK83.91%51.74%0.00%
9.80%

Color #256FE6 in popluar number systems.

HEX256FE6
Decimal37111230
Binary100101110111111100110
Octal45157346

Shades and tints

Shades of #256FE6

#256FE6
(37,111,230)
#2265D2
(34,101,210)
#1F5BBE
(31,91,190)
#1C51AA
(28,81,170)
#194796
(25,71,150)
#163D82
(22,61,130)
#13336E
(19,51,110)
#10295A
(16,41,90)
#0D1F46
(13,31,70)
#0A1532
(10,21,50)
#070B1E
(7,11,30)
#000000
(0,0,0)

Tints of #256FE6

#256FE6
(37,111,230)
#387CE8
(56,124,232)
#4B89EA
(75,137,234)
#5E96EC
(94,150,236)
#71A3EE
(113,163,238)
#84B0F0
(132,176,240)
#97BDF2
(151,189,242)
#AACAF4
(170,202,244)
#BDD7F6
(189,215,246)
#D0E4F8
(208,228,248)
#E3F1FA
(227,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256FE6 color. Also use rgb(37,111,230) instead hex code.

Text Font Color

.myTextColor { color: #256FE6; }

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

This text font color is #256FE6.


Background Color

.myBgColor { background-color: #256FE6; }

<div style="background-color:#256FE6">Inner text</div>

This div background color is #256FE6.


Border color

.myBorderColor { border: 1px solid #256FE6; }

<div style="border:3px solid #256FE6">Div</div>

This div border color is #256FE6.


Opacity

.myOpacity80 { color: #256FE6; opacity: 0.8; }

<p style="color:#256FE6;opacity:0.8;">80%</p>

Text with #256FE6 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 #256FE6;}

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

This text has shadow with #256FE6 color.

.textShadow {text-shadow: 3px 3px 1px #256FE6, 3px 3px 1px red;}

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

This text has shadow with #256FE6 primary color and red secondary color.


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

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

This text has shadow with #256FE6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256FE6 on black background.


Color preview on white background

This text has color #256FE6 on white background.



Black color preview on #256FE6 background

This text has black color on #256FE6 background.


White color preview on #256FE6 background

This text has white color on #256FE6 background.