COLOR #058AFF

HEX: #058AFF
RGB: (5,138,255)

Color info

#058AFF contains mainly blue color. Web safe color of #058AFF is #0099FF (or #09F).

RGB color model

#058AFF color RGB value is (5,138,255).

  • red value is 5;
  • green value is 138;
  • blue value is 255.
RGB:
(5,138,255)
(2%,54%,100%)

RGB channels and saturation

R 5 of 255 = 2%
G 138 of 255 = 54%
B 255 of 255 = 100%

5
138
255

R + G + B ~ 52%. #058AFF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 138 + 255 = 398 (100%)
R 5 of 398 ~ 1.26%
G 138 of 398 ~ 34.67%
B 255 of 398 ~ 64.07%

%34.67
%64.07

CMYK color model

#058AFF color CMYK value is (98,46,0,0).

  • cyan value is 98.04%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(98,46,0,0)
C98M46Y0K0 
(98%,46%,0%,0%)
(0.98/0.46/0.00/0.00)	

CMYK percentages

%98.04
%45.88
%0
%0

Codes

Color #058AFF in popluar color models

058AFF
RGB5138255
HSL208°100.00%50.98%
HSB/HSV208°98.04%100.00%
CMYK98.04%45.88%0.00%
0.00%

Color #058AFF in popluar number systems.

HEX058AFF
Decimal5138255
Binary1011000101011111111
Octal5212377

Shades and tints

Shades of #058AFF

#058AFF
(5,138,255)
#057EE8
(5,126,232)
#0572D1
(5,114,209)
#0566BA
(5,102,186)
#055AA3
(5,90,163)
#054E8C
(5,78,140)
#054275
(5,66,117)
#05365E
(5,54,94)
#052A47
(5,42,71)
#051E30
(5,30,48)
#051219
(5,18,25)
#000000
(0,0,0)

Tints of #058AFF

#058AFF
(5,138,255)
#1B94FF
(27,148,255)
#319EFF
(49,158,255)
#47A8FF
(71,168,255)
#5DB2FF
(93,178,255)
#73BCFF
(115,188,255)
#89C6FF
(137,198,255)
#9FD0FF
(159,208,255)
#B5DAFF
(181,218,255)
#CBE4FF
(203,228,255)
#E1EEFF
(225,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058AFF color. Also use rgb(5,138,255) instead hex code.

Text Font Color

.myTextColor { color: #058AFF; }

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

This text font color is #058AFF.


Background Color

.myBgColor { background-color: #058AFF; }

<div style="background-color:#058AFF">Inner text</div>

This div background color is #058AFF.


Border color

.myBorderColor { border: 1px solid #058AFF; }

<div style="border:3px solid #058AFF">Div</div>

This div border color is #058AFF.


Opacity

.myOpacity80 { color: #058AFF; opacity: 0.8; }

<p style="color:#058AFF;opacity:0.8;">80%</p>

Text with #058AFF 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 #058AFF;}

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

This text has shadow with #058AFF color.

.textShadow {text-shadow: 3px 3px 1px #058AFF, 3px 3px 1px red;}

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

This text has shadow with #058AFF primary color and red secondary color.


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

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

This text has shadow with #058AFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058AFF on black background.


Color preview on white background

This text has color #058AFF on white background.



Black color preview on #058AFF background

This text has black color on #058AFF background.


White color preview on #058AFF background

This text has white color on #058AFF background.