COLOR #0826C8

HEX: #0826C8
RGB: (8,38,200)

Color info

#0826C8 contains mainly blue color. Web safe color of #0826C8 is #0033CC (or #03C).

RGB color model

#0826C8 color RGB value is (8,38,200).

  • red value is 8;
  • green value is 38;
  • blue value is 200.
RGB:
(8,38,200)
(3%,15%,78%)

RGB channels and saturation

R 8 of 255 = 3%
G 38 of 255 = 15%
B 200 of 255 = 78%

8
38
200

R + G + B ~ 32%. #0826C8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 38 + 200 = 246 (100%)
R 8 of 246 ~ 3.25%
G 38 of 246 ~ 15.45%
B 200 of 246 ~ 81.3%

%15.45
%81.3

CMYK color model

#0826C8 color CMYK value is (96,81,0,22).

  • cyan value is 96.00%
  • magenta value is 81.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(96,81,0,22)
C96M81Y0K22 
(96%,81%,0%,22%)
(0.96/0.81/0.00/0.22)	

CMYK percentages

%96
%81
%0
%21.57

Codes

Color #0826C8 in popluar color models

0826C8
RGB838200
HSL231°92.31%40.78%
HSB/HSV231°96.00%78.43%
CMYK96.00%81.00%0.00%
21.57%

Color #0826C8 in popluar number systems.

HEX0826C8
Decimal838200
Binary100010011011001000
Octal1046310

Shades and tints

Shades of #0826C8

#0826C8
(8,38,200)
#0823B6
(8,35,182)
#0820A4
(8,32,164)
#081D92
(8,29,146)
#081A80
(8,26,128)
#08176E
(8,23,110)
#08145C
(8,20,92)
#08114A
(8,17,74)
#080E38
(8,14,56)
#080B26
(8,11,38)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #0826C8

#0826C8
(8,38,200)
#1E39CD
(30,57,205)
#344CD2
(52,76,210)
#4A5FD7
(74,95,215)
#6072DC
(96,114,220)
#7685E1
(118,133,225)
#8C98E6
(140,152,230)
#A2ABEB
(162,171,235)
#B8BEF0
(184,190,240)
#CED1F5
(206,209,245)
#E4E4FA
(228,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0826C8 color. Also use rgb(8,38,200) instead hex code.

Text Font Color

.myTextColor { color: #0826C8; }

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

This text font color is #0826C8.


Background Color

.myBgColor { background-color: #0826C8; }

<div style="background-color:#0826C8">Inner text</div>

This div background color is #0826C8.


Border color

.myBorderColor { border: 1px solid #0826C8; }

<div style="border:3px solid #0826C8">Div</div>

This div border color is #0826C8.


Opacity

.myOpacity80 { color: #0826C8; opacity: 0.8; }

<p style="color:#0826C8;opacity:0.8;">80%</p>

Text with #0826C8 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 #0826C8;}

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

This text has shadow with #0826C8 color.

.textShadow {text-shadow: 3px 3px 1px #0826C8, 3px 3px 1px red;}

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

This text has shadow with #0826C8 primary color and red secondary color.


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

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

This text has shadow with #0826C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0826C8 on black background.


Color preview on white background

This text has color #0826C8 on white background.



Black color preview on #0826C8 background

This text has black color on #0826C8 background.


White color preview on #0826C8 background

This text has white color on #0826C8 background.