COLOR #1D53FF

HEX: #1D53FF
RGB: (29,83,255)

Color info

#1D53FF contains mainly blue color. Web safe color of #1D53FF is #3366FF (or #36F).

RGB color model

#1D53FF color RGB value is (29,83,255).

  • red value is 29;
  • green value is 83;
  • blue value is 255.
RGB:
(29,83,255)
(11%,33%,100%)

RGB channels and saturation

R 29 of 255 = 11%
G 83 of 255 = 33%
B 255 of 255 = 100%

29
83
255

R + G + B ~ 48%. #1D53FF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
29 + 83 + 255 = 367 (100%)
R 29 of 367 ~ 7.9%
G 83 of 367 ~ 22.62%
B 255 of 367 ~ 69.48%

%22.62
%69.48

CMYK color model

#1D53FF color CMYK value is (89,67,0,0).

  • cyan value is 88.63%
  • magenta value is 67.45%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(89,67,0,0)
C89M67Y0K0 
(89%,67%,0%,0%)
(0.89/0.67/0.00/0.00)	

CMYK percentages

%88.63
%67.45
%0
%0

Codes

Color #1D53FF in popluar color models

1D53FF
RGB2983255
HSL226°100.00%55.69%
HSB/HSV226°88.63%100.00%
CMYK88.63%67.45%0.00%
0.00%

Color #1D53FF in popluar number systems.

HEX1D53FF
Decimal2983255
Binary11101101001111111111
Octal35123377

Shades and tints

Shades of #1D53FF

#1D53FF
(29,83,255)
#1B4CE8
(27,76,232)
#1945D1
(25,69,209)
#173EBA
(23,62,186)
#1537A3
(21,55,163)
#13308C
(19,48,140)
#112975
(17,41,117)
#0F225E
(15,34,94)
#0D1B47
(13,27,71)
#0B1430
(11,20,48)
#090D19
(9,13,25)
#000000
(0,0,0)

Tints of #1D53FF

#1D53FF
(29,83,255)
#3162FF
(49,98,255)
#4571FF
(69,113,255)
#5980FF
(89,128,255)
#6D8FFF
(109,143,255)
#819EFF
(129,158,255)
#95ADFF
(149,173,255)
#A9BCFF
(169,188,255)
#BDCBFF
(189,203,255)
#D1DAFF
(209,218,255)
#E5E9FF
(229,233,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D53FF color. Also use rgb(29,83,255) instead hex code.

Text Font Color

.myTextColor { color: #1D53FF; }

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

This text font color is #1D53FF.


Background Color

.myBgColor { background-color: #1D53FF; }

<div style="background-color:#1D53FF">Inner text</div>

This div background color is #1D53FF.


Border color

.myBorderColor { border: 1px solid #1D53FF; }

<div style="border:3px solid #1D53FF">Div</div>

This div border color is #1D53FF.


Opacity

.myOpacity80 { color: #1D53FF; opacity: 0.8; }

<p style="color:#1D53FF;opacity:0.8;">80%</p>

Text with #1D53FF 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 #1D53FF;}

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

This text has shadow with #1D53FF color.

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

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

This text has shadow with #1D53FF primary color and red secondary color.


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

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

This text has shadow with #1D53FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D53FF on black background.


Color preview on white background

This text has color #1D53FF on white background.



Black color preview on #1D53FF background

This text has black color on #1D53FF background.


White color preview on #1D53FF background

This text has white color on #1D53FF background.