COLOR #2511D4

HEX: #2511D4
RGB: (37,17,212)

Color info

#2511D4 contains mainly blue color. Web safe color of #2511D4 is #3300CC (or #30C).

RGB color model

#2511D4 color RGB value is (37,17,212).

  • red value is 37;
  • green value is 17;
  • blue value is 212.
RGB:
(37,17,212)
(15%,7%,83%)

RGB channels and saturation

R 37 of 255 = 15%
G 17 of 255 = 7%
B 212 of 255 = 83%

37
17
212

R + G + B ~ 35%. #2511D4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 17 + 212 = 266 (100%)
R 37 of 266 ~ 13.91%
G 17 of 266 ~ 6.39%
B 212 of 266 ~ 79.7%

%13.91
%79.7

CMYK color model

#2511D4 color CMYK value is (83,92,0,17).

  • cyan value is 82.55%
  • magenta value is 91.98%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(83,92,0,17)
C83M92Y0K17 
(83%,92%,0%,17%)
(0.83/0.92/0.00/0.17)	

CMYK percentages

%82.55
%91.98
%0
%16.86

Codes

Color #2511D4 in popluar color models

2511D4
RGB3717212
HSL246°85.15%44.90%
HSB/HSV246°91.98%83.14%
CMYK82.55%91.98%0.00%
16.86%

Color #2511D4 in popluar number systems.

HEX2511D4
Decimal3717212
Binary1001011000111010100
Octal4521324

Shades and tints

Shades of #2511D4

#2511D4
(37,17,212)
#2210C1
(34,16,193)
#1F0FAE
(31,15,174)
#1C0E9B
(28,14,155)
#190D88
(25,13,136)
#160C75
(22,12,117)
#130B62
(19,11,98)
#100A4F
(16,10,79)
#0D093C
(13,9,60)
#0A0829
(10,8,41)
#070716
(7,7,22)
#000000
(0,0,0)

Tints of #2511D4

#2511D4
(37,17,212)
#3826D7
(56,38,215)
#4B3BDA
(75,59,218)
#5E50DD
(94,80,221)
#7165E0
(113,101,224)
#847AE3
(132,122,227)
#978FE6
(151,143,230)
#AAA4E9
(170,164,233)
#BDB9EC
(189,185,236)
#D0CEEF
(208,206,239)
#E3E3F2
(227,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2511D4 color. Also use rgb(37,17,212) instead hex code.

Text Font Color

.myTextColor { color: #2511D4; }

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

This text font color is #2511D4.


Background Color

.myBgColor { background-color: #2511D4; }

<div style="background-color:#2511D4">Inner text</div>

This div background color is #2511D4.


Border color

.myBorderColor { border: 1px solid #2511D4; }

<div style="border:3px solid #2511D4">Div</div>

This div border color is #2511D4.


Opacity

.myOpacity80 { color: #2511D4; opacity: 0.8; }

<p style="color:#2511D4;opacity:0.8;">80%</p>

Text with #2511D4 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 #2511D4;}

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

This text has shadow with #2511D4 color.

.textShadow {text-shadow: 3px 3px 1px #2511D4, 3px 3px 1px red;}

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

This text has shadow with #2511D4 primary color and red secondary color.


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

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

This text has shadow with #2511D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2511D4 on black background.


Color preview on white background

This text has color #2511D4 on white background.



Black color preview on #2511D4 background

This text has black color on #2511D4 background.


White color preview on #2511D4 background

This text has white color on #2511D4 background.