COLOR #1863E3

HEX: #1863E3
RGB: (24,99,227)

Color info

#1863E3 contains mainly blue color. Web safe color of #1863E3 is #0066CC (or #06C).

RGB color model

#1863E3 color RGB value is (24,99,227).

  • red value is 24;
  • green value is 99;
  • blue value is 227.
RGB:
(24,99,227)
(9%,39%,89%)

RGB channels and saturation

R 24 of 255 = 9%
G 99 of 255 = 39%
B 227 of 255 = 89%

24
99
227

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

Portions of RGB colors in percentages

R + G + B =
24 + 99 + 227 = 350 (100%)
R 24 of 350 ~ 6.86%
G 99 of 350 ~ 28.29%
B 227 of 350 ~ 64.86%

%28.29
%64.86

CMYK color model

#1863E3 color CMYK value is (89,56,0,11).

  • cyan value is 89.43%
  • magenta value is 56.39%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(89,56,0,11)
C89M56Y0K11 
(89%,56%,0%,11%)
(0.89/0.56/0.00/0.11)	

CMYK percentages

%89.43
%56.39
%0
%10.98

Codes

Color #1863E3 in popluar color models

1863E3
RGB2499227
HSL218°80.88%49.22%
HSB/HSV218°89.43%89.02%
CMYK89.43%56.39%0.00%
10.98%

Color #1863E3 in popluar number systems.

HEX1863E3
Decimal2499227
Binary11000110001111100011
Octal30143343

Shades and tints

Shades of #1863E3

#1863E3
(24,99,227)
#165ACF
(22,90,207)
#1451BB
(20,81,187)
#1248A7
(18,72,167)
#103F93
(16,63,147)
#0E367F
(14,54,127)
#0C2D6B
(12,45,107)
#0A2457
(10,36,87)
#081B43
(8,27,67)
#06122F
(6,18,47)
#04091B
(4,9,27)
#000000
(0,0,0)

Tints of #1863E3

#1863E3
(24,99,227)
#2D71E5
(45,113,229)
#427FE7
(66,127,231)
#578DE9
(87,141,233)
#6C9BEB
(108,155,235)
#81A9ED
(129,169,237)
#96B7EF
(150,183,239)
#ABC5F1
(171,197,241)
#C0D3F3
(192,211,243)
#D5E1F5
(213,225,245)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1863E3 color. Also use rgb(24,99,227) instead hex code.

Text Font Color

.myTextColor { color: #1863E3; }

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

This text font color is #1863E3.


Background Color

.myBgColor { background-color: #1863E3; }

<div style="background-color:#1863E3">Inner text</div>

This div background color is #1863E3.


Border color

.myBorderColor { border: 1px solid #1863E3; }

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

This div border color is #1863E3.


Opacity

.myOpacity80 { color: #1863E3; opacity: 0.8; }

<p style="color:#1863E3;opacity:0.8;">80%</p>

Text with #1863E3 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 #1863E3;}

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

This text has shadow with #1863E3 color.

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

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

This text has shadow with #1863E3 primary color and red secondary color.


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

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

This text has shadow with #1863E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1863E3 on black background.


Color preview on white background

This text has color #1863E3 on white background.



Black color preview on #1863E3 background

This text has black color on #1863E3 background.


White color preview on #1863E3 background

This text has white color on #1863E3 background.