COLOR #3F18D8

HEX: #3F18D8
RGB: (63,24,216)

Color info

#3F18D8 contains mainly blue color. Web safe color of #3F18D8 is #3300CC (or #30C).

RGB color model

#3F18D8 color RGB value is (63,24,216).

  • red value is 63;
  • green value is 24;
  • blue value is 216.
RGB:
(63,24,216)
(25%,9%,85%)

RGB channels and saturation

R 63 of 255 = 25%
G 24 of 255 = 9%
B 216 of 255 = 85%

63
24
216

R + G + B ~ 40%. #3F18D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 24 + 216 = 303 (100%)
R 63 of 303 ~ 20.79%
G 24 of 303 ~ 7.92%
B 216 of 303 ~ 71.29%

%20.79
%71.29

CMYK color model

#3F18D8 color CMYK value is (71,89,0,15).

  • cyan value is 70.83%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(71,89,0,15)
C71M89Y0K15 
(71%,89%,0%,15%)
(0.71/0.89/0.00/0.15)	

CMYK percentages

%70.83
%88.89
%0
%15.29

Codes

Color #3F18D8 in popluar color models

3F18D8
RGB6324216
HSL252°80.00%47.06%
HSB/HSV252°88.89%84.71%
CMYK70.83%88.89%0.00%
15.29%

Color #3F18D8 in popluar number systems.

HEX3F18D8
Decimal6324216
Binary1111111100011011000
Octal7730330

Shades and tints

Shades of #3F18D8

#3F18D8
(63,24,216)
#3A16C5
(58,22,197)
#3514B2
(53,20,178)
#30129F
(48,18,159)
#2B108C
(43,16,140)
#260E79
(38,14,121)
#210C66
(33,12,102)
#1C0A53
(28,10,83)
#170840
(23,8,64)
#12062D
(18,6,45)
#0D041A
(13,4,26)
#000000
(0,0,0)

Tints of #3F18D8

#3F18D8
(63,24,216)
#502DDB
(80,45,219)
#6142DE
(97,66,222)
#7257E1
(114,87,225)
#836CE4
(131,108,228)
#9481E7
(148,129,231)
#A596EA
(165,150,234)
#B6ABED
(182,171,237)
#C7C0F0
(199,192,240)
#D8D5F3
(216,213,243)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F18D8 color. Also use rgb(63,24,216) instead hex code.

Text Font Color

.myTextColor { color: #3F18D8; }

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

This text font color is #3F18D8.


Background Color

.myBgColor { background-color: #3F18D8; }

<div style="background-color:#3F18D8">Inner text</div>

This div background color is #3F18D8.


Border color

.myBorderColor { border: 1px solid #3F18D8; }

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

This div border color is #3F18D8.


Opacity

.myOpacity80 { color: #3F18D8; opacity: 0.8; }

<p style="color:#3F18D8;opacity:0.8;">80%</p>

Text with #3F18D8 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 #3F18D8;}

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

This text has shadow with #3F18D8 color.

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

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

This text has shadow with #3F18D8 primary color and red secondary color.


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

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

This text has shadow with #3F18D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F18D8 on black background.


Color preview on white background

This text has color #3F18D8 on white background.



Black color preview on #3F18D8 background

This text has black color on #3F18D8 background.


White color preview on #3F18D8 background

This text has white color on #3F18D8 background.