COLOR #58A7E4

HEX: #58A7E4
RGB: (88,167,228)

Color info

#58A7E4 contains mainly blue color. Web safe color of #58A7E4 is #6699CC (or #69C).

RGB color model

#58A7E4 color RGB value is (88,167,228).

  • red value is 88;
  • green value is 167;
  • blue value is 228.
RGB:
(88,167,228)
(35%,65%,89%)

RGB channels and saturation

R 88 of 255 = 35%
G 167 of 255 = 65%
B 228 of 255 = 89%

88
167
228

R + G + B ~ 63%. #58A7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 167 + 228 = 483 (100%)
R 88 of 483 ~ 18.22%
G 167 of 483 ~ 34.58%
B 228 of 483 ~ 47.2%

%18.22
%34.58
%47.2

CMYK color model

#58A7E4 color CMYK value is (61,27,0,11).

  • cyan value is 61.40%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(61,27,0,11)
C61M27Y0K11 
(61%,27%,0%,11%)
(0.61/0.27/0.00/0.11)	

CMYK percentages

%61.4
%26.75
%0
%10.59

Codes

Color #58A7E4 in popluar color models

58A7E4
RGB88167228
HSL206°72.16%61.96%
HSB/HSV206°61.40%89.41%
CMYK61.40%26.75%0.00%
10.59%

Color #58A7E4 in popluar number systems.

HEX58A7E4
Decimal88167228
Binary10110001010011111100100
Octal130247344

Shades and tints

Shades of #58A7E4

#58A7E4
(88,167,228)
#5098D0
(80,152,208)
#4889BC
(72,137,188)
#407AA8
(64,122,168)
#386B94
(56,107,148)
#305C80
(48,92,128)
#284D6C
(40,77,108)
#203E58
(32,62,88)
#182F44
(24,47,68)
#102030
(16,32,48)
#08111C
(8,17,28)
#000000
(0,0,0)

Tints of #58A7E4

#58A7E4
(88,167,228)
#67AFE6
(103,175,230)
#76B7E8
(118,183,232)
#85BFEA
(133,191,234)
#94C7EC
(148,199,236)
#A3CFEE
(163,207,238)
#B2D7F0
(178,215,240)
#C1DFF2
(193,223,242)
#D0E7F4
(208,231,244)
#DFEFF6
(223,239,246)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A7E4 color. Also use rgb(88,167,228) instead hex code.

Text Font Color

.myTextColor { color: #58A7E4; }

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

This text font color is #58A7E4.


Background Color

.myBgColor { background-color: #58A7E4; }

<div style="background-color:#58A7E4">Inner text</div>

This div background color is #58A7E4.


Border color

.myBorderColor { border: 1px solid #58A7E4; }

<div style="border:3px solid #58A7E4">Div</div>

This div border color is #58A7E4.


Opacity

.myOpacity80 { color: #58A7E4; opacity: 0.8; }

<p style="color:#58A7E4;opacity:0.8;">80%</p>

Text with #58A7E4 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 #58A7E4;}

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

This text has shadow with #58A7E4 color.

.textShadow {text-shadow: 3px 3px 1px #58A7E4, 3px 3px 1px red;}

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

This text has shadow with #58A7E4 primary color and red secondary color.


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

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

This text has shadow with #58A7E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A7E4 on black background.


Color preview on white background

This text has color #58A7E4 on white background.



Black color preview on #58A7E4 background

This text has black color on #58A7E4 background.


White color preview on #58A7E4 background

This text has white color on #58A7E4 background.