COLOR #098FD3

HEX: #098FD3
RGB: (9,143,211)

Color info

#098FD3 contains mainly blue color. Web safe color of #098FD3 is #0099CC (or #09C).

RGB color model

#098FD3 color RGB value is (9,143,211).

  • red value is 9;
  • green value is 143;
  • blue value is 211.
RGB:
(9,143,211)
(4%,56%,83%)

RGB channels and saturation

R 9 of 255 = 4%
G 143 of 255 = 56%
B 211 of 255 = 83%

9
143
211

R + G + B ~ 48%. #098FD3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 143 + 211 = 363 (100%)
R 9 of 363 ~ 2.48%
G 143 of 363 ~ 39.39%
B 211 of 363 ~ 58.13%

%39.39
%58.13

CMYK color model

#098FD3 color CMYK value is (96,32,0,17).

  • cyan value is 95.73%
  • magenta value is 32.23%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(96,32,0,17)
C96M32Y0K17 
(96%,32%,0%,17%)
(0.96/0.32/0.00/0.17)	

CMYK percentages

%95.73
%32.23
%0
%17.25

Codes

Color #098FD3 in popluar color models

098FD3
RGB9143211
HSL200°91.82%43.14%
HSB/HSV200°95.73%82.75%
CMYK95.73%32.23%0.00%
17.25%

Color #098FD3 in popluar number systems.

HEX098FD3
Decimal9143211
Binary10011000111111010011
Octal11217323

Shades and tints

Shades of #098FD3

#098FD3
(9,143,211)
#0982C0
(9,130,192)
#0975AD
(9,117,173)
#09689A
(9,104,154)
#095B87
(9,91,135)
#094E74
(9,78,116)
#094161
(9,65,97)
#09344E
(9,52,78)
#09273B
(9,39,59)
#091A28
(9,26,40)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #098FD3

#098FD3
(9,143,211)
#1F99D7
(31,153,215)
#35A3DB
(53,163,219)
#4BADDF
(75,173,223)
#61B7E3
(97,183,227)
#77C1E7
(119,193,231)
#8DCBEB
(141,203,235)
#A3D5EF
(163,213,239)
#B9DFF3
(185,223,243)
#CFE9F7
(207,233,247)
#E5F3FB
(229,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098FD3 color. Also use rgb(9,143,211) instead hex code.

Text Font Color

.myTextColor { color: #098FD3; }

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

This text font color is #098FD3.


Background Color

.myBgColor { background-color: #098FD3; }

<div style="background-color:#098FD3">Inner text</div>

This div background color is #098FD3.


Border color

.myBorderColor { border: 1px solid #098FD3; }

<div style="border:3px solid #098FD3">Div</div>

This div border color is #098FD3.


Opacity

.myOpacity80 { color: #098FD3; opacity: 0.8; }

<p style="color:#098FD3;opacity:0.8;">80%</p>

Text with #098FD3 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 #098FD3;}

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

This text has shadow with #098FD3 color.

.textShadow {text-shadow: 3px 3px 1px #098FD3, 3px 3px 1px red;}

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

This text has shadow with #098FD3 primary color and red secondary color.


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

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

This text has shadow with #098FD3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098FD3 on black background.


Color preview on white background

This text has color #098FD3 on white background.



Black color preview on #098FD3 background

This text has black color on #098FD3 background.


White color preview on #098FD3 background

This text has white color on #098FD3 background.