COLOR #1207D2

HEX: #1207D2
RGB: (18,7,210)

Color info

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

RGB color model

#1207D2 color RGB value is (18,7,210).

  • red value is 18;
  • green value is 7;
  • blue value is 210.
RGB:
(18,7,210)
(7%,3%,82%)

RGB channels and saturation

R 18 of 255 = 7%
G 7 of 255 = 3%
B 210 of 255 = 82%

18
7
210

R + G + B ~ 31%. #1207D2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 7 + 210 = 235 (100%)
R 18 of 235 ~ 7.66%
G 7 of 235 ~ 2.98%
B 210 of 235 ~ 89.36%

%89.36

CMYK color model

#1207D2 color CMYK value is (91,97,0,18).

  • cyan value is 91.43%
  • magenta value is 96.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(91,97,0,18)
C91M97Y0K18 
(91%,97%,0%,18%)
(0.91/0.97/0.00/0.18)	

CMYK percentages

%91.43
%96.67
%0
%17.65

Codes

Color #1207D2 in popluar color models

1207D2
RGB187210
HSL243°93.55%42.55%
HSB/HSV243°96.67%82.35%
CMYK91.43%96.67%0.00%
17.65%

Color #1207D2 in popluar number systems.

HEX1207D2
Decimal187210
Binary1001011111010010
Octal227322

Shades and tints

Shades of #1207D2

#1207D2
(18,7,210)
#1107BF
(17,7,191)
#1007AC
(16,7,172)
#0F0799
(15,7,153)
#0E0786
(14,7,134)
#0D0773
(13,7,115)
#0C0760
(12,7,96)
#0B074D
(11,7,77)
#0A073A
(10,7,58)
#090727
(9,7,39)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #1207D2

#1207D2
(18,7,210)
#271DD6
(39,29,214)
#3C33DA
(60,51,218)
#5149DE
(81,73,222)
#665FE2
(102,95,226)
#7B75E6
(123,117,230)
#908BEA
(144,139,234)
#A5A1EE
(165,161,238)
#BAB7F2
(186,183,242)
#CFCDF6
(207,205,246)
#E4E3FA
(228,227,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1207D2 color. Also use rgb(18,7,210) instead hex code.

Text Font Color

.myTextColor { color: #1207D2; }

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

This text font color is #1207D2.


Background Color

.myBgColor { background-color: #1207D2; }

<div style="background-color:#1207D2">Inner text</div>

This div background color is #1207D2.


Border color

.myBorderColor { border: 1px solid #1207D2; }

<div style="border:3px solid #1207D2">Div</div>

This div border color is #1207D2.


Opacity

.myOpacity80 { color: #1207D2; opacity: 0.8; }

<p style="color:#1207D2;opacity:0.8;">80%</p>

Text with #1207D2 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 #1207D2;}

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

This text has shadow with #1207D2 color.

.textShadow {text-shadow: 3px 3px 1px #1207D2, 3px 3px 1px red;}

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

This text has shadow with #1207D2 primary color and red secondary color.


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

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

This text has shadow with #1207D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1207D2 on black background.


Color preview on white background

This text has color #1207D2 on white background.



Black color preview on #1207D2 background

This text has black color on #1207D2 background.


White color preview on #1207D2 background

This text has white color on #1207D2 background.