COLOR #0033FF

HEX: #0033FF
RGB: (0,51,255)

Color info

#0033FF contains mainly blue color. #0033FF color is web safe color. It maybe written shortly as #03F.

RGB color model

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

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

RGB channels and saturation

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

0
51
255

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

Portions of RGB colors in percentages

R + G + B =
0 + 51 + 255 = 306 (100%)
R 0 of 306 ~ 0%
G 51 of 306 ~ 16.67%
B 255 of 306 ~ 83.33%

%16.67
%83.33

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,80,0,0)
C100M80Y0K0 
(100%,80%,0%,0%)
(1.00/0.80/0.00/0.00)	

CMYK percentages

%100
%80
%0
%0

Codes

Color #0033FF in popluar color models

0033FF
RGB051255
HSL228°100.00%50.00%
HSB/HSV228°100.00%100.00%
CMYK100.00%80.00%0.00%
0.00%

Color #0033FF in popluar number systems.

HEX0033FF
Decimal051255
Binary011001111111111
Octal063377

Shades and tints

Shades of #0033FF

#0033FF
(0,51,255)
#002FE8
(0,47,232)
#002BD1
(0,43,209)
#0027BA
(0,39,186)
#0023A3
(0,35,163)
#001F8C
(0,31,140)
#001B75
(0,27,117)
#00175E
(0,23,94)
#001347
(0,19,71)
#000F30
(0,15,48)
#000B19
(0,11,25)
#000000
(0,0,0)

Tints of #0033FF

#0033FF
(0,51,255)
#1745FF
(23,69,255)
#2E57FF
(46,87,255)
#4569FF
(69,105,255)
#5C7BFF
(92,123,255)
#738DFF
(115,141,255)
#8A9FFF
(138,159,255)
#A1B1FF
(161,177,255)
#B8C3FF
(184,195,255)
#CFD5FF
(207,213,255)
#E6E7FF
(230,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0033FF; }

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

This text font color is #0033FF.


Background Color

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

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

This div background color is #0033FF.


Border color

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

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

This div border color is #0033FF.


Opacity

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

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

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

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

This text has shadow with #0033FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0033FF on black background.


Color preview on white background

This text has color #0033FF on white background.



Black color preview on #0033FF background

This text has black color on #0033FF background.


White color preview on #0033FF background

This text has white color on #0033FF background.