Html Css Color HEX #120ECC Medium Blue

📋 copy color: '#120ECC'

red 18 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #120ECC

Tints of Medium Blue #120ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 86.44%

R = 7.63%
G = 5.93%
B = 86.44%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#120ECC (or 0x120ECC) is known color: Medium Blue. HEX triplet: 12, 0E and CC. RGB value is (18,14,204). Sum of RGB (Red+Green+Blue) = 18+14+204=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #120ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ECC is #EDF133. Grayscale: #242424. Windows color (decimal): -15593780 or 13372946. OLE color: 13372946.

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

Color convert

RGB 18 14 204 -
CMYK 0.91 0.93 0 0.2
HSL 241.26º 0.87% 0.43% -
HSV(B) 241.26º 0.93% 0.8% -
XYZ 11.31 4.8 57.46 -
YUV 36.86 222.33 114.55 -
System Red Green Blue C M Y K H S L
Decimal 18 14 204 0.91 0.93 0 0.2 241.26 0.87 0.43
Hex 12 E CC 5B 5D 0 14 F1 57 2B
Octal 22 16 314 133 135 0 24 361 127 53
Binary 10010 1110 11001100 1011011 1011101 0 10100 11110001 1010111 101011

Color Harmonies of #120ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120ECC

Black with #120ECC

Text Example


Text Example

White with #120ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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