COLOR #008CFF

HEX: #008CFF
RGB: (0,140,255)

Color info

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

RGB color model

#008CFF color RGB value is (0,140,255).

  • red value is 0;
  • green value is 140;
  • blue value is 255.
RGB:
(0,140,255)
(0%,55%,100%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 255 of 255 = 100%

0
140
255

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

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 255 = 395 (100%)
R 0 of 395 ~ 0%
G 140 of 395 ~ 35.44%
B 255 of 395 ~ 64.56%

%35.44
%64.56

CMYK color model

#008CFF color CMYK value is (100,45,0,0).

  • cyan value is 100.00%
  • magenta value is 45.10%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,45,0,0)
C100M45Y0K0 
(100%,45%,0%,0%)
(1.00/0.45/0.00/0.00)	

CMYK percentages

%100
%45.1
%0
%0

Codes

Color #008CFF in popluar color models

008CFF
RGB0140255
HSL207°100.00%50.00%
HSB/HSV207°100.00%100.00%
CMYK100.00%45.10%0.00%
0.00%

Color #008CFF in popluar number systems.

HEX008CFF
Decimal0140255
Binary01000110011111111
Octal0214377

Shades and tints

Shades of #008CFF

#008CFF
(0,140,255)
#0080E8
(0,128,232)
#0074D1
(0,116,209)
#0068BA
(0,104,186)
#005CA3
(0,92,163)
#00508C
(0,80,140)
#004475
(0,68,117)
#00385E
(0,56,94)
#002C47
(0,44,71)
#002030
(0,32,48)
#001419
(0,20,25)
#000000
(0,0,0)

Tints of #008CFF

#008CFF
(0,140,255)
#1796FF
(23,150,255)
#2EA0FF
(46,160,255)
#45AAFF
(69,170,255)
#5CB4FF
(92,180,255)
#73BEFF
(115,190,255)
#8AC8FF
(138,200,255)
#A1D2FF
(161,210,255)
#B8DCFF
(184,220,255)
#CFE6FF
(207,230,255)
#E6F0FF
(230,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008CFF color. Also use rgb(0,140,255) instead hex code.

Text Font Color

.myTextColor { color: #008CFF; }

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

This text font color is #008CFF.


Background Color

.myBgColor { background-color: #008CFF; }

<div style="background-color:#008CFF">Inner text</div>

This div background color is #008CFF.


Border color

.myBorderColor { border: 1px solid #008CFF; }

<div style="border:3px solid #008CFF">Div</div>

This div border color is #008CFF.


Opacity

.myOpacity80 { color: #008CFF; opacity: 0.8; }

<p style="color:#008CFF;opacity:0.8;">80%</p>

Text with #008CFF 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 #008CFF;}

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

This text has shadow with #008CFF color.

.textShadow {text-shadow: 3px 3px 1px #008CFF, 3px 3px 1px red;}

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

This text has shadow with #008CFF primary color and red secondary color.


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

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

This text has shadow with #008CFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008CFF on black background.


Color preview on white background

This text has color #008CFF on white background.



Black color preview on #008CFF background

This text has black color on #008CFF background.


White color preview on #008CFF background

This text has white color on #008CFF background.