#1207D3

Color #1207D3 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1207D3

Tints of Medium Blue #1207D3

Color information

#1207D3 (or 0x1207D3) is unknown color: approx Medium Blue. HEX triplet: 12, 07 and D3. RGB value is (18,7,211). Sum of RGB (Red+Green+Blue) = 18+7+211=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 211 (82.81% from 255 or 89.41% from 236); Max value from RGB is 211 - color contains mainly: blue. Hex color #1207D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1207D3 is #EDF82C. Grayscale: #202020. Windows color (decimal): -15595565 or 13829906. OLE color: 13829906.

HSL color Cylindrical-coordinate representation of color #1207D3: hue angle of 243.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1207D3 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187211-
CMYK0.910.9700.17
HSL243.24º93.58%42.75%-
HSV(B)243.24º96.68%82.75%-
XYZ12.084.9861.95-
YUV33.54228.14116.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 7 (3.12% from 255) = 2.97%
BLUE value IS 211 (82.81% from 255) = 89.41%
R=7.63%
G=2.97%
B=89.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872110.910.9700.17243.2493.5842.75
Hex127D35B61011f35e2b
Octal22732313314102136313653
Binary100101111101001110110111100001010001111100111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1207D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1207D3; }

 p { color: rgb(18,7,211); }

 H1.HeaderClassName
 {
   color: #1207D3;
 }
 .AnyTagClassName
 {
   color: #1207D3;
 }
</style>
background-color css

<style>
 a { background-color: #1207D3; }

 a { background-color: rgb(18,7,211); }

 div.DivClassName
 {
   background-color: #1207D3;
 }
 .BgClassName
 {
   background-color: #1207D3;
 }
</style>
border-color css

<style>
 span { border-color: #1207D3; }

 span { border-color: rgb(18,7,211); }

 td.TdClassName
 {
   border-color: #1207D3;
 }
 .TagClassName
 {
   border-color: #1207D3;
 }
</style>