Html Css Color HEX #120EE2 Medium Blue

📋 copy color: '#120EE2'

red 18 ◦ green 14 ◦ blue 226

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

Shades of Medium Blue #120EE2

Tints of Medium Blue #120EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 87.6%

R = 6.98%
G = 5.43%
B = 87.6%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#120EE2 (or 0x120EE2) is known color: Medium Blue. HEX triplet: 12, 0E and E2. RGB value is (18,14,226). Sum of RGB (Red+Green+Blue) = 18+14+226=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 226 (88.67% from 255 or 87.60% from 258); Max value from RGB is 226 - color contains mainly: blue. Hex color #120EE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EE2 is #EDF11D. Grayscale: #262626. Windows color (decimal): -15593758 or 14814738. OLE color: 14814738.

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

Color convert

RGB 18 14 226 -
CMYK 0.92 0.94 0 0.11
HSL 241.13º 0.88% 0.47% -
HSV(B) 241.13º 0.94% 0.89% -
XYZ 14.13 5.93 72.35 -
YUV 39.36 233.33 112.76 -
System Red Green Blue C M Y K H S L
Decimal 18 14 226 0.92 0.94 0 0.11 241.13 0.88 0.47
Hex 12 E E2 5C 5E 0 B F1 58 2F
Octal 22 16 342 134 136 0 13 361 130 57
Binary 10010 1110 11100010 1011100 1011110 0 1011 11110001 1011000 101111

Color Harmonies of #120EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120EE2

Black with #120EE2

Text Example


Text Example

White with #120EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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