COLOR #038DEE

HEX: #038DEE
RGB: (3,141,238)

Color info

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

RGB color model

#038DEE color RGB value is (3,141,238).

  • red value is 3;
  • green value is 141;
  • blue value is 238.
RGB:
(3,141,238)
(1%,55%,93%)

RGB channels and saturation

R 3 of 255 = 1%
G 141 of 255 = 55%
B 238 of 255 = 93%

3
141
238

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

Portions of RGB colors in percentages

R + G + B =
3 + 141 + 238 = 382 (100%)
R 3 of 382 ~ 0.79%
G 141 of 382 ~ 36.91%
B 238 of 382 ~ 62.3%

%36.91
%62.3

CMYK color model

#038DEE color CMYK value is (99,41,0,7).

  • cyan value is 98.74%
  • magenta value is 40.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(99,41,0,7)
C99M41Y0K7 
(99%,41%,0%,7%)
(0.99/0.41/0.00/0.07)	

CMYK percentages

%98.74
%40.76
%0
%6.67

Codes

Color #038DEE in popluar color models

038DEE
RGB3141238
HSL205°97.51%47.25%
HSB/HSV205°98.74%93.33%
CMYK98.74%40.76%0.00%
6.67%

Color #038DEE in popluar number systems.

HEX038DEE
Decimal3141238
Binary111000110111101110
Octal3215356

Shades and tints

Shades of #038DEE

#038DEE
(3,141,238)
#0381D9
(3,129,217)
#0375C4
(3,117,196)
#0369AF
(3,105,175)
#035D9A
(3,93,154)
#035185
(3,81,133)
#034570
(3,69,112)
#03395B
(3,57,91)
#032D46
(3,45,70)
#032131
(3,33,49)
#03151C
(3,21,28)
#000000
(0,0,0)

Tints of #038DEE

#038DEE
(3,141,238)
#1997EF
(25,151,239)
#2FA1F0
(47,161,240)
#45ABF1
(69,171,241)
#5BB5F2
(91,181,242)
#71BFF3
(113,191,243)
#87C9F4
(135,201,244)
#9DD3F5
(157,211,245)
#B3DDF6
(179,221,246)
#C9E7F7
(201,231,247)
#DFF1F8
(223,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #038DEE color. Also use rgb(3,141,238) instead hex code.

Text Font Color

.myTextColor { color: #038DEE; }

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

This text font color is #038DEE.


Background Color

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

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

This div background color is #038DEE.


Border color

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

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

This div border color is #038DEE.


Opacity

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

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

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

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

This text has shadow with #038DEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #038DEE on black background.


Color preview on white background

This text has color #038DEE on white background.



Black color preview on #038DEE background

This text has black color on #038DEE background.


White color preview on #038DEE background

This text has white color on #038DEE background.