COLOR #038CD3

HEX: #038CD3
RGB: (3,140,211)

Color info

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

RGB color model

#038CD3 color RGB value is (3,140,211).

  • red value is 3;
  • green value is 140;
  • blue value is 211.
RGB:
(3,140,211)
(1%,55%,83%)

RGB channels and saturation

R 3 of 255 = 1%
G 140 of 255 = 55%
B 211 of 255 = 83%

3
140
211

R + G + B ~ 46%. #038CD3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 140 + 211 = 354 (100%)
R 3 of 354 ~ 0.85%
G 140 of 354 ~ 39.55%
B 211 of 354 ~ 59.6%

%39.55
%59.6

CMYK color model

#038CD3 color CMYK value is (99,34,0,17).

  • cyan value is 98.58%
  • magenta value is 33.65%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(99,34,0,17)
C99M34Y0K17 
(99%,34%,0%,17%)
(0.99/0.34/0.00/0.17)	

CMYK percentages

%98.58
%33.65
%0
%17.25

Codes

Color #038CD3 in popluar color models

038CD3
RGB3140211
HSL200°97.20%41.96%
HSB/HSV200°98.58%82.75%
CMYK98.58%33.65%0.00%
17.25%

Color #038CD3 in popluar number systems.

HEX038CD3
Decimal3140211
Binary111000110011010011
Octal3214323

Shades and tints

Shades of #038CD3

#038CD3
(3,140,211)
#0380C0
(3,128,192)
#0374AD
(3,116,173)
#03689A
(3,104,154)
#035C87
(3,92,135)
#035074
(3,80,116)
#034461
(3,68,97)
#03384E
(3,56,78)
#032C3B
(3,44,59)
#032028
(3,32,40)
#031415
(3,20,21)
#000000
(0,0,0)

Tints of #038CD3

#038CD3
(3,140,211)
#1996D7
(25,150,215)
#2FA0DB
(47,160,219)
#45AADF
(69,170,223)
#5BB4E3
(91,180,227)
#71BEE7
(113,190,231)
#87C8EB
(135,200,235)
#9DD2EF
(157,210,239)
#B3DCF3
(179,220,243)
#C9E6F7
(201,230,247)
#DFF0FB
(223,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #038CD3 color. Also use rgb(3,140,211) instead hex code.

Text Font Color

.myTextColor { color: #038CD3; }

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

This text font color is #038CD3.


Background Color

.myBgColor { background-color: #038CD3; }

<div style="background-color:#038CD3">Inner text</div>

This div background color is #038CD3.


Border color

.myBorderColor { border: 1px solid #038CD3; }

<div style="border:3px solid #038CD3">Div</div>

This div border color is #038CD3.


Opacity

.myOpacity80 { color: #038CD3; opacity: 0.8; }

<p style="color:#038CD3;opacity:0.8;">80%</p>

Text with #038CD3 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 #038CD3;}

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

This text has shadow with #038CD3 color.

.textShadow {text-shadow: 3px 3px 1px #038CD3, 3px 3px 1px red;}

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

This text has shadow with #038CD3 primary color and red secondary color.


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

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

This text has shadow with #038CD3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038CD3 on black background.


Color preview on white background

This text has color #038CD3 on white background.



Black color preview on #038CD3 background

This text has black color on #038CD3 background.


White color preview on #038CD3 background

This text has white color on #038CD3 background.