Html Css Color HEX #120ED8 Medium Blue

📋 copy color: '#120ED8'

red 18 ◦ green 14 ◦ blue 216

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

Shades of Medium Blue #120ED8

Tints of Medium Blue #120ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 87.1%

R = 7.26%
G = 5.65%
B = 87.1%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#120ED8 (or 0x120ED8) is known color: Medium Blue. HEX triplet: 12, 0E and D8. RGB value is (18,14,216). Sum of RGB (Red+Green+Blue) = 18+14+216=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 216 (84.77% from 255 or 87.10% from 248); Max value from RGB is 216 - color contains mainly: blue. Hex color #120ED8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ED8 is #EDF127. Grayscale: #252525. Windows color (decimal): -15593768 or 14159378. OLE color: 14159378.

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

Color convert

RGB 18 14 216 -
CMYK 0.92 0.94 0 0.15
HSL 241.19º 0.88% 0.45% -
HSV(B) 241.19º 0.94% 0.85% -
XYZ 12.8 5.4 65.33 -
YUV 38.22 228.33 113.57 -
System Red Green Blue C M Y K H S L
Decimal 18 14 216 0.92 0.94 0 0.15 241.19 0.88 0.45
Hex 12 E D8 5C 5E 0 F F1 58 2D
Octal 22 16 330 134 136 0 17 361 130 55
Binary 10010 1110 11011000 1011100 1011110 0 1111 11110001 1011000 101101

Color Harmonies of #120ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120ED8

Black with #120ED8

Text Example


Text Example

White with #120ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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