COLOR #126BDA

HEX: #126BDA
RGB: (18,107,218)

Color info

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

RGB color model

#126BDA color RGB value is (18,107,218).

  • red value is 18;
  • green value is 107;
  • blue value is 218.
RGB:
(18,107,218)
(7%,42%,85%)

RGB channels and saturation

R 18 of 255 = 7%
G 107 of 255 = 42%
B 218 of 255 = 85%

18
107
218

R + G + B ~ 45%. #126BDA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 107 + 218 = 343 (100%)
R 18 of 343 ~ 5.25%
G 107 of 343 ~ 31.2%
B 218 of 343 ~ 63.56%

%31.2
%63.56

CMYK color model

#126BDA color CMYK value is (92,51,0,15).

  • cyan value is 91.74%
  • magenta value is 50.92%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(92,51,0,15)
C92M51Y0K15 
(92%,51%,0%,15%)
(0.92/0.51/0.00/0.15)	

CMYK percentages

%91.74
%50.92
%0
%14.51

Codes

Color #126BDA in popluar color models

126BDA
RGB18107218
HSL213°84.75%46.27%
HSB/HSV213°91.74%85.49%
CMYK91.74%50.92%0.00%
14.51%

Color #126BDA in popluar number systems.

HEX126BDA
Decimal18107218
Binary10010110101111011010
Octal22153332

Shades and tints

Shades of #126BDA

#126BDA
(18,107,218)
#1162C7
(17,98,199)
#1059B4
(16,89,180)
#0F50A1
(15,80,161)
#0E478E
(14,71,142)
#0D3E7B
(13,62,123)
#0C3568
(12,53,104)
#0B2C55
(11,44,85)
#0A2342
(10,35,66)
#091A2F
(9,26,47)
#08111C
(8,17,28)
#000000
(0,0,0)

Tints of #126BDA

#126BDA
(18,107,218)
#2778DD
(39,120,221)
#3C85E0
(60,133,224)
#5192E3
(81,146,227)
#669FE6
(102,159,230)
#7BACE9
(123,172,233)
#90B9EC
(144,185,236)
#A5C6EF
(165,198,239)
#BAD3F2
(186,211,242)
#CFE0F5
(207,224,245)
#E4EDF8
(228,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126BDA color. Also use rgb(18,107,218) instead hex code.

Text Font Color

.myTextColor { color: #126BDA; }

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

This text font color is #126BDA.


Background Color

.myBgColor { background-color: #126BDA; }

<div style="background-color:#126BDA">Inner text</div>

This div background color is #126BDA.


Border color

.myBorderColor { border: 1px solid #126BDA; }

<div style="border:3px solid #126BDA">Div</div>

This div border color is #126BDA.


Opacity

.myOpacity80 { color: #126BDA; opacity: 0.8; }

<p style="color:#126BDA;opacity:0.8;">80%</p>

Text with #126BDA 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 #126BDA;}

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

This text has shadow with #126BDA color.

.textShadow {text-shadow: 3px 3px 1px #126BDA, 3px 3px 1px red;}

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

This text has shadow with #126BDA primary color and red secondary color.


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

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

This text has shadow with #126BDA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126BDA on black background.


Color preview on white background

This text has color #126BDA on white background.



Black color preview on #126BDA background

This text has black color on #126BDA background.


White color preview on #126BDA background

This text has white color on #126BDA background.