COLOR #0885FF

HEX: #0885FF
RGB: (8,133,255)

Color info

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

RGB color model

#0885FF color RGB value is (8,133,255).

  • red value is 8;
  • green value is 133;
  • blue value is 255.
RGB:
(8,133,255)
(3%,52%,100%)

RGB channels and saturation

R 8 of 255 = 3%
G 133 of 255 = 52%
B 255 of 255 = 100%

8
133
255

R + G + B ~ 52%. #0885FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 133 + 255 = 396 (100%)
R 8 of 396 ~ 2.02%
G 133 of 396 ~ 33.59%
B 255 of 396 ~ 64.39%

%33.59
%64.39

CMYK color model

#0885FF color CMYK value is (97,48,0,0).

  • cyan value is 96.86%
  • magenta value is 47.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(97,48,0,0)
C97M48Y0K0 
(97%,48%,0%,0%)
(0.97/0.48/0.00/0.00)	

CMYK percentages

%96.86
%47.84
%0
%0

Codes

Color #0885FF in popluar color models

0885FF
RGB8133255
HSL210°100.00%51.57%
HSB/HSV210°96.86%100.00%
CMYK96.86%47.84%0.00%
0.00%

Color #0885FF in popluar number systems.

HEX0885FF
Decimal8133255
Binary10001000010111111111
Octal10205377

Shades and tints

Shades of #0885FF

#0885FF
(8,133,255)
#0879E8
(8,121,232)
#086DD1
(8,109,209)
#0861BA
(8,97,186)
#0855A3
(8,85,163)
#08498C
(8,73,140)
#083D75
(8,61,117)
#08315E
(8,49,94)
#082547
(8,37,71)
#081930
(8,25,48)
#080D19
(8,13,25)
#000000
(0,0,0)

Tints of #0885FF

#0885FF
(8,133,255)
#1E90FF
(30,144,255)
#349BFF
(52,155,255)
#4AA6FF
(74,166,255)
#60B1FF
(96,177,255)
#76BCFF
(118,188,255)
#8CC7FF
(140,199,255)
#A2D2FF
(162,210,255)
#B8DDFF
(184,221,255)
#CEE8FF
(206,232,255)
#E4F3FF
(228,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0885FF color. Also use rgb(8,133,255) instead hex code.

Text Font Color

.myTextColor { color: #0885FF; }

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

This text font color is #0885FF.


Background Color

.myBgColor { background-color: #0885FF; }

<div style="background-color:#0885FF">Inner text</div>

This div background color is #0885FF.


Border color

.myBorderColor { border: 1px solid #0885FF; }

<div style="border:3px solid #0885FF">Div</div>

This div border color is #0885FF.


Opacity

.myOpacity80 { color: #0885FF; opacity: 0.8; }

<p style="color:#0885FF;opacity:0.8;">80%</p>

Text with #0885FF 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 #0885FF;}

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

This text has shadow with #0885FF color.

.textShadow {text-shadow: 3px 3px 1px #0885FF, 3px 3px 1px red;}

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

This text has shadow with #0885FF primary color and red secondary color.


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

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

This text has shadow with #0885FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0885FF on black background.


Color preview on white background

This text has color #0885FF on white background.



Black color preview on #0885FF background

This text has black color on #0885FF background.


White color preview on #0885FF background

This text has white color on #0885FF background.