#120FE0

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

Shades of Medium Blue #120FE0

Tints of Medium Blue #120FE0

Color information

#120FE0 (or 0x120FE0) is unknown color: approx Medium Blue. HEX triplet: 12, 0F and E0. RGB value is (18,15,224). Sum of RGB (Red+Green+Blue) = 18+15+224=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #120FE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FE0 is #EDF01F. Grayscale: #262626. Windows color (decimal): -15593504 or 14683922. OLE color: 14683922.

HSL color Cylindrical-coordinate representation of color #120FE0: hue angle of 240.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120FE0 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1815224-
CMYK0.920.9300.12
HSL240.86º87.45%46.86%-
HSV(B)240.86º93.3%87.84%-
XYZ13.875.8570.92-
YUV39.72231.99112.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 15 (6.25% from 255) = 5.84%
BLUE value IS 224 (87.89% from 255) = 87.16%
R=7.00%
G=5.84%
B=87.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18152240.920.9300.12240.8687.4546.86
Hex12FE05C5D0Cf1572f
Octal221734013413501436112757
Binary100101111111000001011100101110101100111100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120FE0; }

 p { color: rgb(18,15,224); }

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

<style>
 a { background-color: #120FE0; }

 a { background-color: rgb(18,15,224); }

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

<style>
 span { border-color: #120FE0; }

 span { border-color: rgb(18,15,224); }

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