COLOR #0069E8

HEX: #0069E8
RGB: (0,105,232)

Color info

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

RGB color model

#0069E8 color RGB value is (0,105,232).

  • red value is 0;
  • green value is 105;
  • blue value is 232.
RGB:
(0,105,232)
(0%,41%,91%)

RGB channels and saturation

R 0 of 255 = 0%
G 105 of 255 = 41%
B 232 of 255 = 91%

0
105
232

R + G + B ~ 44%. #0069E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 105 + 232 = 337 (100%)
R 0 of 337 ~ 0%
G 105 of 337 ~ 31.16%
B 232 of 337 ~ 68.84%

%31.16
%68.84

CMYK color model

#0069E8 color CMYK value is (100,55,0,9).

  • cyan value is 100.00%
  • magenta value is 54.74%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,55,0,9)
C100M55Y0K9 
(100%,55%,0%,9%)
(1.00/0.55/0.00/0.09)	

CMYK percentages

%100
%54.74
%0
%9.02

Codes

Color #0069E8 in popluar color models

0069E8
RGB0105232
HSL213°100.00%45.49%
HSB/HSV213°100.00%90.98%
CMYK100.00%54.74%0.00%
9.02%

Color #0069E8 in popluar number systems.

HEX0069E8
Decimal0105232
Binary0110100111101000
Octal0151350

Shades and tints

Shades of #0069E8

#0069E8
(0,105,232)
#0060D3
(0,96,211)
#0057BE
(0,87,190)
#004EA9
(0,78,169)
#004594
(0,69,148)
#003C7F
(0,60,127)
#00336A
(0,51,106)
#002A55
(0,42,85)
#002140
(0,33,64)
#00182B
(0,24,43)
#000F16
(0,15,22)
#000000
(0,0,0)

Tints of #0069E8

#0069E8
(0,105,232)
#1776EA
(23,118,234)
#2E83EC
(46,131,236)
#4590EE
(69,144,238)
#5C9DF0
(92,157,240)
#73AAF2
(115,170,242)
#8AB7F4
(138,183,244)
#A1C4F6
(161,196,246)
#B8D1F8
(184,209,248)
#CFDEFA
(207,222,250)
#E6EBFC
(230,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0069E8 color. Also use rgb(0,105,232) instead hex code.

Text Font Color

.myTextColor { color: #0069E8; }

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

This text font color is #0069E8.


Background Color

.myBgColor { background-color: #0069E8; }

<div style="background-color:#0069E8">Inner text</div>

This div background color is #0069E8.


Border color

.myBorderColor { border: 1px solid #0069E8; }

<div style="border:3px solid #0069E8">Div</div>

This div border color is #0069E8.


Opacity

.myOpacity80 { color: #0069E8; opacity: 0.8; }

<p style="color:#0069E8;opacity:0.8;">80%</p>

Text with #0069E8 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 #0069E8;}

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

This text has shadow with #0069E8 color.

.textShadow {text-shadow: 3px 3px 1px #0069E8, 3px 3px 1px red;}

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

This text has shadow with #0069E8 primary color and red secondary color.


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

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

This text has shadow with #0069E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0069E8 on black background.


Color preview on white background

This text has color #0069E8 on white background.



Black color preview on #0069E8 background

This text has black color on #0069E8 background.


White color preview on #0069E8 background

This text has white color on #0069E8 background.