COLOR #1533EF

HEX: #1533EF RGB: (21,51,239)

Color info

#1533EF contains mainly blue color. Web safe color of #1533EF is #0033FF (or #03F).

RGB color model

#1533EF color RGB value is (21,51,239).

RGB: (21,51,239) (8%, 20%, 94%)

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 239 of 255 = 94%

21
51
239

R + G + B ~ 41%. #1533EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 21 + 51 + 239 = 311 (100%)
R 21 of 311 ~ 6.75%
G 51 of 311 ~ 16.4%
B 239 of 311 ~ 76.85'%

%16.4
%76.85

CMYK color model

#1533EF color CMYK value is (91,79,0,6).

  • cyan value is 91.21%
  • magenta value is 78.66%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (91,79,0,6)
C91M79Y0K6 (91%, 79%, 0%, 6%)
(0.91 / 0.79 / 0.00 / 0.06)

CMYK percentages

%91.21
%78.66
%0
%6.27

Codes

Color #1533EF in popluar color models

15 33 EF
RGB 21 51 239
HSL 232° 87.20% 50.98%
HSB/HSV 232° 91.21% 93.73%
CMYK 91.21% 78.66% 0.00%
6.27%

Color #1533EF in popluar number systems.

HEX 15 33 EF
Decimal 21 51 239
Binary 10101 110011 11101111
Octal 25 63 357

Shades and tints

Shades of #1533EF

#1533EF
(21,51,239)
#142FDA
(20,47,218)
#132BC5
(19,43,197)
#1227B0
(18,39,176)
#11239B
(17,35,155)
#101F86
(16,31,134)
#0F1B71
(15,27,113)
#0E175C
(14,23,92)
#0D1347
(13,19,71)
#0C0F32
(12,15,50)
#0B0B1D
(11,11,29)
#000000
(0,0,0)

Tints of #1533EF

#1533EF
(21,51,239)
#2A45F0
(42,69,240)
#3F57F1
(63,87,241)
#5469F2
(84,105,242)
#697BF3
(105,123,243)
#7E8DF4
(126,141,244)
#939FF5
(147,159,245)
#A8B1F6
(168,177,246)
#BDC3F7
(189,195,247)
#D2D5F8
(210,213,248)
#E7E7F9
(231,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1533EF color. Also use rgb(21,51,239) instead hex code.

Text Font Color

.myTextColor { color: #1533EF; }

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

This text font color is #1533EF.

Background Color

.myBgColor { background-color: #1533EF; }

<div style="background-color:#1533EF">Inner text</div>

This div background color is #1533EF.

Border color

.myBorderColor { border: 1px solid #1533EF; }

<div style="border:3px solid #1533EF">Div</div>

This div border color is #1533EF.

Opacity

.myOpacity80 { color: #1533EF; opacity: 0.8; }

<p style="color:#1533EF;opacity:0.8;">80%</p>

Text with #1533EF 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 #1533EF;}

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

This text has shadow with #1533EF color.


.textShadow {text-shadow: 3px 3px 1px #1533EF', 3px 3px 1px red;}

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

This text has shadow with #1533EF primary color and red secondary color.


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

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

This text has shadow with #1533EF and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1533EF; -webkit-box-shadow: 1px 1px 3px 2px #1533EF; box-shadow:1px 1px 3px 2px #1533EF;">
Div content here
</div>

This div box has shadow with color #1533EF.

Preview

Color preview on black background

This text has color #1533EF on black background.


Color preview on white background

This text has color #1533EF on white background.


Black color preview on #1533EF background

This text has black color on #1533EF background.


White color preview on #1533EF background

This text has white color on #1533EF background.


Related colors

Complementary color

Complementary color for #hex is #EACC10.


I love getcolorcode.com

Triadic colors

1 #EF1533 and #33EF15 with #1533EF are triadic colors.

2 #EF3315 and #3315EF with #1533EF are triadic colors.