COLOR #038BDF

HEX: #038BDF
RGB: (3,139,223)

Color info

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

RGB color model

#038BDF color RGB value is (3,139,223).

  • red value is 3;
  • green value is 139;
  • blue value is 223.
RGB:
(3,139,223)
(1%,55%,87%)

RGB channels and saturation

R 3 of 255 = 1%
G 139 of 255 = 55%
B 223 of 255 = 87%

3
139
223

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

Portions of RGB colors in percentages

R + G + B =
3 + 139 + 223 = 365 (100%)
R 3 of 365 ~ 0.82%
G 139 of 365 ~ 38.08%
B 223 of 365 ~ 61.1%

%38.08
%61.1

CMYK color model

#038BDF color CMYK value is (99,38,0,13).

  • cyan value is 98.65%
  • magenta value is 37.67%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(99,38,0,13)
C99M38Y0K13 
(99%,38%,0%,13%)
(0.99/0.38/0.00/0.13)	

CMYK percentages

%98.65
%37.67
%0
%12.55

Codes

Color #038BDF in popluar color models

038BDF
RGB3139223
HSL203°97.35%44.31%
HSB/HSV203°98.65%87.45%
CMYK98.65%37.67%0.00%
12.55%

Color #038BDF in popluar number systems.

HEX038BDF
Decimal3139223
Binary111000101111011111
Octal3213337

Shades and tints

Shades of #038BDF

#038BDF
(3,139,223)
#037FCB
(3,127,203)
#0373B7
(3,115,183)
#0367A3
(3,103,163)
#035B8F
(3,91,143)
#034F7B
(3,79,123)
#034367
(3,67,103)
#033753
(3,55,83)
#032B3F
(3,43,63)
#031F2B
(3,31,43)
#031317
(3,19,23)
#000000
(0,0,0)

Tints of #038BDF

#038BDF
(3,139,223)
#1995E1
(25,149,225)
#2F9FE3
(47,159,227)
#45A9E5
(69,169,229)
#5BB3E7
(91,179,231)
#71BDE9
(113,189,233)
#87C7EB
(135,199,235)
#9DD1ED
(157,209,237)
#B3DBEF
(179,219,239)
#C9E5F1
(201,229,241)
#DFEFF3
(223,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #038BDF color. Also use rgb(3,139,223) instead hex code.

Text Font Color

.myTextColor { color: #038BDF; }

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

This text font color is #038BDF.


Background Color

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

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

This div background color is #038BDF.


Border color

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

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

This div border color is #038BDF.


Opacity

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

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

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

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

This text has shadow with #038BDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038BDF on black background.


Color preview on white background

This text has color #038BDF on white background.



Black color preview on #038BDF background

This text has black color on #038BDF background.


White color preview on #038BDF background

This text has white color on #038BDF background.