COLOR #458DD8

HEX: #458DD8
RGB: (69,141,216)

Color info

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

RGB color model

#458DD8 color RGB value is (69,141,216).

  • red value is 69;
  • green value is 141;
  • blue value is 216.
RGB:
(69,141,216)
(27%,55%,85%)

RGB channels and saturation

R 69 of 255 = 27%
G 141 of 255 = 55%
B 216 of 255 = 85%

69
141
216

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

Portions of RGB colors in percentages

R + G + B =
69 + 141 + 216 = 426 (100%)
R 69 of 426 ~ 16.2%
G 141 of 426 ~ 33.1%
B 216 of 426 ~ 50.7%

%16.2
%33.1
%50.7

CMYK color model

#458DD8 color CMYK value is (68,35,0,15).

  • cyan value is 68.06%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(68,35,0,15)
C68M35Y0K15 
(68%,35%,0%,15%)
(0.68/0.35/0.00/0.15)	

CMYK percentages

%68.06
%34.72
%0
%15.29

Codes

Color #458DD8 in popluar color models

458DD8
RGB69141216
HSL211°65.33%55.88%
HSB/HSV211°68.06%84.71%
CMYK68.06%34.72%0.00%
15.29%

Color #458DD8 in popluar number systems.

HEX458DD8
Decimal69141216
Binary10001011000110111011000
Octal105215330

Shades and tints

Shades of #458DD8

#458DD8
(69,141,216)
#3F81C5
(63,129,197)
#3975B2
(57,117,178)
#33699F
(51,105,159)
#2D5D8C
(45,93,140)
#275179
(39,81,121)
#214566
(33,69,102)
#1B3953
(27,57,83)
#152D40
(21,45,64)
#0F212D
(15,33,45)
#09151A
(9,21,26)
#000000
(0,0,0)

Tints of #458DD8

#458DD8
(69,141,216)
#5597DB
(85,151,219)
#65A1DE
(101,161,222)
#75ABE1
(117,171,225)
#85B5E4
(133,181,228)
#95BFE7
(149,191,231)
#A5C9EA
(165,201,234)
#B5D3ED
(181,211,237)
#C5DDF0
(197,221,240)
#D5E7F3
(213,231,243)
#E5F1F6
(229,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #458DD8 color. Also use rgb(69,141,216) instead hex code.

Text Font Color

.myTextColor { color: #458DD8; }

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

This text font color is #458DD8.


Background Color

.myBgColor { background-color: #458DD8; }

<div style="background-color:#458DD8">Inner text</div>

This div background color is #458DD8.


Border color

.myBorderColor { border: 1px solid #458DD8; }

<div style="border:3px solid #458DD8">Div</div>

This div border color is #458DD8.


Opacity

.myOpacity80 { color: #458DD8; opacity: 0.8; }

<p style="color:#458DD8;opacity:0.8;">80%</p>

Text with #458DD8 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 #458DD8;}

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

This text has shadow with #458DD8 color.

.textShadow {text-shadow: 3px 3px 1px #458DD8, 3px 3px 1px red;}

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

This text has shadow with #458DD8 primary color and red secondary color.


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

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

This text has shadow with #458DD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458DD8 on black background.


Color preview on white background

This text has color #458DD8 on white background.



Black color preview on #458DD8 background

This text has black color on #458DD8 background.


White color preview on #458DD8 background

This text has white color on #458DD8 background.