COLOR #458CD0

HEX: #458CD0
RGB: (69,140,208)

Color info

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

RGB color model

#458CD0 color RGB value is (69,140,208).

  • red value is 69;
  • green value is 140;
  • blue value is 208.
RGB:
(69,140,208)
(27%,55%,82%)

RGB channels and saturation

R 69 of 255 = 27%
G 140 of 255 = 55%
B 208 of 255 = 82%

69
140
208

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

Portions of RGB colors in percentages

R + G + B =
69 + 140 + 208 = 417 (100%)
R 69 of 417 ~ 16.55%
G 140 of 417 ~ 33.57%
B 208 of 417 ~ 49.88%

%16.55
%33.57
%49.88

CMYK color model

#458CD0 color CMYK value is (67,33,0,18).

  • cyan value is 66.83%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(67,33,0,18)
C67M33Y0K18 
(67%,33%,0%,18%)
(0.67/0.33/0.00/0.18)	

CMYK percentages

%66.83
%32.69
%0
%18.43

Codes

Color #458CD0 in popluar color models

458CD0
RGB69140208
HSL209°59.66%54.31%
HSB/HSV209°66.83%81.57%
CMYK66.83%32.69%0.00%
18.43%

Color #458CD0 in popluar number systems.

HEX458CD0
Decimal69140208
Binary10001011000110011010000
Octal105214320

Shades and tints

Shades of #458CD0

#458CD0
(69,140,208)
#3F80BE
(63,128,190)
#3974AC
(57,116,172)
#33689A
(51,104,154)
#2D5C88
(45,92,136)
#275076
(39,80,118)
#214464
(33,68,100)
#1B3852
(27,56,82)
#152C40
(21,44,64)
#0F202E
(15,32,46)
#09141C
(9,20,28)
#000000
(0,0,0)

Tints of #458CD0

#458CD0
(69,140,208)
#5596D4
(85,150,212)
#65A0D8
(101,160,216)
#75AADC
(117,170,220)
#85B4E0
(133,180,224)
#95BEE4
(149,190,228)
#A5C8E8
(165,200,232)
#B5D2EC
(181,210,236)
#C5DCF0
(197,220,240)
#D5E6F4
(213,230,244)
#E5F0F8
(229,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #458CD0 color. Also use rgb(69,140,208) instead hex code.

Text Font Color

.myTextColor { color: #458CD0; }

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

This text font color is #458CD0.


Background Color

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

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

This div background color is #458CD0.


Border color

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

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

This div border color is #458CD0.


Opacity

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

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

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

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

This text has shadow with #458CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458CD0 on black background.


Color preview on white background

This text has color #458CD0 on white background.



Black color preview on #458CD0 background

This text has black color on #458CD0 background.


White color preview on #458CD0 background

This text has white color on #458CD0 background.