COLOR #51A3E0

HEX: #51A3E0
RGB: (81,163,224)

Color info

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

RGB color model

#51A3E0 color RGB value is (81,163,224).

  • red value is 81;
  • green value is 163;
  • blue value is 224.
RGB:
(81,163,224)
(32%,64%,88%)

RGB channels and saturation

R 81 of 255 = 32%
G 163 of 255 = 64%
B 224 of 255 = 88%

81
163
224

R + G + B ~ 61%. #51A3E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
81 + 163 + 224 = 468 (100%)
R 81 of 468 ~ 17.31%
G 163 of 468 ~ 34.83%
B 224 of 468 ~ 47.86%

%17.31
%34.83
%47.86

CMYK color model

#51A3E0 color CMYK value is (64,27,0,12).

  • cyan value is 63.84%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(64,27,0,12)
C64M27Y0K12 
(64%,27%,0%,12%)
(0.64/0.27/0.00/0.12)	

CMYK percentages

%63.84
%27.23
%0
%12.16

Codes

Color #51A3E0 in popluar color models

51A3E0
RGB81163224
HSL206°69.76%59.80%
HSB/HSV206°63.84%87.84%
CMYK63.84%27.23%0.00%
12.16%

Color #51A3E0 in popluar number systems.

HEX51A3E0
Decimal81163224
Binary10100011010001111100000
Octal121243340

Shades and tints

Shades of #51A3E0

#51A3E0
(81,163,224)
#4A95CC
(74,149,204)
#4387B8
(67,135,184)
#3C79A4
(60,121,164)
#356B90
(53,107,144)
#2E5D7C
(46,93,124)
#274F68
(39,79,104)
#204154
(32,65,84)
#193340
(25,51,64)
#12252C
(18,37,44)
#0B1718
(11,23,24)
#000000
(0,0,0)

Tints of #51A3E0

#51A3E0
(81,163,224)
#60ABE2
(96,171,226)
#6FB3E4
(111,179,228)
#7EBBE6
(126,187,230)
#8DC3E8
(141,195,232)
#9CCBEA
(156,203,234)
#ABD3EC
(171,211,236)
#BADBEE
(186,219,238)
#C9E3F0
(201,227,240)
#D8EBF2
(216,235,242)
#E7F3F4
(231,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51A3E0 color. Also use rgb(81,163,224) instead hex code.

Text Font Color

.myTextColor { color: #51A3E0; }

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

This text font color is #51A3E0.


Background Color

.myBgColor { background-color: #51A3E0; }

<div style="background-color:#51A3E0">Inner text</div>

This div background color is #51A3E0.


Border color

.myBorderColor { border: 1px solid #51A3E0; }

<div style="border:3px solid #51A3E0">Div</div>

This div border color is #51A3E0.


Opacity

.myOpacity80 { color: #51A3E0; opacity: 0.8; }

<p style="color:#51A3E0;opacity:0.8;">80%</p>

Text with #51A3E0 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 #51A3E0;}

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

This text has shadow with #51A3E0 color.

.textShadow {text-shadow: 3px 3px 1px #51A3E0, 3px 3px 1px red;}

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

This text has shadow with #51A3E0 primary color and red secondary color.


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

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

This text has shadow with #51A3E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51A3E0 on black background.


Color preview on white background

This text has color #51A3E0 on white background.



Black color preview on #51A3E0 background

This text has black color on #51A3E0 background.


White color preview on #51A3E0 background

This text has white color on #51A3E0 background.