COLOR #559CF3

HEX: #559CF3
RGB: (85,156,243)

Color info

#559CF3 contains mainly blue color. Web safe color of #559CF3 is #6699FF (or #69F).

RGB color model

#559CF3 color RGB value is (85,156,243).

  • red value is 85;
  • green value is 156;
  • blue value is 243.
RGB:
(85,156,243)
(33%,61%,95%)

RGB channels and saturation

R 85 of 255 = 33%
G 156 of 255 = 61%
B 243 of 255 = 95%

85
156
243

R + G + B ~ 63%. #559CF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 156 + 243 = 484 (100%)
R 85 of 484 ~ 17.56%
G 156 of 484 ~ 32.23%
B 243 of 484 ~ 50.21%

%17.56
%32.23
%50.21

CMYK color model

#559CF3 color CMYK value is (65,36,0,5).

  • cyan value is 65.02%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(65,36,0,5)
C65M36Y0K5 
(65%,36%,0%,5%)
(0.65/0.36/0.00/0.05)	

CMYK percentages

%65.02
%35.8
%0
%4.71

Codes

Color #559CF3 in popluar color models

559CF3
RGB85156243
HSL213°86.81%64.31%
HSB/HSV213°65.02%95.29%
CMYK65.02%35.80%0.00%
4.71%

Color #559CF3 in popluar number systems.

HEX559CF3
Decimal85156243
Binary10101011001110011110011
Octal125234363

Shades and tints

Shades of #559CF3

#559CF3
(85,156,243)
#4E8EDD
(78,142,221)
#4780C7
(71,128,199)
#4072B1
(64,114,177)
#39649B
(57,100,155)
#325685
(50,86,133)
#2B486F
(43,72,111)
#243A59
(36,58,89)
#1D2C43
(29,44,67)
#161E2D
(22,30,45)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #559CF3

#559CF3
(85,156,243)
#64A5F4
(100,165,244)
#73AEF5
(115,174,245)
#82B7F6
(130,183,246)
#91C0F7
(145,192,247)
#A0C9F8
(160,201,248)
#AFD2F9
(175,210,249)
#BEDBFA
(190,219,250)
#CDE4FB
(205,228,251)
#DCEDFC
(220,237,252)
#EBF6FD
(235,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559CF3 color. Also use rgb(85,156,243) instead hex code.

Text Font Color

.myTextColor { color: #559CF3; }

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

This text font color is #559CF3.


Background Color

.myBgColor { background-color: #559CF3; }

<div style="background-color:#559CF3">Inner text</div>

This div background color is #559CF3.


Border color

.myBorderColor { border: 1px solid #559CF3; }

<div style="border:3px solid #559CF3">Div</div>

This div border color is #559CF3.


Opacity

.myOpacity80 { color: #559CF3; opacity: 0.8; }

<p style="color:#559CF3;opacity:0.8;">80%</p>

Text with #559CF3 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 #559CF3;}

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

This text has shadow with #559CF3 color.

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

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

This text has shadow with #559CF3 primary color and red secondary color.


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

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

This text has shadow with #559CF3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559CF3 on black background.


Color preview on white background

This text has color #559CF3 on white background.



Black color preview on #559CF3 background

This text has black color on #559CF3 background.


White color preview on #559CF3 background

This text has white color on #559CF3 background.