COLOR #469EFD

HEX: #469EFD RGB: (70,158,253)

Color info

#469EFD contains mainly blue color. Web safe color of #469EFD is #3399FF (or #39F).

RGB color model

#469EFD color RGB value is (70,158,253).

RGB: (70,158,253) (27%, 62%, 99%)

RGB channels and saturation

R 70 of 255 = 27%
G 158 of 255 = 62%
B 253 of 255 = 99%

70
158
253

R + G + B ~ 63%. #469EFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 70 + 158 + 253 = 481 (100%)
R 70 of 481 ~ 14.55%
G 158 of 481 ~ 32.85%
B 253 of 481 ~ 52.6'%

%14.55
%32.85
%52.6

CMYK color model

#469EFD color CMYK value is (72,38,0,1).

  • cyan value is 72.33%
  • magenta value is 37.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (72,38,0,1) C72M38Y0K1 (72%,38%,0%,1%) (0.72/0.38/0.00/0.01) 

CMYK percentages

%72.33
%37.55
%0
%0.78

Codes

Color #469EFD in popluar color models

46 9E FD
RGB 70 158 253
HSL 211° 97.86% 63.33%
HSB/HSV 211° 72.33% 99.22%
CMYK 72.33% 37.55% 0.00%
0.78%

Color #469EFD in popluar number systems.

HEX 46 9E FD
Decimal 70 158 253
Binary 1000110 10011110 11111101
Octal 106 236 375

Shades and tints

Shades of #469EFD

#469EFD
(70,158,253)
#4090E6
(64,144,230)
#3A82CF
(58,130,207)
#3474B8
(52,116,184)
#2E66A1
(46,102,161)
#28588A
(40,88,138)
#224A73
(34,74,115)
#1C3C5C
(28,60,92)
#162E45
(22,46,69)
#10202E
(16,32,46)
#0A1217
(10,18,23)
#000000
(0,0,0)

Tints of #469EFD

#469EFD
(70,158,253)
#56A6FD
(86,166,253)
#66AEFD
(102,174,253)
#76B6FD
(118,182,253)
#86BEFD
(134,190,253)
#96C6FD
(150,198,253)
#A6CEFD
(166,206,253)
#B6D6FD
(182,214,253)
#C6DEFD
(198,222,253)
#D6E6FD
(214,230,253)
#E6EEFD
(230,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469EFD color. Also use rgb(70,158,253) instead hex code.

Text Font Color

.myTextColor { color: #469EFD; }

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

This text font color is #469EFD.

Background Color

.myBgColor { background-color: #469EFD; }

<div style="background-color:#469EFD">Inner text</div>

This div background color is #469EFD.

Border color

.myBorderColor { border: 1px solid #469EFD; }

<div style="border:3px solid #469EFD">Div</div>

This div border color is #469EFD.

Opacity

.myOpacity80 { color: #469EFD; opacity: 0.8; }

<p style="color:#469EFD;opacity:0.8;">80%</p>

Text with #469EFD 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 #469EFD;}

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

This text has shadow with #469EFD color.


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

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

This text has shadow with #469EFD primary color and red secondary color.


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

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

This text has shadow with #469EFD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #469EFD.

Preview

Color preview on black background

This text has color #469EFD on black background.


Color preview on white background

This text has color #469EFD on white background.


Black color preview on #469EFD background

This text has black color on #469EFD background.


White color preview on #469EFD background

This text has white color on #469EFD background.


Related colors

Complementary color

Complementary color for #hex is #B96102.


I love getcolorcode.com

Triadic colors

1 #FD469E and #9EFD46 with #469EFD are triadic colors.

2 #FD9E46 and #9E46FD with #469EFD are triadic colors.