COLOR #530FFE

HEX: #530FFE
RGB: (83,15,254)

Color info

#530FFE contains mainly blue color. Web safe color of #530FFE is #6600FF (or #60F).

RGB color model

#530FFE color RGB value is (83,15,254).

  • red value is 83;
  • green value is 15;
  • blue value is 254.
RGB:
(83,15,254)
(33%,6%,100%)

RGB channels and saturation

R 83 of 255 = 33%
G 15 of 255 = 6%
B 254 of 255 = 100%

83
15
254

R + G + B ~ 46%. #530FFE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 15 + 254 = 352 (100%)
R 83 of 352 ~ 23.58%
G 15 of 352 ~ 4.26%
B 254 of 352 ~ 72.16%

%23.58
%72.16

CMYK color model

#530FFE color CMYK value is (67,94,0,0).

  • cyan value is 67.32%
  • magenta value is 94.09%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(67,94,0,0)
C67M94Y0K0 
(67%,94%,0%,0%)
(0.67/0.94/0.00/0.00)	

CMYK percentages

%67.32
%94.09
%0
%0.39

Codes

Color #530FFE in popluar color models

530FFE
RGB8315254
HSL257°99.17%52.75%
HSB/HSV257°94.09%99.61%
CMYK67.32%94.09%0.00%
0.39%

Color #530FFE in popluar number systems.

HEX530FFE
Decimal8315254
Binary1010011111111111110
Octal12317376

Shades and tints

Shades of #530FFE

#530FFE
(83,15,254)
#4C0EE7
(76,14,231)
#450DD0
(69,13,208)
#3E0CB9
(62,12,185)
#370BA2
(55,11,162)
#300A8B
(48,10,139)
#290974
(41,9,116)
#22085D
(34,8,93)
#1B0746
(27,7,70)
#14062F
(20,6,47)
#0D0518
(13,5,24)
#000000
(0,0,0)

Tints of #530FFE

#530FFE
(83,15,254)
#6224FE
(98,36,254)
#7139FE
(113,57,254)
#804EFE
(128,78,254)
#8F63FE
(143,99,254)
#9E78FE
(158,120,254)
#AD8DFE
(173,141,254)
#BCA2FE
(188,162,254)
#CBB7FE
(203,183,254)
#DACCFE
(218,204,254)
#E9E1FE
(233,225,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #530FFE color. Also use rgb(83,15,254) instead hex code.

Text Font Color

.myTextColor { color: #530FFE; }

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

This text font color is #530FFE.


Background Color

.myBgColor { background-color: #530FFE; }

<div style="background-color:#530FFE">Inner text</div>

This div background color is #530FFE.


Border color

.myBorderColor { border: 1px solid #530FFE; }

<div style="border:3px solid #530FFE">Div</div>

This div border color is #530FFE.


Opacity

.myOpacity80 { color: #530FFE; opacity: 0.8; }

<p style="color:#530FFE;opacity:0.8;">80%</p>

Text with #530FFE 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 #530FFE;}

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

This text has shadow with #530FFE color.

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

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

This text has shadow with #530FFE primary color and red secondary color.


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

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

This text has shadow with #530FFE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #530FFE on black background.


Color preview on white background

This text has color #530FFE on white background.



Black color preview on #530FFE background

This text has black color on #530FFE background.


White color preview on #530FFE background

This text has white color on #530FFE background.