COLOR #0A7EDB

HEX: #0A7EDB RGB: (10,126,219)

Color info

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

RGB color model

#0A7EDB color RGB value is (10,126,219).

RGB: (10,126,219) (4%, 49%, 86%)

RGB channels and saturation

R 10 of 255 = 4%
G 126 of 255 = 49%
B 219 of 255 = 86%

10
126
219

R + G + B ~ 46%. #0A7EDB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 10 + 126 + 219 = 355 (100%)
R 10 of 355 ~ 2.82%
G 126 of 355 ~ 35.49%
B 219 of 355 ~ 61.69'%

%35.49
%61.69

CMYK color model

#0A7EDB color CMYK value is (95,42,0,14).

  • cyan value is 95.43%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (95,42,0,14) C95M42Y0K14 (95%,42%,0%,14%) (0.95/0.42/0.00/0.14) 

CMYK percentages

%95.43
%42.47
%0
%14.12

Codes

Color #0A7EDB in popluar color models

0A 7E DB
RGB 10 126 219
HSL 207° 91.27% 44.90%
HSB/HSV 207° 95.43% 85.88%
CMYK 95.43% 42.47% 0.00%
14.12%

Color #0A7EDB in popluar number systems.

HEX 0A 7E DB
Decimal 10 126 219
Binary 1010 1111110 11011011
Octal 12 176 333

Shades and tints

Shades of #0A7EDB

#0A7EDB
(10,126,219)
#0A73C8
(10,115,200)
#0A68B5
(10,104,181)
#0A5DA2
(10,93,162)
#0A528F
(10,82,143)
#0A477C
(10,71,124)
#0A3C69
(10,60,105)
#0A3156
(10,49,86)
#0A2643
(10,38,67)
#0A1B30
(10,27,48)
#0A101D
(10,16,29)
#000000
(0,0,0)

Tints of #0A7EDB

#0A7EDB
(10,126,219)
#2089DE
(32,137,222)
#3694E1
(54,148,225)
#4C9FE4
(76,159,228)
#62AAE7
(98,170,231)
#78B5EA
(120,181,234)
#8EC0ED
(142,192,237)
#A4CBF0
(164,203,240)
#BAD6F3
(186,214,243)
#D0E1F6
(208,225,246)
#E6ECF9
(230,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7EDB color. Also use rgb(10,126,219) instead hex code.

Text Font Color

.myTextColor { color: #0A7EDB; }

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

This text font color is #0A7EDB.

Background Color

.myBgColor { background-color: #0A7EDB; }

<div style="background-color:#0A7EDB">Inner text</div>

This div background color is #0A7EDB.

Border color

.myBorderColor { border: 1px solid #0A7EDB; }

<div style="border:3px solid #0A7EDB">Div</div>

This div border color is #0A7EDB.

Opacity

.myOpacity80 { color: #0A7EDB; opacity: 0.8; }

<p style="color:#0A7EDB;opacity:0.8;">80%</p>

Text with #0A7EDB 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 #0A7EDB;}

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

This text has shadow with #0A7EDB color.


.textShadow {text-shadow: 3px 3px 1px #0A7EDB', 3px 3px 1px red;}

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

This text has shadow with #0A7EDB primary color and red secondary color.


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

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

This text has shadow with #0A7EDB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A7EDB; -webkit-box-shadow: 1px 1px 3px 2px #0A7EDB; box-shadow:1px 1px 3px 2px #0A7EDB;">
Div content here
</div>

This div box has shadow with color #0A7EDB.

Preview

Color preview on black background

This text has color #0A7EDB on black background.


Color preview on white background

This text has color #0A7EDB on white background.


Black color preview on #0A7EDB background

This text has black color on #0A7EDB background.


White color preview on #0A7EDB background

This text has white color on #0A7EDB background.


Related colors

Complementary color

Complementary color for #hex is #F58124.


I love getcolorcode.com

Triadic colors

1 #DB0A7E and #7EDB0A with #0A7EDB are triadic colors.

2 #DB7E0A and #7E0ADB with #0A7EDB are triadic colors.