Html Css Color HEX #120ECE Medium Blue

📋 copy color: '#120ECE'

red 18 ◦ green 14 ◦ blue 206

#120ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #120ECE

Tints of Medium Blue #120ECE

RGB

 RED value IS 18 (7.42% from 255) = 7.56%

 GREEN value IS 14 (5.86% from 255) = 5.88%

 BLUE value IS 206 (80.86% from 255) = 86.55%

R = 7.56%
G = 5.88%
B = 86.55%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#120ECE (or 0x120ECE) is known color: Medium Blue. HEX triplet: 12, 0E and CE. RGB value is (18,14,206). Sum of RGB (Red+Green+Blue) = 18+14+206=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #120ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ECE is #EDF131. Grayscale: #242424. Windows color (decimal): -15593778 or 13504018. OLE color: 13504018.

HSL color Cylindrical-coordinate representation of color #120ECE: hue angle of 241.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120ECE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 14 206 -
CMYK 0.91 0.93 0 0.19
HSL 241.25º 0.87% 0.43% -
HSV(B) 241.25º 0.93% 0.81% -
XYZ 11.55 4.9 58.73 -
YUV 37.08 223.33 114.39 -
System Red Green Blue C M Y K H S L
Decimal 18 14 206 0.91 0.93 0 0.19 241.25 0.87 0.43
Hex 12 E CE 5B 5D 0 13 F1 57 2B
Octal 22 16 316 133 135 0 23 361 127 53
Binary 10010 1110 11001110 1011011 1011101 0 10011 11110001 1010111 101011

Color Harmonies of #120ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120ECE

Black with #120ECE

Text Example


Text Example

White with #120ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,14,206); }

 H1.HeaderClassName
 {
   color: #120ECE;
 }
 .AnyTagClassName
 {
   color: #120ECE;
 }
</style>

background-color css

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

 a { background-color: rgb(18,14,206); }

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

border-color css

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

 span { border-color: rgb(18,14,206); }

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