COLOR #0000FF

HEX: #0000FF RGB: (0,0,255)

Color info

Color name is Blue. #0000FF contains only blue color. #0000FF color is web safe color. It maybe written shortly as #00F.

RGB color model

#0000FF color RGB value is (0,0,255).

RGB: (0,0,255) (0%, 0%, 100%)

RGB channels and saturation

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

0
0
255

R + G + B ~ 33%. #0000FF is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 0 + 255 = 255 (100%)
R 0 of 255 ~ 0%
G 0 of 255 ~ 0%
B 255 of 255 ~ 100'%

%100

CMYK color model

#0000FF color CMYK value is (100,100,0,0).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (100,100,0,0)
C100M100Y0K0 (100%, 100%, 0%, 0%)
(1.00 / 1.00 / 0.00 / 0.00)

CMYK percentages

%100
%100
%0
%0

Codes

Color #0000FF in popluar color models

00 00 FF
RGB 0 0 255
HSL 240° 100.00% 50.00%
HSB/HSV 240° 100.00% 100.00%
CMYK 100.00% 100.00% 0.00%
0.00%

Color #0000FF in popluar number systems.

HEX 00 00 FF
Decimal 0 0 255
Binary 0 0 11111111
Octal 0 0 377

Shades and tints

Shades of #0000FF

#0000FF
(0,0,255)
#0000E8
(0,0,232)
#0000D1
(0,0,209)
#0000BA
(0,0,186)
#0000A3
(0,0,163)
#00008C
(0,0,140)
#000075
(0,0,117)
#00005E
(0,0,94)
#000047
(0,0,71)
#000030
(0,0,48)
#000019
(0,0,25)
#000000
(0,0,0)

Tints of #0000FF

#0000FF
(0,0,255)
#1717FF
(23,23,255)
#2E2EFF
(46,46,255)
#4545FF
(69,69,255)
#5C5CFF
(92,92,255)
#7373FF
(115,115,255)
#8A8AFF
(138,138,255)
#A1A1FF
(161,161,255)
#B8B8FF
(184,184,255)
#CFCFFF
(207,207,255)
#E6E6FF
(230,230,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0000FF; }

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

This text font color is #0000FF.

Background Color

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

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

This div background color is #0000FF.

Border color

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

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

This div border color is #0000FF.

Opacity

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

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

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

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

This text has shadow with #0000FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0000FF.

Preview

Color preview on black background

This text has color #0000FF on black background.


Color preview on white background

This text has color #0000FF on white background.


Black color preview on #0000FF background

This text has black color on #0000FF background.


White color preview on #0000FF background

This text has white color on #0000FF background.


Related colors

Complementary color

Complementary color for #hex is #FFFF00.


I love getcolorcode.com

Gradients

Color #0000FF is used in Blue gradient.

Blue