COLOR #127DEE

HEX: #127DEE
RGB: (18,125,238)

Color info

#127DEE contains mainly blue color. Web safe color of #127DEE is #0066FF (or #06F).

RGB color model

#127DEE color RGB value is (18,125,238).

  • red value is 18;
  • green value is 125;
  • blue value is 238.
RGB:
(18,125,238)
(7%,49%,93%)

RGB channels and saturation

R 18 of 255 = 7%
G 125 of 255 = 49%
B 238 of 255 = 93%

18
125
238

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

Portions of RGB colors in percentages

R + G + B =
18 + 125 + 238 = 381 (100%)
R 18 of 381 ~ 4.72%
G 125 of 381 ~ 32.81%
B 238 of 381 ~ 62.47%

%32.81
%62.47

CMYK color model

#127DEE color CMYK value is (92,47,0,7).

  • cyan value is 92.44%
  • magenta value is 47.48%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(92,47,0,7)
C92M47Y0K7 
(92%,47%,0%,7%)
(0.92/0.47/0.00/0.07)	

CMYK percentages

%92.44
%47.48
%0
%6.67

Codes

Color #127DEE in popluar color models

127DEE
RGB18125238
HSL211°86.61%50.20%
HSB/HSV211°92.44%93.33%
CMYK92.44%47.48%0.00%
6.67%

Color #127DEE in popluar number systems.

HEX127DEE
Decimal18125238
Binary10010111110111101110
Octal22175356

Shades and tints

Shades of #127DEE

#127DEE
(18,125,238)
#1172D9
(17,114,217)
#1067C4
(16,103,196)
#0F5CAF
(15,92,175)
#0E519A
(14,81,154)
#0D4685
(13,70,133)
#0C3B70
(12,59,112)
#0B305B
(11,48,91)
#0A2546
(10,37,70)
#091A31
(9,26,49)
#080F1C
(8,15,28)
#000000
(0,0,0)

Tints of #127DEE

#127DEE
(18,125,238)
#2788EF
(39,136,239)
#3C93F0
(60,147,240)
#519EF1
(81,158,241)
#66A9F2
(102,169,242)
#7BB4F3
(123,180,243)
#90BFF4
(144,191,244)
#A5CAF5
(165,202,245)
#BAD5F6
(186,213,246)
#CFE0F7
(207,224,247)
#E4EBF8
(228,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127DEE color. Also use rgb(18,125,238) instead hex code.

Text Font Color

.myTextColor { color: #127DEE; }

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

This text font color is #127DEE.


Background Color

.myBgColor { background-color: #127DEE; }

<div style="background-color:#127DEE">Inner text</div>

This div background color is #127DEE.


Border color

.myBorderColor { border: 1px solid #127DEE; }

<div style="border:3px solid #127DEE">Div</div>

This div border color is #127DEE.


Opacity

.myOpacity80 { color: #127DEE; opacity: 0.8; }

<p style="color:#127DEE;opacity:0.8;">80%</p>

Text with #127DEE 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 #127DEE;}

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

This text has shadow with #127DEE color.

.textShadow {text-shadow: 3px 3px 1px #127DEE, 3px 3px 1px red;}

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

This text has shadow with #127DEE primary color and red secondary color.


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

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

This text has shadow with #127DEE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127DEE on black background.


Color preview on white background

This text has color #127DEE on white background.



Black color preview on #127DEE background

This text has black color on #127DEE background.


White color preview on #127DEE background

This text has white color on #127DEE background.