COLOR #255ADF

HEX: #255ADF
RGB: (37,90,223)

Color info

#255ADF contains mainly blue color. Web safe color of #255ADF is #3366CC (or #36C).

RGB color model

#255ADF color RGB value is (37,90,223).

  • red value is 37;
  • green value is 90;
  • blue value is 223.
RGB:
(37,90,223)
(15%,35%,87%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 223 of 255 = 87%

37
90
223

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

Portions of RGB colors in percentages

R + G + B =
37 + 90 + 223 = 350 (100%)
R 37 of 350 ~ 10.57%
G 90 of 350 ~ 25.71%
B 223 of 350 ~ 63.71%

%10.57
%25.71
%63.71

CMYK color model

#255ADF color CMYK value is (83,60,0,13).

  • cyan value is 83.41%
  • magenta value is 59.64%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(83,60,0,13)
C83M60Y0K13 
(83%,60%,0%,13%)
(0.83/0.60/0.00/0.13)	

CMYK percentages

%83.41
%59.64
%0
%12.55

Codes

Color #255ADF in popluar color models

255ADF
RGB3790223
HSL223°74.40%50.98%
HSB/HSV223°83.41%87.45%
CMYK83.41%59.64%0.00%
12.55%

Color #255ADF in popluar number systems.

HEX255ADF
Decimal3790223
Binary100101101101011011111
Octal45132337

Shades and tints

Shades of #255ADF

#255ADF
(37,90,223)
#2252CB
(34,82,203)
#1F4AB7
(31,74,183)
#1C42A3
(28,66,163)
#193A8F
(25,58,143)
#16327B
(22,50,123)
#132A67
(19,42,103)
#102253
(16,34,83)
#0D1A3F
(13,26,63)
#0A122B
(10,18,43)
#070A17
(7,10,23)
#000000
(0,0,0)

Tints of #255ADF

#255ADF
(37,90,223)
#3869E1
(56,105,225)
#4B78E3
(75,120,227)
#5E87E5
(94,135,229)
#7196E7
(113,150,231)
#84A5E9
(132,165,233)
#97B4EB
(151,180,235)
#AAC3ED
(170,195,237)
#BDD2EF
(189,210,239)
#D0E1F1
(208,225,241)
#E3F0F3
(227,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255ADF; }

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

This text font color is #255ADF.


Background Color

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

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

This div background color is #255ADF.


Border color

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

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

This div border color is #255ADF.


Opacity

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

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

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

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

This text has shadow with #255ADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255ADF on black background.


Color preview on white background

This text has color #255ADF on white background.



Black color preview on #255ADF background

This text has black color on #255ADF background.


White color preview on #255ADF background

This text has white color on #255ADF background.