COLOR #1799F4

HEX: #1799F4
RGB: (23,153,244)

Color info

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

RGB color model

#1799F4 color RGB value is (23,153,244).

  • red value is 23;
  • green value is 153;
  • blue value is 244.
RGB:
(23,153,244)
(9%,60%,96%)

RGB channels and saturation

R 23 of 255 = 9%
G 153 of 255 = 60%
B 244 of 255 = 96%

23
153
244

R + G + B ~ 55%. #1799F4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
23 + 153 + 244 = 420 (100%)
R 23 of 420 ~ 5.48%
G 153 of 420 ~ 36.43%
B 244 of 420 ~ 58.1%

%36.43
%58.1

CMYK color model

#1799F4 color CMYK value is (91,37,0,4).

  • cyan value is 90.57%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(91,37,0,4)
C91M37Y0K4 
(91%,37%,0%,4%)
(0.91/0.37/0.00/0.04)	

CMYK percentages

%90.57
%37.3
%0
%4.31

Codes

Color #1799F4 in popluar color models

1799F4
RGB23153244
HSL205°90.95%52.35%
HSB/HSV205°90.57%95.69%
CMYK90.57%37.30%0.00%
4.31%

Color #1799F4 in popluar number systems.

HEX1799F4
Decimal23153244
Binary101111001100111110100
Octal27231364

Shades and tints

Shades of #1799F4

#1799F4
(23,153,244)
#158CDE
(21,140,222)
#137FC8
(19,127,200)
#1172B2
(17,114,178)
#0F659C
(15,101,156)
#0D5886
(13,88,134)
#0B4B70
(11,75,112)
#093E5A
(9,62,90)
#073144
(7,49,68)
#05242E
(5,36,46)
#031718
(3,23,24)
#000000
(0,0,0)

Tints of #1799F4

#1799F4
(23,153,244)
#2CA2F5
(44,162,245)
#41ABF6
(65,171,246)
#56B4F7
(86,180,247)
#6BBDF8
(107,189,248)
#80C6F9
(128,198,249)
#95CFFA
(149,207,250)
#AAD8FB
(170,216,251)
#BFE1FC
(191,225,252)
#D4EAFD
(212,234,253)
#E9F3FE
(233,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1799F4 color. Also use rgb(23,153,244) instead hex code.

Text Font Color

.myTextColor { color: #1799F4; }

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

This text font color is #1799F4.


Background Color

.myBgColor { background-color: #1799F4; }

<div style="background-color:#1799F4">Inner text</div>

This div background color is #1799F4.


Border color

.myBorderColor { border: 1px solid #1799F4; }

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

This div border color is #1799F4.


Opacity

.myOpacity80 { color: #1799F4; opacity: 0.8; }

<p style="color:#1799F4;opacity:0.8;">80%</p>

Text with #1799F4 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 #1799F4;}

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

This text has shadow with #1799F4 color.

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

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

This text has shadow with #1799F4 primary color and red secondary color.


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

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

This text has shadow with #1799F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1799F4 on black background.


Color preview on white background

This text has color #1799F4 on white background.



Black color preview on #1799F4 background

This text has black color on #1799F4 background.


White color preview on #1799F4 background

This text has white color on #1799F4 background.