COLOR #459AD2

HEX: #459AD2
RGB: (69,154,210)

Color info

#459AD2 contains mainly green and blue colors. Web safe color of #459AD2 is #3399CC (or #39C).

RGB color model

#459AD2 color RGB value is (69,154,210).

  • red value is 69;
  • green value is 154;
  • blue value is 210.
RGB:
(69,154,210)
(27%,60%,82%)

RGB channels and saturation

R 69 of 255 = 27%
G 154 of 255 = 60%
B 210 of 255 = 82%

69
154
210

R + G + B ~ 56%. #459AD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 154 + 210 = 433 (100%)
R 69 of 433 ~ 15.94%
G 154 of 433 ~ 35.57%
B 210 of 433 ~ 48.5%

%15.94
%35.57
%48.5

CMYK color model

#459AD2 color CMYK value is (67,27,0,18).

  • cyan value is 67.14%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(67,27,0,18)
C67M27Y0K18 
(67%,27%,0%,18%)
(0.67/0.27/0.00/0.18)	

CMYK percentages

%67.14
%26.67
%0
%17.65

Codes

Color #459AD2 in popluar color models

459AD2
RGB69154210
HSL204°61.04%54.71%
HSB/HSV204°67.14%82.35%
CMYK67.14%26.67%0.00%
17.65%

Color #459AD2 in popluar number systems.

HEX459AD2
Decimal69154210
Binary10001011001101011010010
Octal105232322

Shades and tints

Shades of #459AD2

#459AD2
(69,154,210)
#3F8CBF
(63,140,191)
#397EAC
(57,126,172)
#337099
(51,112,153)
#2D6286
(45,98,134)
#275473
(39,84,115)
#214660
(33,70,96)
#1B384D
(27,56,77)
#152A3A
(21,42,58)
#0F1C27
(15,28,39)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #459AD2

#459AD2
(69,154,210)
#55A3D6
(85,163,214)
#65ACDA
(101,172,218)
#75B5DE
(117,181,222)
#85BEE2
(133,190,226)
#95C7E6
(149,199,230)
#A5D0EA
(165,208,234)
#B5D9EE
(181,217,238)
#C5E2F2
(197,226,242)
#D5EBF6
(213,235,246)
#E5F4FA
(229,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #459AD2 color. Also use rgb(69,154,210) instead hex code.

Text Font Color

.myTextColor { color: #459AD2; }

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

This text font color is #459AD2.


Background Color

.myBgColor { background-color: #459AD2; }

<div style="background-color:#459AD2">Inner text</div>

This div background color is #459AD2.


Border color

.myBorderColor { border: 1px solid #459AD2; }

<div style="border:3px solid #459AD2">Div</div>

This div border color is #459AD2.


Opacity

.myOpacity80 { color: #459AD2; opacity: 0.8; }

<p style="color:#459AD2;opacity:0.8;">80%</p>

Text with #459AD2 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 #459AD2;}

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

This text has shadow with #459AD2 color.

.textShadow {text-shadow: 3px 3px 1px #459AD2, 3px 3px 1px red;}

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

This text has shadow with #459AD2 primary color and red secondary color.


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

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

This text has shadow with #459AD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459AD2 on black background.


Color preview on white background

This text has color #459AD2 on white background.



Black color preview on #459AD2 background

This text has black color on #459AD2 background.


White color preview on #459AD2 background

This text has white color on #459AD2 background.