COLOR #0066FF

HEX: #0066FF RGB: (0,102,255)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
102
255

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

Portions of RGB colors in percentages

R + G + B = 0 + 102 + 255 = 357 (100%)
R 0 of 357 ~ 0%
G 102 of 357 ~ 28.57%
B 255 of 357 ~ 71.43'%

%28.57
%71.43

CMYK color model

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

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

CMYK: (100,60,0,0)
C100M60Y0K0 (100%, 60%, 0%, 0%)
(1.00 / 0.60 / 0.00 / 0.00)

CMYK percentages

%100
%60
%0
%0

Codes

Color #0066FF in popluar color models

00 66 FF
RGB 0 102 255
HSL 216° 100.00% 50.00%
HSB/HSV 216° 100.00% 100.00%
CMYK 100.00% 60.00% 0.00%
0.00%

Color #0066FF in popluar number systems.

HEX 00 66 FF
Decimal 0 102 255
Binary 0 1100110 11111111
Octal 0 146 377

Shades and tints

Shades of #0066FF

#0066FF
(0,102,255)
#005DE8
(0,93,232)
#0054D1
(0,84,209)
#004BBA
(0,75,186)
#0042A3
(0,66,163)
#00398C
(0,57,140)
#003075
(0,48,117)
#00275E
(0,39,94)
#001E47
(0,30,71)
#001530
(0,21,48)
#000C19
(0,12,25)
#000000
(0,0,0)

Tints of #0066FF

#0066FF
(0,102,255)
#1773FF
(23,115,255)
#2E80FF
(46,128,255)
#458DFF
(69,141,255)
#5C9AFF
(92,154,255)
#73A7FF
(115,167,255)
#8AB4FF
(138,180,255)
#A1C1FF
(161,193,255)
#B8CEFF
(184,206,255)
#CFDBFF
(207,219,255)
#E6E8FF
(230,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0066FF; }

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

This text font color is #0066FF.

Background Color

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

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

This div background color is #0066FF.

Border color

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

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

This div border color is #0066FF.

Opacity

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

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

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

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

This text has shadow with #0066FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0066FF.

Preview

Color preview on black background

This text has color #0066FF on black background.


Color preview on white background

This text has color #0066FF on white background.


Black color preview on #0066FF background

This text has black color on #0066FF background.


White color preview on #0066FF background

This text has white color on #0066FF background.


Related colors

Complementary color

Complementary color for #hex is #FF9900.


I love getcolorcode.com

Triadic colors

1 #FF0066 and #66FF00 with #0066FF are triadic colors.

2 #FF6600 and #6600FF with #0066FF are triadic colors.