COLOR #1899F0

HEX: #1899F0
RGB: (24,153,240)

Color info

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

RGB color model

#1899F0 color RGB value is (24,153,240).

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

RGB channels and saturation

R 24 of 255 = 9%
G 153 of 255 = 60%
B 240 of 255 = 94%

24
153
240

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

Portions of RGB colors in percentages

R + G + B =
24 + 153 + 240 = 417 (100%)
R 24 of 417 ~ 5.76%
G 153 of 417 ~ 36.69%
B 240 of 417 ~ 57.55%

%36.69
%57.55

CMYK color model

#1899F0 color CMYK value is (90,36,0,6).

  • cyan value is 90.00%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(90,36,0,6)
C90M36Y0K6 
(90%,36%,0%,6%)
(0.90/0.36/0.00/0.06)	

CMYK percentages

%90
%36.25
%0
%5.88

Codes

Color #1899F0 in popluar color models

1899F0
RGB24153240
HSL204°87.80%51.76%
HSB/HSV204°90.00%94.12%
CMYK90.00%36.25%0.00%
5.88%

Color #1899F0 in popluar number systems.

HEX1899F0
Decimal24153240
Binary110001001100111110000
Octal30231360

Shades and tints

Shades of #1899F0

#1899F0
(24,153,240)
#168CDB
(22,140,219)
#147FC6
(20,127,198)
#1272B1
(18,114,177)
#10659C
(16,101,156)
#0E5887
(14,88,135)
#0C4B72
(12,75,114)
#0A3E5D
(10,62,93)
#083148
(8,49,72)
#062433
(6,36,51)
#04171E
(4,23,30)
#000000
(0,0,0)

Tints of #1899F0

#1899F0
(24,153,240)
#2DA2F1
(45,162,241)
#42ABF2
(66,171,242)
#57B4F3
(87,180,243)
#6CBDF4
(108,189,244)
#81C6F5
(129,198,245)
#96CFF6
(150,207,246)
#ABD8F7
(171,216,247)
#C0E1F8
(192,225,248)
#D5EAF9
(213,234,249)
#EAF3FA
(234,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1899F0; }

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

This text font color is #1899F0.


Background Color

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

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

This div background color is #1899F0.


Border color

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

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

This div border color is #1899F0.


Opacity

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

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

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

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

This text has shadow with #1899F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1899F0 on black background.


Color preview on white background

This text has color #1899F0 on white background.



Black color preview on #1899F0 background

This text has black color on #1899F0 background.


White color preview on #1899F0 background

This text has white color on #1899F0 background.