COLOR #0A84F5

HEX: #0A84F5
RGB: (10,132,245)

Color info

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

RGB color model

#0A84F5 color RGB value is (10,132,245).

  • red value is 10;
  • green value is 132;
  • blue value is 245.
RGB:
(10,132,245)
(4%,52%,96%)

RGB channels and saturation

R 10 of 255 = 4%
G 132 of 255 = 52%
B 245 of 255 = 96%

10
132
245

R + G + B ~ 51%. #0A84F5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
10 + 132 + 245 = 387 (100%)
R 10 of 387 ~ 2.58%
G 132 of 387 ~ 34.11%
B 245 of 387 ~ 63.31%

%34.11
%63.31

CMYK color model

#0A84F5 color CMYK value is (96,46,0,4).

  • cyan value is 95.92%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(96,46,0,4)
C96M46Y0K4 
(96%,46%,0%,4%)
(0.96/0.46/0.00/0.04)	

CMYK percentages

%95.92
%46.12
%0
%3.92

Codes

Color #0A84F5 in popluar color models

0A84F5
RGB10132245
HSL209°92.16%50.00%
HSB/HSV209°95.92%96.08%
CMYK95.92%46.12%0.00%
3.92%

Color #0A84F5 in popluar number systems.

HEX0A84F5
Decimal10132245
Binary10101000010011110101
Octal12204365

Shades and tints

Shades of #0A84F5

#0A84F5
(10,132,245)
#0A78DF
(10,120,223)
#0A6CC9
(10,108,201)
#0A60B3
(10,96,179)
#0A549D
(10,84,157)
#0A4887
(10,72,135)
#0A3C71
(10,60,113)
#0A305B
(10,48,91)
#0A2445
(10,36,69)
#0A182F
(10,24,47)
#0A0C19
(10,12,25)
#000000
(0,0,0)

Tints of #0A84F5

#0A84F5
(10,132,245)
#208FF5
(32,143,245)
#369AF5
(54,154,245)
#4CA5F5
(76,165,245)
#62B0F5
(98,176,245)
#78BBF5
(120,187,245)
#8EC6F5
(142,198,245)
#A4D1F5
(164,209,245)
#BADCF5
(186,220,245)
#D0E7F5
(208,231,245)
#E6F2F5
(230,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A84F5 color. Also use rgb(10,132,245) instead hex code.

Text Font Color

.myTextColor { color: #0A84F5; }

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

This text font color is #0A84F5.


Background Color

.myBgColor { background-color: #0A84F5; }

<div style="background-color:#0A84F5">Inner text</div>

This div background color is #0A84F5.


Border color

.myBorderColor { border: 1px solid #0A84F5; }

<div style="border:3px solid #0A84F5">Div</div>

This div border color is #0A84F5.


Opacity

.myOpacity80 { color: #0A84F5; opacity: 0.8; }

<p style="color:#0A84F5;opacity:0.8;">80%</p>

Text with #0A84F5 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 #0A84F5;}

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

This text has shadow with #0A84F5 color.

.textShadow {text-shadow: 3px 3px 1px #0A84F5, 3px 3px 1px red;}

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

This text has shadow with #0A84F5 primary color and red secondary color.


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

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

This text has shadow with #0A84F5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A84F5 on black background.


Color preview on white background

This text has color #0A84F5 on white background.



Black color preview on #0A84F5 background

This text has black color on #0A84F5 background.


White color preview on #0A84F5 background

This text has white color on #0A84F5 background.