COLOR #225ADE

HEX: #225ADE
RGB: (34,90,222)

Color info

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

RGB color model

#225ADE color RGB value is (34,90,222).

  • red value is 34;
  • green value is 90;
  • blue value is 222.
RGB:
(34,90,222)
(13%,35%,87%)

RGB channels and saturation

R 34 of 255 = 13%
G 90 of 255 = 35%
B 222 of 255 = 87%

34
90
222

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

Portions of RGB colors in percentages

R + G + B =
34 + 90 + 222 = 346 (100%)
R 34 of 346 ~ 9.83%
G 90 of 346 ~ 26.01%
B 222 of 346 ~ 64.16%

%9.83
%26.01
%64.16

CMYK color model

#225ADE color CMYK value is (85,59,0,13).

  • cyan value is 84.68%
  • magenta value is 59.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(85,59,0,13)
C85M59Y0K13 
(85%,59%,0%,13%)
(0.85/0.59/0.00/0.13)	

CMYK percentages

%84.68
%59.46
%0
%12.94

Codes

Color #225ADE in popluar color models

225ADE
RGB3490222
HSL222°74.02%50.20%
HSB/HSV222°84.68%87.06%
CMYK84.68%59.46%0.00%
12.94%

Color #225ADE in popluar number systems.

HEX225ADE
Decimal3490222
Binary100010101101011011110
Octal42132336

Shades and tints

Shades of #225ADE

#225ADE
(34,90,222)
#1F52CA
(31,82,202)
#1C4AB6
(28,74,182)
#1942A2
(25,66,162)
#163A8E
(22,58,142)
#13327A
(19,50,122)
#102A66
(16,42,102)
#0D2252
(13,34,82)
#0A1A3E
(10,26,62)
#07122A
(7,18,42)
#040A16
(4,10,22)
#000000
(0,0,0)

Tints of #225ADE

#225ADE
(34,90,222)
#3669E1
(54,105,225)
#4A78E4
(74,120,228)
#5E87E7
(94,135,231)
#7296EA
(114,150,234)
#86A5ED
(134,165,237)
#9AB4F0
(154,180,240)
#AEC3F3
(174,195,243)
#C2D2F6
(194,210,246)
#D6E1F9
(214,225,249)
#EAF0FC
(234,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225ADE color. Also use rgb(34,90,222) instead hex code.

Text Font Color

.myTextColor { color: #225ADE; }

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

This text font color is #225ADE.


Background Color

.myBgColor { background-color: #225ADE; }

<div style="background-color:#225ADE">Inner text</div>

This div background color is #225ADE.


Border color

.myBorderColor { border: 1px solid #225ADE; }

<div style="border:3px solid #225ADE">Div</div>

This div border color is #225ADE.


Opacity

.myOpacity80 { color: #225ADE; opacity: 0.8; }

<p style="color:#225ADE;opacity:0.8;">80%</p>

Text with #225ADE 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 #225ADE;}

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

This text has shadow with #225ADE color.

.textShadow {text-shadow: 3px 3px 1px #225ADE, 3px 3px 1px red;}

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

This text has shadow with #225ADE primary color and red secondary color.


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

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

This text has shadow with #225ADE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #225ADE on black background.


Color preview on white background

This text has color #225ADE on white background.



Black color preview on #225ADE background

This text has black color on #225ADE background.


White color preview on #225ADE background

This text has white color on #225ADE background.