COLOR #537CF2

HEX: #537CF2
RGB: (83,124,242)

Color info

#537CF2 contains mainly blue color. Web safe color of #537CF2 is #6666FF (or #66F).

RGB color model

#537CF2 color RGB value is (83,124,242).

  • red value is 83;
  • green value is 124;
  • blue value is 242.
RGB:
(83,124,242)
(33%,49%,95%)

RGB channels and saturation

R 83 of 255 = 33%
G 124 of 255 = 49%
B 242 of 255 = 95%

83
124
242

R + G + B ~ 59%. #537CF2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 124 + 242 = 449 (100%)
R 83 of 449 ~ 18.49%
G 124 of 449 ~ 27.62%
B 242 of 449 ~ 53.9%

%18.49
%27.62
%53.9

CMYK color model

#537CF2 color CMYK value is (66,49,0,5).

  • cyan value is 65.70%
  • magenta value is 48.76%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(66,49,0,5)
C66M49Y0K5 
(66%,49%,0%,5%)
(0.66/0.49/0.00/0.05)	

CMYK percentages

%65.7
%48.76
%0
%5.1

Codes

Color #537CF2 in popluar color models

537CF2
RGB83124242
HSL225°85.95%63.73%
HSB/HSV225°65.70%94.90%
CMYK65.70%48.76%0.00%
5.10%

Color #537CF2 in popluar number systems.

HEX537CF2
Decimal83124242
Binary1010011111110011110010
Octal123174362

Shades and tints

Shades of #537CF2

#537CF2
(83,124,242)
#4C71DC
(76,113,220)
#4566C6
(69,102,198)
#3E5BB0
(62,91,176)
#37509A
(55,80,154)
#304584
(48,69,132)
#293A6E
(41,58,110)
#222F58
(34,47,88)
#1B2442
(27,36,66)
#14192C
(20,25,44)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #537CF2

#537CF2
(83,124,242)
#6287F3
(98,135,243)
#7192F4
(113,146,244)
#809DF5
(128,157,245)
#8FA8F6
(143,168,246)
#9EB3F7
(158,179,247)
#ADBEF8
(173,190,248)
#BCC9F9
(188,201,249)
#CBD4FA
(203,212,250)
#DADFFB
(218,223,251)
#E9EAFC
(233,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537CF2 color. Also use rgb(83,124,242) instead hex code.

Text Font Color

.myTextColor { color: #537CF2; }

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

This text font color is #537CF2.


Background Color

.myBgColor { background-color: #537CF2; }

<div style="background-color:#537CF2">Inner text</div>

This div background color is #537CF2.


Border color

.myBorderColor { border: 1px solid #537CF2; }

<div style="border:3px solid #537CF2">Div</div>

This div border color is #537CF2.


Opacity

.myOpacity80 { color: #537CF2; opacity: 0.8; }

<p style="color:#537CF2;opacity:0.8;">80%</p>

Text with #537CF2 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 #537CF2;}

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

This text has shadow with #537CF2 color.

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

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

This text has shadow with #537CF2 primary color and red secondary color.


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

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

This text has shadow with #537CF2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537CF2 on black background.


Color preview on white background

This text has color #537CF2 on white background.



Black color preview on #537CF2 background

This text has black color on #537CF2 background.


White color preview on #537CF2 background

This text has white color on #537CF2 background.