COLOR #255AF1

HEX: #255AF1 RGB: (37,90,241)

Color info

#255AF1 contains mainly blue color. Web safe color of #255AF1 is #3366FF (or #36F).

RGB color model

#255AF1 color RGB value is (37,90,241).

RGB: (37,90,241) (15%, 35%, 95%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 241 of 255 = 95%

37
90
241

R + G + B ~ 48%. #255AF1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 90 + 241 = 368 (100%)
R 37 of 368 ~ 10.05%
G 90 of 368 ~ 24.46%
B 241 of 368 ~ 65.49'%

%24.46
%65.49

CMYK color model

#255AF1 color CMYK value is (85,63,0,5).

  • cyan value is 84.65%
  • magenta value is 62.66%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (85,63,0,5)
C85M63Y0K5 (85%, 63%, 0%, 5%)
(0.85 / 0.63 / 0.00 / 0.05)

CMYK percentages

%84.65
%62.66
%0
%5.49

Codes

Color #255AF1 in popluar color models

25 5A F1
RGB 37 90 241
HSL 224° 87.93% 54.51%
HSB/HSV 224° 84.65% 94.51%
CMYK 84.65% 62.66% 0.00%
5.49%

Color #255AF1 in popluar number systems.

HEX 25 5A F1
Decimal 37 90 241
Binary 100101 1011010 11110001
Octal 45 132 361

Shades and tints

Shades of #255AF1

#255AF1
(37,90,241)
#2252DC
(34,82,220)
#1F4AC7
(31,74,199)
#1C42B2
(28,66,178)
#193A9D
(25,58,157)
#163288
(22,50,136)
#132A73
(19,42,115)
#10225E
(16,34,94)
#0D1A49
(13,26,73)
#0A1234
(10,18,52)
#070A1F
(7,10,31)
#000000
(0,0,0)

Tints of #255AF1

#255AF1
(37,90,241)
#3869F2
(56,105,242)
#4B78F3
(75,120,243)
#5E87F4
(94,135,244)
#7196F5
(113,150,245)
#84A5F6
(132,165,246)
#97B4F7
(151,180,247)
#AAC3F8
(170,195,248)
#BDD2F9
(189,210,249)
#D0E1FA
(208,225,250)
#E3F0FB
(227,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255AF1 color. Also use rgb(37,90,241) instead hex code.

Text Font Color

.myTextColor { color: #255AF1; }

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

This text font color is #255AF1.

Background Color

.myBgColor { background-color: #255AF1; }

<div style="background-color:#255AF1">Inner text</div>

This div background color is #255AF1.

Border color

.myBorderColor { border: 1px solid #255AF1; }

<div style="border:3px solid #255AF1">Div</div>

This div border color is #255AF1.

Opacity

.myOpacity80 { color: #255AF1; opacity: 0.8; }

<p style="color:#255AF1;opacity:0.8;">80%</p>

Text with #255AF1 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 #255AF1;}

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

This text has shadow with #255AF1 color.


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

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

This text has shadow with #255AF1 primary color and red secondary color.


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

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

This text has shadow with #255AF1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #255AF1.

Preview

Color preview on black background

This text has color #255AF1 on black background.


Color preview on white background

This text has color #255AF1 on white background.


Black color preview on #255AF1 background

This text has black color on #255AF1 background.


White color preview on #255AF1 background

This text has white color on #255AF1 background.


Related colors

Complementary color

Complementary color for #hex is #DAA50E.


I love getcolorcode.com

Triadic colors

1 #F1255A and #5AF125 with #255AF1 are triadic colors.

2 #F15A25 and #5A25F1 with #255AF1 are triadic colors.