COLOR #0051E3

HEX: #0051E3
RGB: (0,81,227)

Color info

#0051E3 contains mainly blue color. Web safe color of #0051E3 is #0066CC (or #06C).

RGB color model

#0051E3 color RGB value is (0,81,227).

  • red value is 0;
  • green value is 81;
  • blue value is 227.
RGB:
(0,81,227)
(0%,32%,89%)

RGB channels and saturation

R 0 of 255 = 0%
G 81 of 255 = 32%
B 227 of 255 = 89%

0
81
227

R + G + B ~ 40%. #0051E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 81 + 227 = 308 (100%)
R 0 of 308 ~ 0%
G 81 of 308 ~ 26.3%
B 227 of 308 ~ 73.7%

%26.3
%73.7

CMYK color model

#0051E3 color CMYK value is (100,64,0,11).

  • cyan value is 100.00%
  • magenta value is 64.32%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(100,64,0,11)
C100M64Y0K11 
(100%,64%,0%,11%)
(1.00/0.64/0.00/0.11)	

CMYK percentages

%100
%64.32
%0
%10.98

Codes

Color #0051E3 in popluar color models

0051E3
RGB081227
HSL219°100.00%44.51%
HSB/HSV219°100.00%89.02%
CMYK100.00%64.32%0.00%
10.98%

Color #0051E3 in popluar number systems.

HEX0051E3
Decimal081227
Binary0101000111100011
Octal0121343

Shades and tints

Shades of #0051E3

#0051E3
(0,81,227)
#004ACF
(0,74,207)
#0043BB
(0,67,187)
#003CA7
(0,60,167)
#003593
(0,53,147)
#002E7F
(0,46,127)
#00276B
(0,39,107)
#002057
(0,32,87)
#001943
(0,25,67)
#00122F
(0,18,47)
#000B1B
(0,11,27)
#000000
(0,0,0)

Tints of #0051E3

#0051E3
(0,81,227)
#1760E5
(23,96,229)
#2E6FE7
(46,111,231)
#457EE9
(69,126,233)
#5C8DEB
(92,141,235)
#739CED
(115,156,237)
#8AABEF
(138,171,239)
#A1BAF1
(161,186,241)
#B8C9F3
(184,201,243)
#CFD8F5
(207,216,245)
#E6E7F7
(230,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0051E3 color. Also use rgb(0,81,227) instead hex code.

Text Font Color

.myTextColor { color: #0051E3; }

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

This text font color is #0051E3.


Background Color

.myBgColor { background-color: #0051E3; }

<div style="background-color:#0051E3">Inner text</div>

This div background color is #0051E3.


Border color

.myBorderColor { border: 1px solid #0051E3; }

<div style="border:3px solid #0051E3">Div</div>

This div border color is #0051E3.


Opacity

.myOpacity80 { color: #0051E3; opacity: 0.8; }

<p style="color:#0051E3;opacity:0.8;">80%</p>

Text with #0051E3 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 #0051E3;}

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

This text has shadow with #0051E3 color.

.textShadow {text-shadow: 3px 3px 1px #0051E3, 3px 3px 1px red;}

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

This text has shadow with #0051E3 primary color and red secondary color.


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

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

This text has shadow with #0051E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0051E3 on black background.


Color preview on white background

This text has color #0051E3 on white background.



Black color preview on #0051E3 background

This text has black color on #0051E3 background.


White color preview on #0051E3 background

This text has white color on #0051E3 background.