Html Css Color HEX #120EDF Medium Blue

📋 copy color: '#120EDF'

red 18 ◦ green 14 ◦ blue 223

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

Shades of Medium Blue #120EDF

Tints of Medium Blue #120EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 87.45%

R = 7.06%
G = 5.49%
B = 87.45%

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

#120EDF (or 0x120EDF) is known color: Medium Blue. HEX triplet: 12, 0E and DF. RGB value is (18,14,223). Sum of RGB (Red+Green+Blue) = 18+14+223=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #120EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EDF is #EDF120. Grayscale: #262626. Windows color (decimal): -15593761 or 14618130. OLE color: 14618130.

HSL color Cylindrical-coordinate representation of color #120EDF: hue angle of 241.15º 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 #120EDF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 14 223 -
CMYK 0.92 0.94 0 0.13
HSL 241.15º 0.88% 0.46% -
HSV(B) 241.15º 0.94% 0.87% -
XYZ 13.73 5.77 70.2 -
YUV 39.02 231.83 113.01 -
System Red Green Blue C M Y K H S L
Decimal 18 14 223 0.92 0.94 0 0.13 241.15 0.88 0.46
Hex 12 E DF 5C 5E 0 D F1 58 2E
Octal 22 16 337 134 136 0 15 361 130 56
Binary 10010 1110 11011111 1011100 1011110 0 1101 11110001 1011000 101110

Color Harmonies of #120EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120EDF

Black with #120EDF

Text Example


Text Example

White with #120EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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