COLOR #468FD2

HEX: #468FD2 RGB: (70,143,210)

Color info

#468FD2 contains mainly blue color. Web safe color of #468FD2 is #3399CC (or #39C).

RGB color model

#468FD2 color RGB value is (70,143,210).

RGB: (70,143,210) (27%, 56%, 82%)

RGB channels and saturation

R 70 of 255 = 27%
G 143 of 255 = 56%
B 210 of 255 = 82%

70
143
210

R + G + B ~ 55%. #468FD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 143 + 210 = 423 (100%)
R 70 of 423 ~ 16.55%
G 143 of 423 ~ 33.81%
B 210 of 423 ~ 49.65'%

%16.55
%33.81
%49.65

CMYK color model

#468FD2 color CMYK value is (67,32,0,18).

  • cyan value is 66.67%
  • magenta value is 31.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (67,32,0,18) C67M32Y0K18 (67%,32%,0%,18%) (0.67/0.32/0.00/0.18) 

CMYK percentages

%66.67
%31.9
%0
%17.65

Codes

Color #468FD2 in popluar color models

46 8F D2
RGB 70 143 210
HSL 209° 60.87% 54.90%
HSB/HSV 209° 66.67% 82.35%
CMYK 66.67% 31.90% 0.00%
17.65%

Color #468FD2 in popluar number systems.

HEX 46 8F D2
Decimal 70 143 210
Binary 1000110 10001111 11010010
Octal 106 217 322

Shades and tints

Shades of #468FD2

#468FD2
(70,143,210)
#4082BF
(64,130,191)
#3A75AC
(58,117,172)
#346899
(52,104,153)
#2E5B86
(46,91,134)
#284E73
(40,78,115)
#224160
(34,65,96)
#1C344D
(28,52,77)
#16273A
(22,39,58)
#101A27
(16,26,39)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #468FD2

#468FD2
(70,143,210)
#5699D6
(86,153,214)
#66A3DA
(102,163,218)
#76ADDE
(118,173,222)
#86B7E2
(134,183,226)
#96C1E6
(150,193,230)
#A6CBEA
(166,203,234)
#B6D5EE
(182,213,238)
#C6DFF2
(198,223,242)
#D6E9F6
(214,233,246)
#E6F3FA
(230,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468FD2 color. Also use rgb(70,143,210) instead hex code.

Text Font Color

.myTextColor { color: #468FD2; }

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

This text font color is #468FD2.

Background Color

.myBgColor { background-color: #468FD2; }

<div style="background-color:#468FD2">Inner text</div>

This div background color is #468FD2.

Border color

.myBorderColor { border: 1px solid #468FD2; }

<div style="border:3px solid #468FD2">Div</div>

This div border color is #468FD2.

Opacity

.myOpacity80 { color: #468FD2; opacity: 0.8; }

<p style="color:#468FD2;opacity:0.8;">80%</p>

Text with #468FD2 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 #468FD2;}

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

This text has shadow with #468FD2 color.


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

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

This text has shadow with #468FD2 primary color and red secondary color.


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

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

This text has shadow with #468FD2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #468FD2.

Preview

Color preview on black background

This text has color #468FD2 on black background.


Color preview on white background

This text has color #468FD2 on white background.


Black color preview on #468FD2 background

This text has black color on #468FD2 background.


White color preview on #468FD2 background

This text has white color on #468FD2 background.


Related colors

Complementary color

Complementary color for #hex is #B9702D.


I love getcolorcode.com

Triadic colors

1 #D2468F and #8FD246 with #468FD2 are triadic colors.

2 #D28F46 and #8F46D2 with #468FD2 are triadic colors.