COLOR #110AD0

HEX: #110AD0
RGB: (17,10,208)

Color info

#110AD0 contains mainly blue color. Web safe color of #110AD0 is #0000CC (or #00C).

RGB color model

#110AD0 color RGB value is (17,10,208).

  • red value is 17;
  • green value is 10;
  • blue value is 208.
RGB:
(17,10,208)
(7%,4%,82%)

RGB channels and saturation

R 17 of 255 = 7%
G 10 of 255 = 4%
B 208 of 255 = 82%

17
10
208

R + G + B ~ 31%. #110AD0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 10 + 208 = 235 (100%)
R 17 of 235 ~ 7.23%
G 10 of 235 ~ 4.26%
B 208 of 235 ~ 88.51%

%88.51

CMYK color model

#110AD0 color CMYK value is (92,95,0,18).

  • cyan value is 91.83%
  • magenta value is 95.19%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(92,95,0,18)
C92M95Y0K18 
(92%,95%,0%,18%)
(0.92/0.95/0.00/0.18)	

CMYK percentages

%91.83
%95.19
%0
%18.43

Codes

Color #110AD0 in popluar color models

110AD0
RGB1710208
HSL242°90.83%42.75%
HSB/HSV242°95.19%81.57%
CMYK91.83%95.19%0.00%
18.43%

Color #110AD0 in popluar number systems.

HEX110AD0
Decimal1710208
Binary10001101011010000
Octal2112320

Shades and tints

Shades of #110AD0

#110AD0
(17,10,208)
#100ABE
(16,10,190)
#0F0AAC
(15,10,172)
#0E0A9A
(14,10,154)
#0D0A88
(13,10,136)
#0C0A76
(12,10,118)
#0B0A64
(11,10,100)
#0A0A52
(10,10,82)
#090A40
(9,10,64)
#080A2E
(8,10,46)
#070A1C
(7,10,28)
#000000
(0,0,0)

Tints of #110AD0

#110AD0
(17,10,208)
#2620D4
(38,32,212)
#3B36D8
(59,54,216)
#504CDC
(80,76,220)
#6562E0
(101,98,224)
#7A78E4
(122,120,228)
#8F8EE8
(143,142,232)
#A4A4EC
(164,164,236)
#B9BAF0
(185,186,240)
#CED0F4
(206,208,244)
#E3E6F8
(227,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110AD0 color. Also use rgb(17,10,208) instead hex code.

Text Font Color

.myTextColor { color: #110AD0; }

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

This text font color is #110AD0.


Background Color

.myBgColor { background-color: #110AD0; }

<div style="background-color:#110AD0">Inner text</div>

This div background color is #110AD0.


Border color

.myBorderColor { border: 1px solid #110AD0; }

<div style="border:3px solid #110AD0">Div</div>

This div border color is #110AD0.


Opacity

.myOpacity80 { color: #110AD0; opacity: 0.8; }

<p style="color:#110AD0;opacity:0.8;">80%</p>

Text with #110AD0 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 #110AD0;}

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

This text has shadow with #110AD0 color.

.textShadow {text-shadow: 3px 3px 1px #110AD0, 3px 3px 1px red;}

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

This text has shadow with #110AD0 primary color and red secondary color.


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

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

This text has shadow with #110AD0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110AD0 on black background.


Color preview on white background

This text has color #110AD0 on white background.



Black color preview on #110AD0 background

This text has black color on #110AD0 background.


White color preview on #110AD0 background

This text has white color on #110AD0 background.