COLOR #003DE8

HEX: #003DE8
RGB: (0,61,232)

Color info

#003DE8 contains mainly blue color. Web safe color of #003DE8 is #0033FF (or #03F).

RGB color model

#003DE8 color RGB value is (0,61,232).

  • red value is 0;
  • green value is 61;
  • blue value is 232.
RGB:
(0,61,232)
(0%,24%,91%)

RGB channels and saturation

R 0 of 255 = 0%
G 61 of 255 = 24%
B 232 of 255 = 91%

0
61
232

R + G + B ~ 38%. #003DE8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 61 + 232 = 293 (100%)
R 0 of 293 ~ 0%
G 61 of 293 ~ 20.82%
B 232 of 293 ~ 79.18%

%20.82
%79.18

CMYK color model

#003DE8 color CMYK value is (100,74,0,9).

  • cyan value is 100.00%
  • magenta value is 73.71%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,74,0,9)
C100M74Y0K9 
(100%,74%,0%,9%)
(1.00/0.74/0.00/0.09)	

CMYK percentages

%100
%73.71
%0
%9.02

Codes

Color #003DE8 in popluar color models

003DE8
RGB061232
HSL224°100.00%45.49%
HSB/HSV224°100.00%90.98%
CMYK100.00%73.71%0.00%
9.02%

Color #003DE8 in popluar number systems.

HEX003DE8
Decimal061232
Binary011110111101000
Octal075350

Shades and tints

Shades of #003DE8

#003DE8
(0,61,232)
#0038D3
(0,56,211)
#0033BE
(0,51,190)
#002EA9
(0,46,169)
#002994
(0,41,148)
#00247F
(0,36,127)
#001F6A
(0,31,106)
#001A55
(0,26,85)
#001540
(0,21,64)
#00102B
(0,16,43)
#000B16
(0,11,22)
#000000
(0,0,0)

Tints of #003DE8

#003DE8
(0,61,232)
#174EEA
(23,78,234)
#2E5FEC
(46,95,236)
#4570EE
(69,112,238)
#5C81F0
(92,129,240)
#7392F2
(115,146,242)
#8AA3F4
(138,163,244)
#A1B4F6
(161,180,246)
#B8C5F8
(184,197,248)
#CFD6FA
(207,214,250)
#E6E7FC
(230,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003DE8 color. Also use rgb(0,61,232) instead hex code.

Text Font Color

.myTextColor { color: #003DE8; }

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

This text font color is #003DE8.


Background Color

.myBgColor { background-color: #003DE8; }

<div style="background-color:#003DE8">Inner text</div>

This div background color is #003DE8.


Border color

.myBorderColor { border: 1px solid #003DE8; }

<div style="border:3px solid #003DE8">Div</div>

This div border color is #003DE8.


Opacity

.myOpacity80 { color: #003DE8; opacity: 0.8; }

<p style="color:#003DE8;opacity:0.8;">80%</p>

Text with #003DE8 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 #003DE8;}

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

This text has shadow with #003DE8 color.

.textShadow {text-shadow: 3px 3px 1px #003DE8, 3px 3px 1px red;}

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

This text has shadow with #003DE8 primary color and red secondary color.


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

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

This text has shadow with #003DE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003DE8 on black background.


Color preview on white background

This text has color #003DE8 on white background.



Black color preview on #003DE8 background

This text has black color on #003DE8 background.


White color preview on #003DE8 background

This text has white color on #003DE8 background.