COLOR #0A8EEE

HEX: #0A8EEE
RGB: (10,142,238)

Color info

#0A8EEE contains mainly blue color. Web safe color of #0A8EEE is #0099FF (or #09F).

RGB color model

#0A8EEE color RGB value is (10,142,238).

  • red value is 10;
  • green value is 142;
  • blue value is 238.
RGB:
(10,142,238)
(4%,56%,93%)

RGB channels and saturation

R 10 of 255 = 4%
G 142 of 255 = 56%
B 238 of 255 = 93%

10
142
238

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

Portions of RGB colors in percentages

R + G + B =
10 + 142 + 238 = 390 (100%)
R 10 of 390 ~ 2.56%
G 142 of 390 ~ 36.41%
B 238 of 390 ~ 61.03%

%36.41
%61.03

CMYK color model

#0A8EEE color CMYK value is (96,40,0,7).

  • cyan value is 95.80%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(96,40,0,7)
C96M40Y0K7 
(96%,40%,0%,7%)
(0.96/0.40/0.00/0.07)	

CMYK percentages

%95.8
%40.34
%0
%6.67

Codes

Color #0A8EEE in popluar color models

0A8EEE
RGB10142238
HSL205°91.94%48.63%
HSB/HSV205°95.80%93.33%
CMYK95.80%40.34%0.00%
6.67%

Color #0A8EEE in popluar number systems.

HEX0A8EEE
Decimal10142238
Binary10101000111011101110
Octal12216356

Shades and tints

Shades of #0A8EEE

#0A8EEE
(10,142,238)
#0A82D9
(10,130,217)
#0A76C4
(10,118,196)
#0A6AAF
(10,106,175)
#0A5E9A
(10,94,154)
#0A5285
(10,82,133)
#0A4670
(10,70,112)
#0A3A5B
(10,58,91)
#0A2E46
(10,46,70)
#0A2231
(10,34,49)
#0A161C
(10,22,28)
#000000
(0,0,0)

Tints of #0A8EEE

#0A8EEE
(10,142,238)
#2098EF
(32,152,239)
#36A2F0
(54,162,240)
#4CACF1
(76,172,241)
#62B6F2
(98,182,242)
#78C0F3
(120,192,243)
#8ECAF4
(142,202,244)
#A4D4F5
(164,212,245)
#BADEF6
(186,222,246)
#D0E8F7
(208,232,247)
#E6F2F8
(230,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A8EEE color. Also use rgb(10,142,238) instead hex code.

Text Font Color

.myTextColor { color: #0A8EEE; }

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

This text font color is #0A8EEE.


Background Color

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

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

This div background color is #0A8EEE.


Border color

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

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

This div border color is #0A8EEE.


Opacity

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

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

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

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

This text has shadow with #0A8EEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A8EEE on black background.


Color preview on white background

This text has color #0A8EEE on white background.



Black color preview on #0A8EEE background

This text has black color on #0A8EEE background.


White color preview on #0A8EEE background

This text has white color on #0A8EEE background.