COLOR #1553F1

HEX: #1553F1
RGB: (21,83,241)

Color info

#1553F1 contains mainly blue color. Web safe color of #1553F1 is #0066FF (or #06F).

RGB color model

#1553F1 color RGB value is (21,83,241).

  • red value is 21;
  • green value is 83;
  • blue value is 241.
RGB:
(21,83,241)
(8%,33%,95%)

RGB channels and saturation

R 21 of 255 = 8%
G 83 of 255 = 33%
B 241 of 255 = 95%

21
83
241

R + G + B ~ 45%. #1553F1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 83 + 241 = 345 (100%)
R 21 of 345 ~ 6.09%
G 83 of 345 ~ 24.06%
B 241 of 345 ~ 69.86%

%24.06
%69.86

CMYK color model

#1553F1 color CMYK value is (91,66,0,5).

  • cyan value is 91.29%
  • magenta value is 65.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(91,66,0,5)
C91M66Y0K5 
(91%,66%,0%,5%)
(0.91/0.66/0.00/0.05)	

CMYK percentages

%91.29
%65.56
%0
%5.49

Codes

Color #1553F1 in popluar color models

1553F1
RGB2183241
HSL223°88.71%51.37%
HSB/HSV223°91.29%94.51%
CMYK91.29%65.56%0.00%
5.49%

Color #1553F1 in popluar number systems.

HEX1553F1
Decimal2183241
Binary10101101001111110001
Octal25123361

Shades and tints

Shades of #1553F1

#1553F1
(21,83,241)
#144CDC
(20,76,220)
#1345C7
(19,69,199)
#123EB2
(18,62,178)
#11379D
(17,55,157)
#103088
(16,48,136)
#0F2973
(15,41,115)
#0E225E
(14,34,94)
#0D1B49
(13,27,73)
#0C1434
(12,20,52)
#0B0D1F
(11,13,31)
#000000
(0,0,0)

Tints of #1553F1

#1553F1
(21,83,241)
#2A62F2
(42,98,242)
#3F71F3
(63,113,243)
#5480F4
(84,128,244)
#698FF5
(105,143,245)
#7E9EF6
(126,158,246)
#93ADF7
(147,173,247)
#A8BCF8
(168,188,248)
#BDCBF9
(189,203,249)
#D2DAFA
(210,218,250)
#E7E9FB
(231,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1553F1 color. Also use rgb(21,83,241) instead hex code.

Text Font Color

.myTextColor { color: #1553F1; }

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

This text font color is #1553F1.


Background Color

.myBgColor { background-color: #1553F1; }

<div style="background-color:#1553F1">Inner text</div>

This div background color is #1553F1.


Border color

.myBorderColor { border: 1px solid #1553F1; }

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

This div border color is #1553F1.


Opacity

.myOpacity80 { color: #1553F1; opacity: 0.8; }

<p style="color:#1553F1;opacity:0.8;">80%</p>

Text with #1553F1 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 #1553F1;}

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

This text has shadow with #1553F1 color.

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

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

This text has shadow with #1553F1 primary color and red secondary color.


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

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

This text has shadow with #1553F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1553F1 on black background.


Color preview on white background

This text has color #1553F1 on white background.



Black color preview on #1553F1 background

This text has black color on #1553F1 background.


White color preview on #1553F1 background

This text has white color on #1553F1 background.