COLOR #4169E1

HEX: #4169E1
RGB: (65,105,225)

Color info

Color name is RoyalBlue. #4169E1 contains mainly blue color. Web safe color of #4169E1 is #3366CC (or #36C).

RGB color model

#4169E1 color RGB value is (65,105,225).

  • red value is 65;
  • green value is 105;
  • blue value is 225.
RGB:
(65,105,225)
(25%,41%,88%)

RGB channels and saturation

R 65 of 255 = 25%
G 105 of 255 = 41%
B 225 of 255 = 88%

65
105
225

R + G + B ~ 51%. #4169E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 105 + 225 = 395 (100%)
R 65 of 395 ~ 16.46%
G 105 of 395 ~ 26.58%
B 225 of 395 ~ 56.96%

%16.46
%26.58
%56.96

CMYK color model

#4169E1 color CMYK value is (71,53,0,12).

  • cyan value is 71.11%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(71,53,0,12)
C71M53Y0K12 
(71%,53%,0%,12%)
(0.71/0.53/0.00/0.12)	

CMYK percentages

%71.11
%53.33
%0
%11.76

Codes

Color #4169E1 in popluar color models

4169E1
RGB65105225
HSL225°72.73%56.86%
HSB/HSV225°71.11%88.24%
CMYK71.11%53.33%0.00%
11.76%

Color #4169E1 in popluar number systems.

HEX4169E1
Decimal65105225
Binary1000001110100111100001
Octal101151341

Shades and tints

Shades of #4169E1

#4169E1
(65,105,225)
#3C60CD
(60,96,205)
#3757B9
(55,87,185)
#324EA5
(50,78,165)
#2D4591
(45,69,145)
#283C7D
(40,60,125)
#233369
(35,51,105)
#1E2A55
(30,42,85)
#192141
(25,33,65)
#14182D
(20,24,45)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #4169E1

#4169E1
(65,105,225)
#5276E3
(82,118,227)
#6383E5
(99,131,229)
#7490E7
(116,144,231)
#859DE9
(133,157,233)
#96AAEB
(150,170,235)
#A7B7ED
(167,183,237)
#B8C4EF
(184,196,239)
#C9D1F1
(201,209,241)
#DADEF3
(218,222,243)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4169E1 color. Also use rgb(65,105,225) instead hex code.

Text Font Color

.myTextColor { color: #4169E1; }

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

This text font color is #4169E1.


Background Color

.myBgColor { background-color: #4169E1; }

<div style="background-color:#4169E1">Inner text</div>

This div background color is #4169E1.


Border color

.myBorderColor { border: 1px solid #4169E1; }

<div style="border:3px solid #4169E1">Div</div>

This div border color is #4169E1.


Opacity

.myOpacity80 { color: #4169E1; opacity: 0.8; }

<p style="color:#4169E1;opacity:0.8;">80%</p>

Text with #4169E1 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 #4169E1;}

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

This text has shadow with #4169E1 color.

.textShadow {text-shadow: 3px 3px 1px #4169E1, 3px 3px 1px red;}

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

This text has shadow with #4169E1 primary color and red secondary color.


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

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

This text has shadow with #4169E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4169E1 on black background.


Color preview on white background

This text has color #4169E1 on white background.



Black color preview on #4169E1 background

This text has black color on #4169E1 background.


White color preview on #4169E1 background

This text has white color on #4169E1 background.