COLOR #2558CD

HEX: #2558CD RGB: (37,88,205)

Color info

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

RGB color model

#2558CD color RGB value is (37,88,205).

RGB: (37,88,205) (15%, 35%, 80%)

RGB channels and saturation

R 37 of 255 = 15%
G 88 of 255 = 35%
B 205 of 255 = 80%

37
88
205

R + G + B ~ 43%. #2558CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 88 + 205 = 330 (100%)
R 37 of 330 ~ 11.21%
G 88 of 330 ~ 26.67%
B 205 of 330 ~ 62.12'%

%11.21
%26.67
%62.12

CMYK color model

#2558CD color CMYK value is (82,57,0,20).

  • cyan value is 81.95%
  • magenta value is 57.07%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (82,57,0,20) C82M57Y0K20 (82%,57%,0%,20%) (0.82/0.57/0.00/0.20) 

CMYK percentages

%81.95
%57.07
%0
%19.61

Codes

Color #2558CD in popluar color models

25 58 CD
RGB 37 88 205
HSL 222° 69.42% 47.45%
HSB/HSV 222° 81.95% 80.39%
CMYK 81.95% 57.07% 0.00%
19.61%

Color #2558CD in popluar number systems.

HEX 25 58 CD
Decimal 37 88 205
Binary 100101 1011000 11001101
Octal 45 130 315

Shades and tints

Shades of #2558CD

#2558CD
(37,88,205)
#2250BB
(34,80,187)
#1F48A9
(31,72,169)
#1C4097
(28,64,151)
#193885
(25,56,133)
#163073
(22,48,115)
#132861
(19,40,97)
#10204F
(16,32,79)
#0D183D
(13,24,61)
#0A102B
(10,16,43)
#070819
(7,8,25)
#000000
(0,0,0)

Tints of #2558CD

#2558CD
(37,88,205)
#3867D1
(56,103,209)
#4B76D5
(75,118,213)
#5E85D9
(94,133,217)
#7194DD
(113,148,221)
#84A3E1
(132,163,225)
#97B2E5
(151,178,229)
#AAC1E9
(170,193,233)
#BDD0ED
(189,208,237)
#D0DFF1
(208,223,241)
#E3EEF5
(227,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2558CD color. Also use rgb(37,88,205) instead hex code.

Text Font Color

.myTextColor { color: #2558CD; }

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

This text font color is #2558CD.

Background Color

.myBgColor { background-color: #2558CD; }

<div style="background-color:#2558CD">Inner text</div>

This div background color is #2558CD.

Border color

.myBorderColor { border: 1px solid #2558CD; }

<div style="border:3px solid #2558CD">Div</div>

This div border color is #2558CD.

Opacity

.myOpacity80 { color: #2558CD; opacity: 0.8; }

<p style="color:#2558CD;opacity:0.8;">80%</p>

Text with #2558CD 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 #2558CD;}

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

This text has shadow with #2558CD color.


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

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

This text has shadow with #2558CD primary color and red secondary color.


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

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

This text has shadow with #2558CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2558CD.

Preview

Color preview on black background

This text has color #2558CD on black background.


Color preview on white background

This text has color #2558CD on white background.


Black color preview on #2558CD background

This text has black color on #2558CD background.


White color preview on #2558CD background

This text has white color on #2558CD background.


Related colors

Complementary color

Complementary color for #hex is #DAA732.


I love getcolorcode.com

Triadic colors

1 #CD2558 and #58CD25 with #2558CD are triadic colors.

2 #CD5825 and #5825CD with #2558CD are triadic colors.