COLOR #285EE9

HEX: #285EE9
RGB: (40,94,233)

Color info

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

RGB color model

#285EE9 color RGB value is (40,94,233).

  • red value is 40;
  • green value is 94;
  • blue value is 233.
RGB:
(40,94,233)
(16%,37%,91%)

RGB channels and saturation

R 40 of 255 = 16%
G 94 of 255 = 37%
B 233 of 255 = 91%

40
94
233

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

Portions of RGB colors in percentages

R + G + B =
40 + 94 + 233 = 367 (100%)
R 40 of 367 ~ 10.9%
G 94 of 367 ~ 25.61%
B 233 of 367 ~ 63.49%

%10.9
%25.61
%63.49

CMYK color model

#285EE9 color CMYK value is (83,60,0,9).

  • cyan value is 82.83%
  • magenta value is 59.66%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(83,60,0,9)
C83M60Y0K9 
(83%,60%,0%,9%)
(0.83/0.60/0.00/0.09)	

CMYK percentages

%82.83
%59.66
%0
%8.63

Codes

Color #285EE9 in popluar color models

285EE9
RGB4094233
HSL223°81.43%53.53%
HSB/HSV223°82.83%91.37%
CMYK82.83%59.66%0.00%
8.63%

Color #285EE9 in popluar number systems.

HEX285EE9
Decimal4094233
Binary101000101111011101001
Octal50136351

Shades and tints

Shades of #285EE9

#285EE9
(40,94,233)
#2556D4
(37,86,212)
#224EBF
(34,78,191)
#1F46AA
(31,70,170)
#1C3E95
(28,62,149)
#193680
(25,54,128)
#162E6B
(22,46,107)
#132656
(19,38,86)
#101E41
(16,30,65)
#0D162C
(13,22,44)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #285EE9

#285EE9
(40,94,233)
#3B6CEB
(59,108,235)
#4E7AED
(78,122,237)
#6188EF
(97,136,239)
#7496F1
(116,150,241)
#87A4F3
(135,164,243)
#9AB2F5
(154,178,245)
#ADC0F7
(173,192,247)
#C0CEF9
(192,206,249)
#D3DCFB
(211,220,251)
#E6EAFD
(230,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #285EE9 color. Also use rgb(40,94,233) instead hex code.

Text Font Color

.myTextColor { color: #285EE9; }

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

This text font color is #285EE9.


Background Color

.myBgColor { background-color: #285EE9; }

<div style="background-color:#285EE9">Inner text</div>

This div background color is #285EE9.


Border color

.myBorderColor { border: 1px solid #285EE9; }

<div style="border:3px solid #285EE9">Div</div>

This div border color is #285EE9.


Opacity

.myOpacity80 { color: #285EE9; opacity: 0.8; }

<p style="color:#285EE9;opacity:0.8;">80%</p>

Text with #285EE9 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 #285EE9;}

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

This text has shadow with #285EE9 color.

.textShadow {text-shadow: 3px 3px 1px #285EE9, 3px 3px 1px red;}

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

This text has shadow with #285EE9 primary color and red secondary color.


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

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

This text has shadow with #285EE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #285EE9 on black background.


Color preview on white background

This text has color #285EE9 on white background.



Black color preview on #285EE9 background

This text has black color on #285EE9 background.


White color preview on #285EE9 background

This text has white color on #285EE9 background.