COLOR #0883F9

HEX: #0883F9
RGB: (8,131,249)

Color info

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

RGB color model

#0883F9 color RGB value is (8,131,249).

  • red value is 8;
  • green value is 131;
  • blue value is 249.
RGB: (8,131,249) (3%,51%,98%)

RGB channels and saturation

R 8 of 255 = 3%
G 131 of 255 = 51%
B 249 of 255 = 98%

8
131
249

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

Portions of RGB colors in percentages

R + G + B =
8 + 131 + 249 = 388 (100%)
R 8 of 388 ~ 2.06%
G 131 of 388 ~ 33.76%
B 249 of 388 ~ 64.18%

%33.76
%64.18

CMYK color model

#0883F9 color CMYK value is (97,47,0,2).

  • cyan value is 96.79%
  • magenta value is 47.39%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (97,47,0,2) C97M47Y0K2 (97%,47%,0%,2%) (0.97/0.47/0.00/0.02)

CMYK percentages

%96.79
%47.39
%0
%2.35

Codes

Color #0883F9 in popluar color models

0883F9
RGB8131249
HSL209°95.26%50.39%
HSB/HSV209°96.79%97.65%
CMYK96.79%47.39%0.00%
2.35%

Color #0883F9 in popluar number systems.

HEX0883F9
Decimal8131249
Binary10001000001111111001
Octal10203371

Shades and tints

Shades of #0883F9

#0883F9
(8,131,249)
#0878E3
(8,120,227)
#086DCD
(8,109,205)
#0862B7
(8,98,183)
#0857A1
(8,87,161)
#084C8B
(8,76,139)
#084175
(8,65,117)
#08365F
(8,54,95)
#082B49
(8,43,73)
#082033
(8,32,51)
#08151D
(8,21,29)
#000000
(0,0,0)

Tints of #0883F9

#0883F9
(8,131,249)
#1E8EF9
(30,142,249)
#3499F9
(52,153,249)
#4AA4F9
(74,164,249)
#60AFF9
(96,175,249)
#76BAF9
(118,186,249)
#8CC5F9
(140,197,249)
#A2D0F9
(162,208,249)
#B8DBF9
(184,219,249)
#CEE6F9
(206,230,249)
#E4F1F9
(228,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0883F9 color. Also use rgb(8,131,249) instead hex code.

Text Font Color

.myTextColor { color: #0883F9; }

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

This text font color is #0883F9.


Background Color

.myBgColor { background-color: #0883F9; }

<div style="background-color:#0883F9">Inner text</div>

This div background color is #0883F9.


Border color

.myBorderColor { border: 1px solid #0883F9; }

<div style="border:3px solid #0883F9">Div</div>

This div border color is #0883F9.


Opacity

.myOpacity80 { color: #0883F9; opacity: 0.8; }

<p style="color:#0883F9;opacity:0.8;">80%</p>

Text with #0883F9 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 #0883F9;}

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

This text has shadow with #0883F9 color.

.textShadow {text-shadow: 3px 3px 1px #0883F9, 3px 3px 1px red;}

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

This text has shadow with #0883F9 primary color and red secondary color.


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

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

This text has shadow with #0883F9 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #0883F9; -webkit-box-shadow:	1px 1px 3px 2px #0883F9; box-shadow:	1px 1px 3px 2px #0883F9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0883F9; -webkit-box-shadow: 1px 1px 3px 2px #0883F9; box-shadow:1px 1px 3px 2px #0883F9;">
Div content here</div>
This div box has shadow with color #0883F9.

Preview

Color preview on black background

This text has color #0883F9 on black background.


Color preview on white background

This text has color #0883F9 on white background.



Black color preview on #0883F9 background

This text has black color on #0883F9 background.


White color preview on #0883F9 background

This text has white color on #0883F9 background.