COLOR #557BFD

HEX: #557BFD
RGB: (85,123,253)

Color info

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

RGB color model

#557BFD color RGB value is (85,123,253).

  • red value is 85;
  • green value is 123;
  • blue value is 253.
RGB:
(85,123,253)
(33%,48%,99%)

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 253 of 255 = 99%

85
123
253

R + G + B ~ 60%. #557BFD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 253 = 461 (100%)
R 85 of 461 ~ 18.44%
G 123 of 461 ~ 26.68%
B 253 of 461 ~ 54.88%

%18.44
%26.68
%54.88

CMYK color model

#557BFD color CMYK value is (66,51,0,1).

  • cyan value is 66.40%
  • magenta value is 51.38%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(66,51,0,1)
C66M51Y0K1 
(66%,51%,0%,1%)
(0.66/0.51/0.00/0.01)	

CMYK percentages

%66.4
%51.38
%0
%0.78

Codes

Color #557BFD in popluar color models

557BFD
RGB85123253
HSL226°97.67%66.27%
HSB/HSV226°66.40%99.22%
CMYK66.40%51.38%0.00%
0.78%

Color #557BFD in popluar number systems.

HEX557BFD
Decimal85123253
Binary1010101111101111111101
Octal125173375

Shades and tints

Shades of #557BFD

#557BFD
(85,123,253)
#4E70E6
(78,112,230)
#4765CF
(71,101,207)
#405AB8
(64,90,184)
#394FA1
(57,79,161)
#32448A
(50,68,138)
#2B3973
(43,57,115)
#242E5C
(36,46,92)
#1D2345
(29,35,69)
#16182E
(22,24,46)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #557BFD

#557BFD
(85,123,253)
#6487FD
(100,135,253)
#7393FD
(115,147,253)
#829FFD
(130,159,253)
#91ABFD
(145,171,253)
#A0B7FD
(160,183,253)
#AFC3FD
(175,195,253)
#BECFFD
(190,207,253)
#CDDBFD
(205,219,253)
#DCE7FD
(220,231,253)
#EBF3FD
(235,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557BFD color. Also use rgb(85,123,253) instead hex code.

Text Font Color

.myTextColor { color: #557BFD; }

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

This text font color is #557BFD.


Background Color

.myBgColor { background-color: #557BFD; }

<div style="background-color:#557BFD">Inner text</div>

This div background color is #557BFD.


Border color

.myBorderColor { border: 1px solid #557BFD; }

<div style="border:3px solid #557BFD">Div</div>

This div border color is #557BFD.


Opacity

.myOpacity80 { color: #557BFD; opacity: 0.8; }

<p style="color:#557BFD;opacity:0.8;">80%</p>

Text with #557BFD 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 #557BFD;}

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

This text has shadow with #557BFD color.

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

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

This text has shadow with #557BFD primary color and red secondary color.


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

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

This text has shadow with #557BFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557BFD on black background.


Color preview on white background

This text has color #557BFD on white background.



Black color preview on #557BFD background

This text has black color on #557BFD background.


White color preview on #557BFD background

This text has white color on #557BFD background.