Html Css Color HEX #120EDD Medium Blue

📋 copy color: '#120EDD'

red 18 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #120EDD

Tints of Medium Blue #120EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 7.11%
G = 5.53%
B = 87.35%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#120EDD (or 0x120EDD) is known color: Medium Blue. HEX triplet: 12, 0E and DD. RGB value is (18,14,221). Sum of RGB (Red+Green+Blue) = 18+14+221=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #120EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EDD is #EDF122. Grayscale: #252525. Windows color (decimal): -15593763 or 14487058. OLE color: 14487058.

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

Color convert

RGB 18 14 221 -
CMYK 0.92 0.94 0 0.13
HSL 241.16º 0.88% 0.46% -
HSV(B) 241.16º 0.94% 0.87% -
XYZ 13.46 5.66 68.79 -
YUV 38.79 230.83 113.17 -
System Red Green Blue C M Y K H S L
Decimal 18 14 221 0.92 0.94 0 0.13 241.16 0.88 0.46
Hex 12 E DD 5C 5E 0 D F1 58 2E
Octal 22 16 335 134 136 0 15 361 130 56
Binary 10010 1110 11011101 1011100 1011110 0 1101 11110001 1011000 101110

Color Harmonies of #120EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120EDD

Black with #120EDD

Text Example


Text Example

White with #120EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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