COLOR #1889F0

HEX: #1889F0
RGB: (24,137,240)

Color info

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

RGB color model

#1889F0 color RGB value is (24,137,240).

  • red value is 24;
  • green value is 137;
  • blue value is 240.
RGB:
(24,137,240)
(9%,54%,94%)

RGB channels and saturation

R 24 of 255 = 9%
G 137 of 255 = 54%
B 240 of 255 = 94%

24
137
240

R + G + B ~ 52%. #1889F0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 137 + 240 = 401 (100%)
R 24 of 401 ~ 5.99%
G 137 of 401 ~ 34.16%
B 240 of 401 ~ 59.85%

%34.16
%59.85

CMYK color model

#1889F0 color CMYK value is (90,43,0,6).

  • cyan value is 90.00%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(90,43,0,6)
C90M43Y0K6 
(90%,43%,0%,6%)
(0.90/0.43/0.00/0.06)	

CMYK percentages

%90
%42.92
%0
%5.88

Codes

Color #1889F0 in popluar color models

1889F0
RGB24137240
HSL209°87.80%51.76%
HSB/HSV209°90.00%94.12%
CMYK90.00%42.92%0.00%
5.88%

Color #1889F0 in popluar number systems.

HEX1889F0
Decimal24137240
Binary110001000100111110000
Octal30211360

Shades and tints

Shades of #1889F0

#1889F0
(24,137,240)
#167DDB
(22,125,219)
#1471C6
(20,113,198)
#1265B1
(18,101,177)
#10599C
(16,89,156)
#0E4D87
(14,77,135)
#0C4172
(12,65,114)
#0A355D
(10,53,93)
#082948
(8,41,72)
#061D33
(6,29,51)
#04111E
(4,17,30)
#000000
(0,0,0)

Tints of #1889F0

#1889F0
(24,137,240)
#2D93F1
(45,147,241)
#429DF2
(66,157,242)
#57A7F3
(87,167,243)
#6CB1F4
(108,177,244)
#81BBF5
(129,187,245)
#96C5F6
(150,197,246)
#ABCFF7
(171,207,247)
#C0D9F8
(192,217,248)
#D5E3F9
(213,227,249)
#EAEDFA
(234,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1889F0 color. Also use rgb(24,137,240) instead hex code.

Text Font Color

.myTextColor { color: #1889F0; }

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

This text font color is #1889F0.


Background Color

.myBgColor { background-color: #1889F0; }

<div style="background-color:#1889F0">Inner text</div>

This div background color is #1889F0.


Border color

.myBorderColor { border: 1px solid #1889F0; }

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

This div border color is #1889F0.


Opacity

.myOpacity80 { color: #1889F0; opacity: 0.8; }

<p style="color:#1889F0;opacity:0.8;">80%</p>

Text with #1889F0 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 #1889F0;}

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

This text has shadow with #1889F0 color.

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

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

This text has shadow with #1889F0 primary color and red secondary color.


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

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

This text has shadow with #1889F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1889F0 on black background.


Color preview on white background

This text has color #1889F0 on white background.



Black color preview on #1889F0 background

This text has black color on #1889F0 background.


White color preview on #1889F0 background

This text has white color on #1889F0 background.