COLOR #255ADC

HEX: #255ADC RGB: (37,90,220)

Color info

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

RGB color model

#255ADC color RGB value is (37,90,220).

RGB: (37,90,220) (15%, 35%, 86%)

RGB channels and saturation

R 37 of 255 = 15%
G 90 of 255 = 35%
B 220 of 255 = 86%

37
90
220

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

Portions of RGB colors in percentages

R + G + B = 37 + 90 + 220 = 347 (100%)
R 37 of 347 ~ 10.66%
G 90 of 347 ~ 25.94%
B 220 of 347 ~ 63.4'%

%10.66
%25.94
%63.4

CMYK color model

#255ADC color CMYK value is (83,59,0,14).

  • cyan value is 83.18%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (83,59,0,14)
C83M59Y0K14 (83%, 59%, 0%, 14%)
(0.83 / 0.59 / 0.00 / 0.14)

CMYK percentages

%83.18
%59.09
%0
%13.73

Codes

Color #255ADC in popluar color models

25 5A DC
RGB 37 90 220
HSL 223° 72.33% 50.39%
HSB/HSV 223° 83.18% 86.27%
CMYK 83.18% 59.09% 0.00%
13.73%

Color #255ADC in popluar number systems.

HEX 25 5A DC
Decimal 37 90 220
Binary 100101 1011010 11011100
Octal 45 132 334

Shades and tints

Shades of #255ADC

#255ADC
(37,90,220)
#2252C8
(34,82,200)
#1F4AB4
(31,74,180)
#1C42A0
(28,66,160)
#193A8C
(25,58,140)
#163278
(22,50,120)
#132A64
(19,42,100)
#102250
(16,34,80)
#0D1A3C
(13,26,60)
#0A1228
(10,18,40)
#070A14
(7,10,20)
#000000
(0,0,0)

Tints of #255ADC

#255ADC
(37,90,220)
#3869DF
(56,105,223)
#4B78E2
(75,120,226)
#5E87E5
(94,135,229)
#7196E8
(113,150,232)
#84A5EB
(132,165,235)
#97B4EE
(151,180,238)
#AAC3F1
(170,195,241)
#BDD2F4
(189,210,244)
#D0E1F7
(208,225,247)
#E3F0FA
(227,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #255ADC; }

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

This text font color is #255ADC.

Background Color

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

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

This div background color is #255ADC.

Border color

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

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

This div border color is #255ADC.

Opacity

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

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

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

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

This text has shadow with #255ADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #255ADC.

Preview

Color preview on black background

This text has color #255ADC on black background.


Color preview on white background

This text has color #255ADC on white background.


Black color preview on #255ADC background

This text has black color on #255ADC background.


White color preview on #255ADC background

This text has white color on #255ADC background.


Related colors

Complementary color

Complementary color for #hex is #DAA523.


I love getcolorcode.com

Triadic colors

1 #DC255A and #5ADC25 with #255ADC are triadic colors.

2 #DC5A25 and #5A25DC with #255ADC are triadic colors.