COLOR #005AFF

HEX: #005AFF
RGB: (0,90,255)

Color info

#005AFF contains mainly blue color. Web safe color of #005AFF is #0066FF (or #06F).

RGB color model

#005AFF color RGB value is (0,90,255).

  • red value is 0;
  • green value is 90;
  • blue value is 255.
RGB:
(0,90,255)
(0%,35%,100%)

RGB channels and saturation

R 0 of 255 = 0%
G 90 of 255 = 35%
B 255 of 255 = 100%

0
90
255

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

Portions of RGB colors in percentages

R + G + B =
0 + 90 + 255 = 345 (100%)
R 0 of 345 ~ 0%
G 90 of 345 ~ 26.09%
B 255 of 345 ~ 73.91%

%26.09
%73.91

CMYK color model

#005AFF color CMYK value is (100,65,0,0).

  • cyan value is 100.00%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,65,0,0)
C100M65Y0K0 
(100%,65%,0%,0%)
(1.00/0.65/0.00/0.00)	

CMYK percentages

%100
%64.71
%0
%0

Codes

Color #005AFF in popluar color models

005AFF
RGB090255
HSL219°100.00%50.00%
HSB/HSV219°100.00%100.00%
CMYK100.00%64.71%0.00%
0.00%

Color #005AFF in popluar number systems.

HEX005AFF
Decimal090255
Binary0101101011111111
Octal0132377

Shades and tints

Shades of #005AFF

#005AFF
(0,90,255)
#0052E8
(0,82,232)
#004AD1
(0,74,209)
#0042BA
(0,66,186)
#003AA3
(0,58,163)
#00328C
(0,50,140)
#002A75
(0,42,117)
#00225E
(0,34,94)
#001A47
(0,26,71)
#001230
(0,18,48)
#000A19
(0,10,25)
#000000
(0,0,0)

Tints of #005AFF

#005AFF
(0,90,255)
#1769FF
(23,105,255)
#2E78FF
(46,120,255)
#4587FF
(69,135,255)
#5C96FF
(92,150,255)
#73A5FF
(115,165,255)
#8AB4FF
(138,180,255)
#A1C3FF
(161,195,255)
#B8D2FF
(184,210,255)
#CFE1FF
(207,225,255)
#E6F0FF
(230,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005AFF color. Also use rgb(0,90,255) instead hex code.

Text Font Color

.myTextColor { color: #005AFF; }

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

This text font color is #005AFF.


Background Color

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

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

This div background color is #005AFF.


Border color

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

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

This div border color is #005AFF.


Opacity

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

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

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

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

This text has shadow with #005AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005AFF on black background.


Color preview on white background

This text has color #005AFF on white background.



Black color preview on #005AFF background

This text has black color on #005AFF background.


White color preview on #005AFF background

This text has white color on #005AFF background.